JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-17T03:46:04.755Z||main|||||INFO|500||The following profiles are active: basic 2022-06-17T03:46:28.126Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-17T03:46:28.127Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-17T03:46:28.352Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-17T03:46:37.365Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-17T03:46:38.294Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-17T03:46:39.367Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-17T03:46:39.389Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-17T03:46:39.695Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-17T03:46:40.683Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-17T03:46:42.085Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-17T03:46:47.030Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-17T03:46:51.199Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-17T03:46:51.319Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-17T03:46:52.381Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-17T03:46:53.075Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-06-17T03:46:55.484Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-17T03:46:57.453Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-17T03:46:57.498Z||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$$9ade955a.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-17T03:46:57.500Z||main|||||WARN|500||The sdc end point is not alive 2022-06-17T03:47:03.995Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-17T03:47:09.567Z||main|||||WARN|500||--- 2022-06-17T03:47:09.568Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-17T03:47:09.570Z||main|||||WARN|500||--- 2022-06-17T03:47:10.571Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-17T03:47:19.351Z||main|||||INFO|500||Started Application in 81.255 seconds (JVM running for 86.622) 2022-06-17T03:47:19.394Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T03:47:19.399Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T03:47:19.430Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T03:47:19.477Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T03:47:19.584Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3214b240-bd2a-4818-861f-1c870e56c5da url= /sdc/v1/artifactTypes 2022-06-17T03:47:19.585Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T03:47:20.115Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-17T03:47:20.160Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-17T03:47:20.203Z||scheduling-1|||||DEBUG|500||create keys 2022-06-17T03:47:20.217Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-17T03:47:20.252Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:47:20.281Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8fa07f45-6838-4a3a-a2f8-820d8849b29f url= /sdc/v1/registerForDistribution 2022-06-17T03:47:20.399Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8fa07f45-6838-4a3a-a2f8-820d8849b29f url= /sdc/v1/registerForDistribution 2022-06-17T03:47:20.400Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-17T03:47:20.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:47:20.433Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:47:20.434Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:47:20.436Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-17T03:47:20.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:47:20.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:47:20.447Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:47:30.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:47:30.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:48:20.414Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:48:20.415Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:48:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:48:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:48:20.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:48:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:48:29.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:48:29.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:49:20.414Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:49:20.415Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:49:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:49:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:49:20.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:49:20.422Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:49:29.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:49:29.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:50:20.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:50:20.416Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:50:20.417Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:50:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:50:20.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:50:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:50:29.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:50:29.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:51:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:51:20.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:51:20.419Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T03:51:20.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:51:20.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:51:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:51:29.985Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:51:29.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:52:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:52:20.415Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:52:20.416Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T03:52:20.425Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:52:20.426Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:52:20.427Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:52:29.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:52:29.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:53:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:53:20.416Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:53:20.417Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T03:53:20.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:53:20.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:53:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:53:29.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:53:29.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:54:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:54:20.416Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:54:20.417Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T03:54:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:54:20.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:54:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:54:29.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:54:29.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:55:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:55:20.416Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:55:20.416Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T03:55:20.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:55:20.421Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:55:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:55:29.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:55:29.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:56:08.739Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-17T03:56:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:56:20.417Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:56:20.417Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T03:56:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:56:20.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:56:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:56:29.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:56:29.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:57:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:57:20.416Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:57:20.417Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T03:57:20.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:57:20.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:57:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:57:29.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:57:29.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:58:20.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:58:20.415Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:58:20.415Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T03:58:20.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:58:20.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:58:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:58:29.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:58:29.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:59:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:59:20.415Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:59:20.416Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T03:59:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T03:59:20.425Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T03:59:20.426Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T03:59:29.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T03:59:29.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:00:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:00:20.415Z||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-06-17T04:00:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:00:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:00:20.423Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:00:20.423Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:00:29.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:00:29.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:01:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:01:20.415Z||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-06-17T04:01:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:01:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:01:20.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:01:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:01:29.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:01:29.990Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:02:20.414Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:02:20.416Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:02:20.416Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:02:20.424Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:02:20.426Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:02:20.427Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:02:29.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:02:29.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:03:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:03:20.417Z||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-06-17T04:03:20.417Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:03:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:03:20.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:03:20.422Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:03:29.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:03:29.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:04:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:04:20.415Z||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-06-17T04:04:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:04:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:04:20.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:04:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:04:29.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:04:29.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:05:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:05:20.415Z||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-06-17T04:05:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:05:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:05:20.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:05:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:05:29.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:05:29.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:06:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:06:20.415Z||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-06-17T04:06:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:06:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:06:20.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:06:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:06:29.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:06:29.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:07:20.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:07:20.414Z||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-06-17T04:07:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:07:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:07:20.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:07:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:07:29.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:07:29.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:08:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:08:20.415Z||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-06-17T04:08:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:08:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:08:20.423Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:08:20.424Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:08:29.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:08:29.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:09:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:09:20.415Z||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-06-17T04:09:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:09:20.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:09:20.421Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:09:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:09:29.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:09:29.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:10:20.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:10:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:10:20.421Z||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-06-17T04:10:20.422Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:10:20.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:10:20.424Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:10:30.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:10:30.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:11:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:11:20.415Z||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-06-17T04:11:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:11:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:11:20.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:11:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:11:29.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:11:29.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:12:20.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:12:20.415Z||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-06-17T04:12:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:12:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:12:20.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:12:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:12:29.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:12:29.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:13:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:13:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:13:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:13:20.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:13:20.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:13:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:13:29.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:13:29.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:14:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:14:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:14:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:14:20.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:14:20.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:14:20.422Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:14:29.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:14:29.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:15:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:15:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:15:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:15:20.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:15:20.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:15:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:15:29.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:15:29.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:16:20.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:16:20.416Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:16:20.417Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:16:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:16:20.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:16:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:16:29.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:16:29.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:17:20.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:17:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:17:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:17:20.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:17:20.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:17:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:17:29.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:17:29.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:18:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:18:20.416Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:18:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:18:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:18:20.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:18:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:18:29.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:18:29.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:19:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:19:20.416Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:19:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:19:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:19:20.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:19:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:19:30.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:19:30.035Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:20:20.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:20:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:20:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:20:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:20:20.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:20:20.422Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:20:29.984Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:20:29.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:21:20.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:21:20.414Z||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-06-17T04:21:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:21:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:21:20.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:21:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:21:29.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:21:29.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:22:20.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:22:20.415Z||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-06-17T04:22:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:22:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:22:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:22:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:22:29.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:22:29.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:23:20.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:23:20.414Z||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-06-17T04:23:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:23:20.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:23:20.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:23:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:23:29.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:23:29.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:24:20.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:24:20.415Z||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-06-17T04:24:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:24:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:24:20.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:24:20.422Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:24:29.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:24:29.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:25:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:25:20.415Z||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-06-17T04:25:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:25:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:25:20.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:25:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:25:29.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:25:29.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:26:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:26:20.417Z||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-06-17T04:26:20.418Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:26:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:26:20.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:26:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:26:29.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:26:29.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:27:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:27:20.415Z||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-06-17T04:27:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:27:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:27:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:27:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:27:29.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:27:29.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:28:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:28:20.415Z||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-06-17T04:28:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:28:20.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:28:20.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:28:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:28:29.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:28:29.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:29:20.415Z||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-06-17T04:29:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:29:20.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:29:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:20.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:20.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "ves-openapi-manager", "timestamp": 1655440144572, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440147669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440143104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440147669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "ves-openapi-manager", "timestamp": 1655440144572, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440143104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "ves-openapi-manager", "timestamp": 1655440144572, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440147669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440143104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "cds", "timestamp": 1655440154851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440155801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "ves-openapi-manager", "timestamp": 1655440144572, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440147669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440143104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "cds", "timestamp": 1655440154851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440155801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:29:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440147669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "ves-openapi-manager", "timestamp": 1655440144572, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440143104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "cds", "timestamp": 1655440154851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440155801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "ves-openapi-manager", "timestamp": 1655440144572, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440147669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440143104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "cds", "timestamp": 1655440154851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440155801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "ves-openapi-manager", "timestamp": 1655440144572, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440147669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:29:20.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440143104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:29:20.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "cds", "timestamp": 1655440154851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:20.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:29:20.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440155801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:20.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:29:21.055Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:21.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T04:29:21.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ebbef837-482d-4749-851a-c2c1113f37f9","serviceName":"vFW 2022-06-17 04-28-07","serviceVersion":"1.0","serviceUUID":"1a000473-b451-4ee5-b85b-3f6336e051c8","serviceDescription":"catalog service description","serviceInvariantUUID":"509d6398-cc7b-4d9a-86f3-faebe2e58d4e","resources":[{"resourceInstanceName":"vFW 6b70cb21-d16a 0","resourceName":"vFW 6b70cb21-d16a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a377bbc-cada-4be8-98d2-6a49f2171ba8","resourceInvariantUUID":"d7f1ed8b-9e64-4c35-9e0e-83657d0e4497","resourceCustomizationUUID":"27856f6e-5d6f-4e18-aac3-2111a0025045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml","artifactChecksum":"YWI1NWY0NWVkMGEyYTAxMDQ5ZTk5ZDg3YTkxOWYzODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e1c8394-27b8-49f6-9811-03ddc8dcb8ec","artifactVersion":"1"},{"artifactName":"vfw6b70cb21d16a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json","artifactChecksum":"MWM1NjEyY2Q3NzVkN2RkY2YzNmM4NDk0NWQ1YTI2YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd8d999f-dea4-425d-95be-23b39366aaa1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90a1495a-dada-4cb5-a7c3-8a5d18373f48","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml","artifactChecksum":"NTRhN2I1ZTEyMjViYjcxODI0YjYwZmMyNzBlMjdmNjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d500261f-5bd4-4b9a-9967-5839a29ed6ac","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdbf1a0e-e7ee-4018-a92f-0f1252ec352e","artifactVersion":"2","generatedFromUUID":"90a1495a-dada-4cb5-a7c3-8a5d18373f48"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220617042807-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml","artifactChecksum":"YjI1NGM4YTI3ZDhmNmNlYjJkMjg5M2U5MzBjMjhhYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1aeb9c92-f385-47c5-80b3-a2076f041ef5","artifactVersion":"1"},{"artifactName":"service-Vfw20220617042807-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar","artifactChecksum":"MGYzMzZlMTJmNTJlYzBhOTBjYzY1YWQyM2Y2MjllOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9519c695-dcf9-4672-836d-ec5c64d533f2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T04:29:21.069Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:29:21.079Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:21.098Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:21.099Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:21.199Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-17T04:29:21.209Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:21.210Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:21.228Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:21.231Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:29:22.110Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:29:22.111Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:22.115Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:22.116Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:29:22.215Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:29:22.217Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:22.217Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:22.232Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:22.233Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:23.124Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:29:23.125Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:23.129Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:23.129Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-17T04:29:23.229Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:29:23.232Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:23.233Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:23.250Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:23.251Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:24.130Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:29:24.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:24.136Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:24.137Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:24.236Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T04:29:24.238Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:24.238Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:24.255Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:24.257Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:25.138Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:29:25.140Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:25.146Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:25.147Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-17T04:29:25.245Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T04:29:25.247Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:25.247Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:25.264Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:25.266Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:26.148Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:29:26.149Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:26.153Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:26.153Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:29:26.253Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:29:26.254Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:26.255Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:26.271Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:26.272Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:27.154Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:29:27.155Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:27.159Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:27.159Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:29:27.260Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:29:27.261Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:27.262Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:27.282Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:27.284Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:29:28.165Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "serviceName": "vFW 2022-06-17 04-28-07", "serviceVersion": "1.0", "serviceUUID": "1a000473-b451-4ee5-b85b-3f6336e051c8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "509d6398-cc7b-4d9a-86f3-faebe2e58d4e", "resources": [ { "resourceInstanceName": "vFW 6b70cb21-d16a 0", "resourceCustomizationUUID": "27856f6e-5d6f-4e18-aac3-2111a0025045", "resourceName": "vFW 6b70cb21-d16a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2a377bbc-cada-4be8-98d2-6a49f2171ba8", "resourceInvariantUUID": "d7f1ed8b-9e64-4c35-9e0e-83657d0e4497", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6b70cb21d16a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "artifactChecksum": "MWM1NjEyY2Q3NzVkN2RkY2YzNmM4NDk0NWQ1YTI2YzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cd8d999f-dea4-425d-95be-23b39366aaa1", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "90a1495a-dada-4cb5-a7c3-8a5d18373f48", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bdbf1a0e-e7ee-4018-a92f-0f1252ec352e", "generatedFromUUID": "90a1495a-dada-4cb5-a7c3-8a5d18373f48" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bdbf1a0e-e7ee-4018-a92f-0f1252ec352e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220617042807-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "artifactChecksum": "MGYzMzZlMTJmNTJlYzBhOTBjYzY1YWQyM2Y2MjllOGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9519c695-dcf9-4672-836d-ec5c64d533f2" } ], "workloadContext": "Production" } 2022-06-17T04:29:28.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T04:29:28.168Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1a000473-b451-4ee5-b85b-3f6336e051c8 ASDC 2022-06-17T04:29:28.414Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ebbef837-482d-4749-851a-c2c1113f37f9 ServiceName:vFW 2022-06-17 04-28-07 ServiceVersion:1.0 ServiceUUID:1a000473-b451-4ee5-b85b-3f6336e051c8 ServiceInvariantUUID:509d6398-cc7b-4d9a-86f3-faebe2e58d4e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220617042807-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar ArtifactUUID:9519c695-dcf9-4672-836d-ec5c64d533f2 ArtifactChecksum:MGYzMzZlMTJmNTJlYzBhOTBjYzY1YWQyM2Y2MjllOGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6b70cb21-d16a 0 ResourceCustomizationUUID:27856f6e-5d6f-4e18-aac3-2111a0025045 ResourceInvariantUUID:d7f1ed8b-9e64-4c35-9e0e-83657d0e4497 ResourceName:vFW 6b70cb21-d16a ResourceType:VF ResourceUUID:2a377bbc-cada-4be8-98d2-6a49f2171ba8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6b70cb21d16a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json ArtifactUUID:cd8d999f-dea4-425d-95be-23b39366aaa1 ArtifactChecksum:MWM1NjEyY2Q3NzVkN2RkY2YzNmM4NDk0NWQ1YTI2YzM= 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/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml ArtifactUUID:90a1495a-dada-4cb5-a7c3-8a5d18373f48 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/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env ArtifactUUID:bdbf1a0e-e7ee-4018-a92f-0f1252ec352e 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/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env ArtifactUUID:bdbf1a0e-e7ee-4018-a92f-0f1252ec352e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T04:29:28.415Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a000473-b451-4ee5-b85b-3f6336e051c8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:29:28.945Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:29:28.962Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-17T04:29:28.967Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-17T04:29:28.969Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9519c695-dcf9-4672-836d-ec5c64d533f2 from URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:28.969Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-17T04:29:28.976Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:29.176Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-17T04:29:29.203Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar 9519c695-dcf9-4672-836d-ec5c64d533f2 99004 2022-06-17T04:29:29.205Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar ASDC sendASDCNotification 2022-06-17T04:29:29.206Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:29.210Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:29:29.211Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:29.214Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:29.215Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440169204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:29:29.315Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:29:29.317Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:29.317Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:29.331Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:29.333Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:30.216Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:29:30.217Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-17T04:29:30.218Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9519c695-dcf9-4672-836d-ec5c64d533f2, URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar to file: /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:30.219Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220617042807-csar.csar 2022-06-17T04:29:30.354Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:30.354Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:31.451Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17452515136967820191/Definitions/service-Vfw20220617042807-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-06-17T04:29:36.424Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T04:29:36.431Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-17T04:29:36.432Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.432Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-17T04:29:36.433Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.433Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.434Z|ebbef837-482d-4749-851a-c2c1113f37f9|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-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.434Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.434Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.435Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.435Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b70cb21-d16a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.435Z|ebbef837-482d-4749-851a-c2c1113f37f9|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-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.436Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.436Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.436Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||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-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.437Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.437Z|ebbef837-482d-4749-851a-c2c1113f37f9|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-Vfw20220617042807-csar.csar 2022-06-17T04:29:36.437Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-17T04:29:36.446Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.449Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:36.456Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:36.457Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-17T04:29:36.459Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:29:36.462Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.463Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:36.463Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:36.464Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-17T04:29:36.464Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:29:36.465Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.465Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:36.471Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.472Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria 2022-06-17T04:29:36.472Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T04:29:36.473Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T04:29:36.473Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:36.474Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.474Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.474Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T04:29:36.475Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T04:29:36.475Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T04:29:36.475Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T04:29:36.475Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.476Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:36.476Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T04:29:36.476Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:36.477Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T04:29:36.477Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.478Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T04:29:36.478Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.479Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:29:36.482Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.482Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:36.482Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:29:36.483Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.483Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:36.484Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:29:36.484Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.484Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:36.485Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:29:36.485Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.486Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria 2022-06-17T04:29:36.486Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T04:29:36.486Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-17T04:29:36.487Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T04:29:36.487Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T04:29:36.487Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T04:29:36.488Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.488Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:36.488Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T04:29:36.489Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:36.489Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T04:29:36.490Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.490Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=675428a2-606d-4b7a-8a13-dc2bdc667639 2022-06-17T04:29:36.491Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.491Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria 2022-06-17T04:29:36.491Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T04:29:36.492Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T04:29:36.492Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:36.493Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.493Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.493Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T04:29:36.494Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T04:29:36.494Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-17T04:29:36.495Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T04:29:36.495Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:36.495Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T04:29:36.496Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.496Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93dca116-ecdc-4efb-ba35-13d93b8c4886 2022-06-17T04:29:36.497Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.497Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria 2022-06-17T04:29:36.498Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T04:29:36.498Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T04:29:36.499Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:36.499Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.499Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.500Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T04:29:36.500Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T04:29:36.500Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T04:29:36.501Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T04:29:36.501Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:36.501Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:36.502Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-17T04:29:36.502Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=012cc7fd-ed93-4a82-95bb-3c8ed10595c4 2022-06-17T04:29:36.503Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.503Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:36.504Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.504Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:36.505Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.505Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:36.505Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:36.506Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:36.506Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-17 04-28-07 Description:catalog service description Model UUID:1a000473-b451-4ee5-b85b-3f6336e051c8 Model Version:NULL Model InvariantUuid:509d6398-cc7b-4d9a-86f3-faebe2e58d4e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6b70cb21-d16a Model UUID:00a12c94-9ac5-402d-bde4-313a2eff5672 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d7f1ed8b-9e64-4c35-9e0e-83657d0e4497 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:27856f6e-5d6f-4e18-aac3-2111a0025045 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:81177b69-5b65-4b16-8e24-f2ca176a0ef6 ModelName:Vfw6b70cb21D16a..base_vfw..module-0 ModelUuid:f9524020-d950-4cd0-82a8-fe622eb9bad0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:675428a2-606d-4b7a-8a13-dc2bdc667639 ModelInvariantUuid:cd0e77bb-ed86-46ce-a333-c0b873ecfeb4 ModelName:vFW 6b70cb21-d16a-nodes.vfwCvfc ModelUuid:5fd6115d-cc4a-49d8-b23e-7c425d88e683 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:493c1644-bb2c-48da-a35a-b48d354c7c4b ModelInvariantUuid:1933dbeb-1d70-4448-b415-b5fc2dc234c2 ModelName:Vfw6b70cb21D16a.compute.nodes.heat.vfw ModelUuid:69c9c3ee-984a-493a-bc94-254a70dfdb1a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:93dca116-ecdc-4efb-ba35-13d93b8c4886 ModelInvariantUuid:5136f664-2ba2-4419-83a1-70bb9254275c ModelName:vFW 6b70cb21-d16a-nodes.vsnCvfc ModelUuid:0e993bd2-86ef-493e-8d0f-d73be43f1c5c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8e099bd7-b140-4513-9224-3401494e267a ModelInvariantUuid:776efe0e-bed8-4708-9d76-6a0088f9a736 ModelName:Vfw6b70cb21D16a.compute.nodes.heat.vsn ModelUuid:95dc4fc8-e9cb-4efe-9e01-7657bdf98051 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:012cc7fd-ed93-4a82-95bb-3c8ed10595c4 ModelInvariantUuid:e1bb11d6-7741-48ac-8eca-af2d29feaa8e ModelName:vFW 6b70cb21-d16a-nodes.vpgCvfc ModelUuid:7305ddc4-397d-4606-ba4f-4faaa203c012 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:35a219d4-d0a8-4a92-b1d1-99a4f23e49b2 ModelInvariantUuid:23ca7258-62af-4ee5-a8a8-e73566e5c6e8 ModelName:Vfw6b70cb21D16a.compute.nodes.heat.vpg ModelUuid:9f6f847a-8726-4961-a0bc-ba045ef68c30 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-17T04:29:36.536Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a377bbc-cada-4be8-98d2-6a49f2171ba8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:29:36.665Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||vFW 6b70cb21-d16a 0 2022-06-17T04:29:36.676Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a377bbc-cada-4be8-98d2-6a49f2171ba8 2022-06-17T04:29:36.676Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cd8d999f-dea4-425d-95be-23b39366aaa1 from URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json 2022-06-17T04:29:36.677Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-17T04:29:36.678Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json 2022-06-17T04:29:36.746Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-17T04:29:36.747Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json cd8d999f-dea4-425d-95be-23b39366aaa1 785 2022-06-17T04:29:36.747Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json ASDC sendASDCNotification 2022-06-17T04:29:36.747Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json 2022-06-17T04:29:36.748Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:29:36.748Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:36.752Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:36.752Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440176747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:29:36.852Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:29:36.853Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:36.853Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:36.868Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:36.869Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:37.754Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6b70cb21D16a..base_vfw..module-0", "vfModuleModelInvariantUUID": "81177b69-5b65-4b16-8e24-f2ca176a0ef6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f9524020-d950-4cd0-82a8-fe622eb9bad0", "vfModuleModelCustomizationUUID": "79aa4fe4-a755-4ca7-a82a-3ad9f04add67", "isBase": true, "artifacts": [ "90a1495a-dada-4cb5-a7c3-8a5d18373f48", "bdbf1a0e-e7ee-4018-a92f-0f1252ec352e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:29:37.772Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6b70cb21D16a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f9524020-d950-4cd0-82a8-fe622eb9bad0 VfModuleModelInvariantUUID:81177b69-5b65-4b16-8e24-f2ca176a0ef6 VfModuleModelDescription:NULL Artifacts UUID List:{ 90a1495a-dada-4cb5-a7c3-8a5d18373f48 , bdbf1a0e-e7ee-4018-a92f-0f1252ec352e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:29:37.777Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6b70cb21D16a..base_vfw..module-0", "vfModuleModelInvariantUUID": "81177b69-5b65-4b16-8e24-f2ca176a0ef6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f9524020-d950-4cd0-82a8-fe622eb9bad0", "vfModuleModelCustomizationUUID": "79aa4fe4-a755-4ca7-a82a-3ad9f04add67", "isBase": true, "artifacts": [ "90a1495a-dada-4cb5-a7c3-8a5d18373f48", "bdbf1a0e-e7ee-4018-a92f-0f1252ec352e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:29:37.778Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6b70cb21D16a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f9524020-d950-4cd0-82a8-fe622eb9bad0 VfModuleModelInvariantUUID:81177b69-5b65-4b16-8e24-f2ca176a0ef6 VfModuleModelDescription:NULL Artifacts UUID List:{ 90a1495a-dada-4cb5-a7c3-8a5d18373f48 , bdbf1a0e-e7ee-4018-a92f-0f1252ec352e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:29:37.778Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 90a1495a-dada-4cb5-a7c3-8a5d18373f48 from URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml 2022-06-17T04:29:37.779Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-17T04:29:37.779Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml 2022-06-17T04:29:37.844Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-17T04:29:37.846Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml 90a1495a-dada-4cb5-a7c3-8a5d18373f48 20368 2022-06-17T04:29:37.846Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-17T04:29:37.847Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml 2022-06-17T04:29:37.847Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:29:37.847Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:37.851Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:37.852Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440177846, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:29:37.951Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:29:37.953Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:37.953Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:37.968Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:37.969Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:38.856Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bdbf1a0e-e7ee-4018-a92f-0f1252ec352e from URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env 2022-06-17T04:29:38.873Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-17T04:29:38.874Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env 2022-06-17T04:29:38.934Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-17T04:29:38.935Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env bdbf1a0e-e7ee-4018-a92f-0f1252ec352e 2098 2022-06-17T04:29:38.935Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-17T04:29:38.935Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env 2022-06-17T04:29:38.936Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:29:38.937Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:38.944Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:38.944Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440178935, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:29:39.044Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:29:39.046Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:39.047Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:39.062Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:39.063Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:39.945Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1a000473-b451-4ee5-b85b-3f6336e051c8 2022-06-17T04:29:39.946Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b70cb21-d16a 0 2a377bbc-cada-4be8-98d2-6a49f2171ba8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:29:40.011Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72ec5e0d, org.onap.sdc.toscaparser.api.parameters.Input@3ec46c37, org.onap.sdc.toscaparser.api.parameters.Input@4ad3ca79, org.onap.sdc.toscaparser.api.parameters.Input@323b3343, org.onap.sdc.toscaparser.api.parameters.Input@22370f3f] 2022-06-17T04:29:40.019Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.019Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:40.020Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-17T04:29:40.020Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 27856f6e-5d6f-4e18-aac3-2111a0025045 2022-06-17T04:29:40.020Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 27856f6e-5d6f-4e18-aac3-2111a0025045 matches Tosca VF Customization UUID: 27856f6e-5d6f-4e18-aac3-2111a0025045 2022-06-17T04:29:40.021Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 27856f6e-5d6f-4e18-aac3-2111a0025045 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-17T04:29:40.035Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.036Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:40.039Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 27856f6e-5d6f-4e18-aac3-2111a0025045: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-17T04:29:40.039Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@110a83aa 2022-06-17T04:29:40.040Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.040Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:29:40.041Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 79aa4fe4-a755-4ca7-a82a-3ad9f04add67 2022-06-17T04:29:40.043Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 79aa4fe4-a755-4ca7-a82a-3ad9f04add67 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-17T04:29:40.054Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.055Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:40.055Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:29:40.057Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.057Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:40.058Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:29:40.060Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.061Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria 2022-06-17T04:29:40.061Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T04:29:40.062Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-17T04:29:40.062Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T04:29:40.062Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T04:29:40.063Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T04:29:40.063Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:40.063Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:40.064Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T04:29:40.064Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:40.065Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T04:29:40.066Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:40.066Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=675428a2-606d-4b7a-8a13-dc2bdc667639 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-17T04:29:40.090Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.091Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:40.091Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:29:40.092Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.092Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria 2022-06-17T04:29:40.093Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T04:29:40.093Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T04:29:40.093Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:40.093Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:40.094Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:40.094Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T04:29:40.094Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T04:29:40.095Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-17T04:29:40.095Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T04:29:40.095Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:40.095Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T04:29:40.096Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:40.096Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93dca116-ecdc-4efb-ba35-13d93b8c4886 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-17T04:29:40.100Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.101Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:40.102Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:29:40.107Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.107Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria 2022-06-17T04:29:40.108Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T04:29:40.108Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T04:29:40.109Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:40.109Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:40.109Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T04:29:40.109Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T04:29:40.110Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T04:29:40.110Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T04:29:40.110Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T04:29:40.111Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T04:29:40.111Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T04:29:40.111Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-17T04:29:40.111Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=012cc7fd-ed93-4a82-95bb-3c8ed10595c4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-17T04:29:40.115Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.116Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:40.116Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:29:40.117Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.117Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria 2022-06-17T04:29:40.117Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=27856f6e-5d6f-4e18-aac3-2111a0025045 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:29:40.120Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.120Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:40.121Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1a000473-b451-4ee5-b85b-3f6336e051c8: vFW 6b70cb21-d16a 2022-06-17T04:29:40.121Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.122Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:40.122Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.122Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:40.123Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.123Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:40.124Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.124Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:40.128Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:29:40.128Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:29:40.129Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-17 04-28-07 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:29:40.556Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b70cb21-d16a 2a377bbc-cada-4be8-98d2-6a49f2171ba8 1 ASDC deployResourceStructure 2022-06-17T04:29:40.556Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json ASDC sendASDCNotification 2022-06-17T04:29:40.557Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json 2022-06-17T04:29:40.557Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:29:40.558Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:40.560Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:40.560Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440180556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:29:40.661Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:29:40.662Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:40.663Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:40.679Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:40.681Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:41.562Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-17T04:29:41.562Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml 2022-06-17T04:29:41.563Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:29:41.563Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:41.567Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:41.567Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440181562, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:29:41.667Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:29:41.669Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:41.671Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:41.686Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:41.687Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:42.569Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-17T04:29:42.570Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env 2022-06-17T04:29:42.571Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:29:42.571Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:42.582Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:42.583Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440182569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-17T04:29:42.675Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-17T04:29:42.676Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:42.677Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:42.692Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:42.693Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:43.583Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar ASDC sendASDCNotification 2022-06-17T04:29:43.584Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar 2022-06-17T04:29:43.585Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:29:43.587Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:29:43.590Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:29:43.590Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440183583, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:29:43.690Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:29:43.692Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:29:43.693Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:29:43.709Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:29:43.710Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:29:44.592Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:29:44.630Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:29:44.635Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:29:44.636Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:29:44.636Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:30:14.637Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:30:14.653Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:30:14.657Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:30:14.657Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:30:14.657Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:30:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:30:20.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:30:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:30:20.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:30:20.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:30:20.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "cds", "timestamp": 1655440154851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:30:20.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:30:44.658Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:30:44.674Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:30:44.679Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:30:44.680Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:30:44.681Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:31:14.682Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:31:14.693Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:31:14.697Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:31:14.699Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:31:14.699Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:31:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:31:20.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:31:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:31:20.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:31:20.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:31:20.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440159962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:31:20.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:31:44.700Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:31:44.732Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:31:44.736Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:31:44.736Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:31:44.738Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:32:14.745Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:32:14.758Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:32:14.761Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:32:14.762Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:32:14.762Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:32:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:32:20.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:32:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:32:20.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:32:20.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440160464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:20.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:20.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440155801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:20.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:20.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "cds", "timestamp": 1655440154851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:32:20.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440155801, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:32:20.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:32:20.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440161971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:20.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "cds", "timestamp": 1655440162728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:20.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:20.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440162716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:20.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-17T04:32:20.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440161971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:32:20.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "cds", "timestamp": 1655440163747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:32:20.979Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9 2022-06-17T04:32:20.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:32:20.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440162716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:20.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:20.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440161971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-17T04:32:20.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440162716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-17T04:32:20.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-17T04:32:20.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440161971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:20.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440165078, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:32:20.997Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:20.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440162716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:20.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:20.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440161971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-17T04:32:20.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:20.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:20.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440166084, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:32:21.004Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9 2022-06-17T04:32:21.005Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:32:21.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440162716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:21.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:21.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440160413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:32:21.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440161971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:21.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440162716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:32:21.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440161971, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:32:21.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:21.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440162716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:32:21.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:32:21.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440169204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:21.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440169781, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:21.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440170523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:21.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440170867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:21.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440171535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:32:21.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440171994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:21.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "policy-id", "timestamp": 1655440172540, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:32:21.044Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9 2022-06-17T04:32:21.044Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:32:21.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440173061, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:32:21.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9 2022-06-17T04:32:21.060Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-17T04:32:21.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "multicloud-k8s-id", "timestamp": 1655440174067, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:32:21.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440176311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:21.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440175876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:32:21.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440176747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:21.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "aai-ml", "timestamp": 1655440176883, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:32:21.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9 2022-06-17T04:32:21.076Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:32:21.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440178319, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:32:21.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440177846, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:21.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "clamp", "timestamp": 1655440179325, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:32:21.096Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9 2022-06-17T04:32:21.096Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:32:21.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440178935, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:32:21.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440180556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:32:21.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440181562, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:32:21.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440182569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-17T04:32:21.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:21.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:32:21.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440183583, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:32:21.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:32:44.763Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:32:44.782Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:32:44.791Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:32:44.793Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T04:32:44.793Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T04:32:44.793Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T04:32:44.794Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:32:44.794Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:32:44.794Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:32:44.795Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:32:44.795Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:32:44.795Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:32:44.796Z|ebbef837-482d-4749-851a-c2c1113f37f9|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-06-17T04:32:44.813Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T04:33:14.814Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-17T04:33:14.834Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebbef837-482d-4749-851a-c2c1113f37f9 and serviceModelVersionId: 1a000473-b451-4ee5-b85b-3f6336e051c8 2022-06-17T04:33:14.835Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 509d6398-cc7b-4d9a-86f3-faebe2e58d4e 2022-06-17T04:33:20.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:33:20.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:33:20.423Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:29.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:38.442Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0 2022-06-17T04:33:38.647Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T04:33:39.544Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|INFO|500||Invoke 2022-06-17T04:33:39.563Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebbef837-482d-4749-851a-c2c1113f37f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db920f5a-7e19-4e0e-bcc6-7473e5daf81a], X-ECOMP-RequestID=[ebbef837-482d-4749-851a-c2c1113f37f9], X-TransactionId=[], X-ONAP-RequestID=[ebbef837-482d-4749-851a-c2c1113f37f9], Content-Type=[application/merge-patch+json]} 2022-06-17T04:33:39.750Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T04:33:39.985Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?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/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-04:33:39:038-15615], vertex-id=[176280], Content-Length=[0], Date=[Fri, 17 Jun 2022 04:33:39 GMT], Content-Type=[application/json]} 2022-06-17T04:33:39.988Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T04:33:39.989Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|INFO|500||InvokeReturn 2022-06-17T04:33:39.995Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T04:33:39.996Z|ebbef837-482d-4749-851a-c2c1113f37f9|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-06-17T04:33:40.005Z|ebbef837-482d-4749-851a-c2c1113f37f9|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-06-17T04:33:40.007Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebbef837-482d-4749-851a-c2c1113f37f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T04:33:40.009Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T04:33:40.009Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:33:40.016Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:33:40.017Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440420007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:33:40.114Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-17T04:33:40.116Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:33:40.116Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:40.132Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:40.135Z||pool-18-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-06-17T04:33:41.035Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:33:41.036Z|ebbef837-482d-4749-851a-c2c1113f37f9|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-06-17T04:33:41.037Z|ebbef837-482d-4749-851a-c2c1113f37f9|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:50.212Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:50.213Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T04:33:50.214Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fccc2d6-7cf1-4e53-a97b-ba73552a7c88","serviceName":"basic_onboard_vGJNBL","serviceVersion":"1.0","serviceUUID":"dcc69867-37ee-4142-8653-0431aa4b3c05","serviceDescription":"service","serviceInvariantUUID":"0431a1e0-a35f-4481-a9d9-7481460d6e15","resources":[{"resourceInstanceName":"basic_onboard_vGJNBL 0","resourceName":"basic_onboard_vGJNBL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6db9252-be4c-472a-8c7a-96059e10e9e5","resourceInvariantUUID":"21a0bd86-4eca-457a-8bd8-bf97fbafb22b","resourceCustomizationUUID":"b7f739c5-ad79-4da1-a792-57409c6513ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml","artifactChecksum":"ZjUyZDlkZjM0MDNhN2IwZjU1MTk1YTE4MDFjYmFiZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a37854e-5c22-45a0-b6fc-5bbd10aa196d","artifactVersion":"1"},{"artifactName":"basic_onboard_vgjnbl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json","artifactChecksum":"ZTE0ZTg5YjJmOTU4NmE5ZDVmZGYyNGI4MWRjOWFlNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26518721-81ad-4afd-a8bd-aac99fdd189e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d269c2a1-cf26-4f9f-b0b0-e7a5dbe7c5f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"85f5938f-6bd1-474d-b143-e2490b840f95","artifactVersion":"2","generatedFromUUID":"26518721-81ad-4afd-a8bd-aac99fdd189e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVgjnbl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml","artifactChecksum":"OGFlOTE3OTdmNWFjYWIwM2FiNzgwOGEzNTU4Y2U1MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbe42c59-5e3a-414c-93c5-09c15a63418e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVgjnbl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar","artifactChecksum":"ZWQxM2JkNGJiYjA4NzUyYTMxMDZmODliMTdjYzA2NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d2df7f8-777b-4af0-b5cb-99e841b9cace","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T04:33:50.218Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:33:50.219Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:33:50.222Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:33:50.222Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:33:50.322Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:33:50.323Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:33:50.324Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:50.338Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:50.339Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:33:51.223Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:33:51.224Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:33:51.230Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:33:51.232Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:33:51.327Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-17T04:33:51.328Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:33:51.329Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:51.351Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:51.351Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:33:52.233Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:33:52.234Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:33:52.237Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:33:52.238Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-17T04:33:52.338Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:33:52.339Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:33:52.339Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:52.354Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:52.355Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:33:53.238Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:33:53.239Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:33:53.242Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:33:53.242Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:33:53.344Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-17T04:33:53.345Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:33:53.345Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:53.362Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:53.363Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:33:54.243Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:33:54.245Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:33:54.248Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:33:54.249Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-17T04:33:54.349Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:33:54.350Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:33:54.351Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:54.367Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:54.369Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:33:55.250Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:33:55.251Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:33:55.255Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:33:55.255Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:33:55.356Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:33:55.358Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:33:55.359Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:55.374Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:55.375Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:33:56.256Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:33:56.257Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:33:56.259Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:33:56.260Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:33:56.360Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:33:56.361Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:33:56.361Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:56.376Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:56.377Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:33:57.263Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "serviceName": "basic_onboard_vGJNBL", "serviceVersion": "1.0", "serviceUUID": "dcc69867-37ee-4142-8653-0431aa4b3c05", "serviceDescription": "service", "serviceInvariantUUID": "0431a1e0-a35f-4481-a9d9-7481460d6e15", "resources": [ { "resourceInstanceName": "basic_onboard_vGJNBL 0", "resourceCustomizationUUID": "b7f739c5-ad79-4da1-a792-57409c6513ca", "resourceName": "basic_onboard_vGJNBL", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d6db9252-be4c-472a-8c7a-96059e10e9e5", "resourceInvariantUUID": "21a0bd86-4eca-457a-8bd8-bf97fbafb22b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vgjnbl0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "artifactChecksum": "ZTE0ZTg5YjJmOTU4NmE5ZDVmZGYyNGI4MWRjOWFlNzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "26518721-81ad-4afd-a8bd-aac99fdd189e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "85f5938f-6bd1-474d-b143-e2490b840f95", "generatedFromUUID": "26518721-81ad-4afd-a8bd-aac99fdd189e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "85f5938f-6bd1-474d-b143-e2490b840f95", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVgjnbl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "artifactChecksum": "ZWQxM2JkNGJiYjA4NzUyYTMxMDZmODliMTdjYzA2NGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d2df7f8-777b-4af0-b5cb-99e841b9cace" } ], "workloadContext": "Production" } 2022-06-17T04:33:57.264Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T04:33:57.264Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcc69867-37ee-4142-8653-0431aa4b3c05 ASDC 2022-06-17T04:33:57.265Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 ServiceName:basic_onboard_vGJNBL ServiceVersion:1.0 ServiceUUID:dcc69867-37ee-4142-8653-0431aa4b3c05 ServiceInvariantUUID:0431a1e0-a35f-4481-a9d9-7481460d6e15 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVgjnbl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar ArtifactUUID:7d2df7f8-777b-4af0-b5cb-99e841b9cace ArtifactChecksum:ZWQxM2JkNGJiYjA4NzUyYTMxMDZmODliMTdjYzA2NGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_vGJNBL 0 ResourceCustomizationUUID:b7f739c5-ad79-4da1-a792-57409c6513ca ResourceInvariantUUID:21a0bd86-4eca-457a-8bd8-bf97fbafb22b ResourceName:basic_onboard_vGJNBL ResourceType:VF ResourceUUID:d6db9252-be4c-472a-8c7a-96059e10e9e5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vgjnbl0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json ArtifactUUID:1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c ArtifactChecksum:ZTE0ZTg5YjJmOTU4NmE5ZDVmZGYyNGI4MWRjOWFlNzQ= 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/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml ArtifactUUID:26518721-81ad-4afd-a8bd-aac99fdd189e 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/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env ArtifactUUID:85f5938f-6bd1-474d-b143-e2490b840f95 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/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env ArtifactUUID:85f5938f-6bd1-474d-b143-e2490b840f95 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T04:33:57.266Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcc69867-37ee-4142-8653-0431aa4b3c05 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:33:57.314Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:33:57.315Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-17T04:33:57.316Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-17T04:33:57.316Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7d2df7f8-777b-4af0-b5cb-99e841b9cace from URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:33:57.316Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-17T04:33:57.317Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:33:57.427Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-17T04:33:57.436Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar 7d2df7f8-777b-4af0-b5cb-99e841b9cace 71571 2022-06-17T04:33:57.437Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar ASDC sendASDCNotification 2022-06-17T04:33:57.437Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:33:57.438Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:33:57.438Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:33:57.468Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:33:57.469Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440437437, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:33:57.543Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms 2022-06-17T04:33:57.545Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:33:57.545Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:33:57.559Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:33:57.560Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:33:58.470Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:33:58.472Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-17T04:33:58.472Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7d2df7f8-777b-4af0-b5cb-99e841b9cace, URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar to file: /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:33:58.473Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:33:58.474Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:33:58.474Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:33:58.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2575613827947009891/Definitions/service-BasicOnboardVgjnbl-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-17T04:34:00.751Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T04:34:00.752Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-17T04:34:00.752Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.752Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-17T04:34:00.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vGJNBL 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.755Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||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-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:00.755Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-17T04:34:00.755Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.756Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:00.756Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria 2022-06-17T04:34:00.757Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-17T04:34:00.757Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:34:00.757Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.758Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:00.758Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria 2022-06-17T04:34:00.758Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-17T04:34:00.758Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:34:00.759Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.759Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:00.760Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.760Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is not matching search criteria 2022-06-17T04:34:00.760Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-17T04:34:00.761Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-17T04:34:00.761Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-17T04:34:00.761Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-17T04:34:00.762Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T04:34:00.762Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.762Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:34:00.763Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.763Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria 2022-06-17T04:34:00.763Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:34:00.764Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.764Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria 2022-06-17T04:34:00.764Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:34:00.765Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.765Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria 2022-06-17T04:34:00.765Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is not matching search criteria 2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e67863b2-0135-45e5-aead-69f0d6f25944 2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.767Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:00.767Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.767Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_vGJNBL Description:service Model UUID:dcc69867-37ee-4142-8653-0431aa4b3c05 Model Version:NULL Model InvariantUuid:0431a1e0-a35f-4481-a9d9-7481460d6e15 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_vGJNBL Model UUID:426dc046-aa8b-4d10-8ed8-46c10d2efb1d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:21a0bd86-4eca-457a-8bd8-bf97fbafb22b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b7f739c5-ad79-4da1-a792-57409c6513ca NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c ModelName:BasicOnboardVgjnbl..base_ubuntu18..module-0 ModelUuid:7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e67863b2-0135-45e5-aead-69f0d6f25944 ModelInvariantUuid:f206a53f-1e6d-4698-aea0-f96c264b91f8 ModelName:basic_onboard_vGJNBL-nodes.ubuntu18Cvfc ModelUuid:82409ab9-04aa-4edf-9d81-f5faa1c14ccd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1c5c4777-b2f2-4aa1-b13a-8ecab3cb8e70 ModelInvariantUuid:b4d61605-2407-4480-9e3d-fc59bc28f1bd ModelName:BasicOnboardVgjnbl.compute.nodes.heat.ubuntu18 ModelUuid:ba688289-4d75-4880-8c84-82fd3c555adc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-17T04:34:00.777Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d6db9252-be4c-472a-8c7a-96059e10e9e5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:34:00.782Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||basic_onboard_vGJNBL 0 2022-06-17T04:34:00.782Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6db9252-be4c-472a-8c7a-96059e10e9e5 2022-06-17T04:34:00.783Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c from URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json 2022-06-17T04:34:00.783Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-17T04:34:00.783Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json 2022-06-17T04:34:00.848Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-17T04:34:00.849Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json 1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c 798 2022-06-17T04:34:00.849Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json ASDC sendASDCNotification 2022-06-17T04:34:00.849Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json 2022-06-17T04:34:00.849Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:34:00.850Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:34:00.852Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:34:00.853Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440440849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:00.953Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:34:00.954Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:34:00.954Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:34:00.965Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:34:00.966Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:34:01.854Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVgjnbl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6", "vfModuleModelCustomizationUUID": "35755022-b1ff-40b5-93ea-f89bd505c97a", "isBase": true, "artifacts": [ "26518721-81ad-4afd-a8bd-aac99fdd189e", "85f5938f-6bd1-474d-b143-e2490b840f95" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:34:01.862Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVgjnbl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6 VfModuleModelInvariantUUID:2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c VfModuleModelDescription:NULL Artifacts UUID List:{ 26518721-81ad-4afd-a8bd-aac99fdd189e , 85f5938f-6bd1-474d-b143-e2490b840f95 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:34:01.865Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVgjnbl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6", "vfModuleModelCustomizationUUID": "35755022-b1ff-40b5-93ea-f89bd505c97a", "isBase": true, "artifacts": [ "26518721-81ad-4afd-a8bd-aac99fdd189e", "85f5938f-6bd1-474d-b143-e2490b840f95" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:34:01.865Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVgjnbl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6 VfModuleModelInvariantUUID:2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c VfModuleModelDescription:NULL Artifacts UUID List:{ 26518721-81ad-4afd-a8bd-aac99fdd189e , 85f5938f-6bd1-474d-b143-e2490b840f95 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:34:01.865Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 26518721-81ad-4afd-a8bd-aac99fdd189e from URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml 2022-06-17T04:34:01.865Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-17T04:34:01.866Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml 2022-06-17T04:34:01.938Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-17T04:34:01.939Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml 26518721-81ad-4afd-a8bd-aac99fdd189e 5033 2022-06-17T04:34:01.940Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-17T04:34:01.940Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml 2022-06-17T04:34:01.940Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:34:01.941Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:34:01.942Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:34:01.943Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440441940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:02.043Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:34:02.045Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:34:02.046Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:34:02.063Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:34:02.064Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:34:02.943Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 85f5938f-6bd1-474d-b143-e2490b840f95 from URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env 2022-06-17T04:34:02.944Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-17T04:34:02.944Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env 2022-06-17T04:34:03.060Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-17T04:34:03.061Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env 85f5938f-6bd1-474d-b143-e2490b840f95 909 2022-06-17T04:34:03.061Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-17T04:34:03.061Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env 2022-06-17T04:34:03.061Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:34:03.062Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:34:03.077Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:34:03.077Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440443061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:03.166Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-06-17T04:34:03.167Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:34:03.168Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:34:03.184Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:34:03.185Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:34:04.078Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dcc69867-37ee-4142-8653-0431aa4b3c05 2022-06-17T04:34:04.078Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vGJNBL 0 d6db9252-be4c-472a-8c7a-96059e10e9e5 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:34:04.097Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b0b4d98, org.onap.sdc.toscaparser.api.parameters.Input@51256425, org.onap.sdc.toscaparser.api.parameters.Input@492afbc3, org.onap.sdc.toscaparser.api.parameters.Input@6d258977, org.onap.sdc.toscaparser.api.parameters.Input@5c736ec6] 2022-06-17T04:34:04.100Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.101Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:04.102Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-17T04:34:04.102Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b7f739c5-ad79-4da1-a792-57409c6513ca 2022-06-17T04:34:04.102Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7f739c5-ad79-4da1-a792-57409c6513ca matches Tosca VF Customization UUID: b7f739c5-ad79-4da1-a792-57409c6513ca 2022-06-17T04:34:04.102Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b7f739c5-ad79-4da1-a792-57409c6513ca matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-17T04:34:04.106Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.107Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:04.108Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b7f739c5-ad79-4da1-a792-57409c6513ca: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-17T04:34:04.108Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7948768a 2022-06-17T04:34:04.108Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.109Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:34:04.109Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35755022-b1ff-40b5-93ea-f89bd505c97a 2022-06-17T04:34:04.109Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35755022-b1ff-40b5-93ea-f89bd505c97a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-17T04:34:04.112Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.113Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria 2022-06-17T04:34:04.113Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:34:04.114Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.114Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria 2022-06-17T04:34:04.115Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:34:04.115Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.115Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is not matching search criteria 2022-06-17T04:34:04.116Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-17T04:34:04.116Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-17T04:34:04.116Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e67863b2-0135-45e5-aead-69f0d6f25944 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-17T04:34:04.119Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.119Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria 2022-06-17T04:34:04.120Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:34:04.120Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.121Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria 2022-06-17T04:34:04.121Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=b7f739c5-ad79-4da1-a792-57409c6513ca Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:34:04.123Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.123Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:04.124Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dcc69867-37ee-4142-8653-0431aa4b3c05: basic_onboard_vGJNBL 2022-06-17T04:34:04.125Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.125Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:04.125Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.125Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:04.126Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.126Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:04.126Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.126Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:04.127Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:34:04.127Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:34:04.127Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_vGJNBL Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:34:04.221Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vGJNBL d6db9252-be4c-472a-8c7a-96059e10e9e5 1 ASDC deployResourceStructure 2022-06-17T04:34:04.222Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json ASDC sendASDCNotification 2022-06-17T04:34:04.222Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json 2022-06-17T04:34:04.222Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:34:04.222Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:34:04.225Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:34:04.225Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440444222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:34:04.325Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:34:04.327Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:34:04.327Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:34:04.342Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:34:04.344Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:34:05.226Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-17T04:34:05.226Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml 2022-06-17T04:34:05.227Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:34:05.228Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:34:05.233Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:34:05.234Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440445225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:34:05.333Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:34:05.334Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:34:05.334Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:34:05.352Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:34:05.353Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:34:06.240Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-17T04:34:06.241Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env 2022-06-17T04:34:06.241Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:34:06.241Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:34:06.245Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:34:06.245Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440446240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-17T04:34:06.345Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:34:06.346Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:34:06.347Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:34:06.363Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:34:06.365Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:34:07.247Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar ASDC sendASDCNotification 2022-06-17T04:34:07.248Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar 2022-06-17T04:34:07.248Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:34:07.249Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:34:07.252Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:34:07.252Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440447246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:34:07.353Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:34:07.354Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:34:07.354Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:34:07.371Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:34:07.372Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:34:08.253Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:34:08.281Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:34:08.289Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:34:08.290Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:34:08.290Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:34:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:34:20.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:34:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:34:21.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:34:21.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440420007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:34:21.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440425801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "cds", "timestamp": 1655440424851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "ves-openapi-manager", "timestamp": 1655440424571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440421971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440422716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "cds", "timestamp": 1655440424851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "ves-openapi-manager", "timestamp": 1655440424571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440425801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:34:21.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440421971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:34:21.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440422716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:34:21.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "ves-openapi-manager", "timestamp": 1655440424571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "cds", "timestamp": 1655440424851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440425801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440421971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-17T04:34:21.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440422716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-17T04:34:21.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-17T04:34:21.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "ves-openapi-manager", "timestamp": 1655440424571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "cds", "timestamp": 1655440424851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440425801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440421971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440422716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "cds", "timestamp": 1655440424851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440425801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440421971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-17T04:34:21.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "ves-openapi-manager", "timestamp": 1655440424571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440422716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-17T04:34:21.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "cds", "timestamp": 1655440424851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440421971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "ves-openapi-manager", "timestamp": 1655440424571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440425801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440422716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "ves-openapi-manager", "timestamp": 1655440424571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440421971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:34:21.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "cds", "timestamp": 1655440424851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:34:21.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440425801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:34:21.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440422716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:34:21.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440421035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:34:21.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440437383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "cds", "timestamp": 1655440437333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440437819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440437437, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "cds", "timestamp": 1655440438349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:34:21.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 2022-06-17T04:34:21.123Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:34:21.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440438825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:34:21.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440438445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "policy-id", "timestamp": 1655440439829, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:34:21.150Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 2022-06-17T04:34:21.150Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:34:21.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440439497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440440542, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:34:21.166Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 2022-06-17T04:34:21.166Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-17T04:34:21.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440441349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440440849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "multicloud-k8s-id", "timestamp": 1655440441545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:34:21.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440441940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440443360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:34:21.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440443061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "clamp", "timestamp": 1655440444365, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:34:21.179Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 2022-06-17T04:34:21.180Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:34:21.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440444222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:34:21.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440443105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440445225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:34:21.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440443105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440446240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-17T04:34:21.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440443105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440447246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:34:21.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440443105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440443105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440447669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440443105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440447669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440443105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:34:21.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440447669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440447669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440450883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.200Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440447669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440447669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:34:21.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440453299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:34:21.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:21.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440447669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:34:21.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T04:34:21.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655440454305, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:34:21.207Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 2022-06-17T04:34:21.207Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:34:21.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:34:21.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440455413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:34:21.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:34:38.291Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:34:38.305Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:34:38.310Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:34:38.310Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:34:38.310Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:35:08.311Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:35:08.322Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:35:08.327Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:35:08.327Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:35:08.327Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:35:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:35:20.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:35:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:35:21.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:35:21.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:35:21.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440463152, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:35:21.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:35:21.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T04:35:21.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "aai-ml", "timestamp": 1655440464157, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:35:21.074Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 2022-06-17T04:35:21.075Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:35:38.328Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:35:38.344Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:35:38.355Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:35:38.355Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:35:38.357Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:35:38.357Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:35:38.357Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-06-17T04:35:38.374Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T04:36:08.374Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-17T04:36:08.382Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and serviceModelVersionId: dcc69867-37ee-4142-8653-0431aa4b3c05 2022-06-17T04:36:08.382Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0431a1e0-a35f-4481-a9d9-7481460d6e15 2022-06-17T04:36:08.384Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0 2022-06-17T04:36:08.394Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T04:36:08.518Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|INFO|500||Invoke 2022-06-17T04:36:08.519Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3fccc2d6-7cf1-4e53-a97b-ba73552a7c88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3be9e507-b0ec-4e06-9ce2-643a4f41e6bb], X-ECOMP-RequestID=[3fccc2d6-7cf1-4e53-a97b-ba73552a7c88], X-TransactionId=[], X-ONAP-RequestID=[3fccc2d6-7cf1-4e53-a97b-ba73552a7c88], Content-Type=[application/merge-patch+json]} 2022-06-17T04:36:08.601Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T04:36:08.740Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?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/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220617-04:36:07:884-51377], vertex-id=[344192], Content-Length=[0], Date=[Fri, 17 Jun 2022 04:36:07 GMT], Content-Type=[application/json]} 2022-06-17T04:36:08.742Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T04:36:08.743Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|INFO|500||InvokeReturn 2022-06-17T04:36:08.743Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T04:36:08.743Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-06-17T04:36:08.749Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-06-17T04:36:08.749Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T04:36:08.749Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T04:36:08.750Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:36:08.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:36:08.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440568749, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:36:08.853Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:36:08.854Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:36:08.855Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:36:08.877Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:36:08.878Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T04:36:09.767Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:36:09.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-06-17T04:36:09.769Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:36:20.039Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:36:20.041Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:36:20.042Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-06-17T04:36:20.042Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:36:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:36:20.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:36:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:36:21.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:36:21.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T04:36:21.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655440568749, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:36:21.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:36:29.579Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:36:29.580Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:36:29.581Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-06-17T04:36:29.582Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:36:39.121Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:36:39.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:36:39.123Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:36:39.123Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:36:48.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:36:48.665Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:36:48.666Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:36:48.666Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:36:58.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:36:58.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:36:58.211Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:36:58.211Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:37:07.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:37:20.414Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:37:20.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:37:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:37:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:37:20.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:37:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:37:29.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:37:29.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:38:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:38:20.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:38:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:38:20.419Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:38:20.420Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:38:20.421Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:38:29.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:38:29.969Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:39:20.414Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:39:20.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:39:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:39:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:39:20.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:39:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:39:29.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:39:29.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:40:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:40:20.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:40:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:40:20.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:40:20.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:40:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:40:29.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:40:29.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:41:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:41:20.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:41:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:41:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:41:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:41:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:41:29.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:41:29.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:42:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:42:20.417Z||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-06-17T04:42:20.417Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:42:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:42:20.425Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:42:20.426Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:42:29.977Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:42:29.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:43:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:43:20.416Z||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-06-17T04:43:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:43:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:43:20.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:43:20.423Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:43:29.977Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:43:29.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:44:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:44:20.415Z||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-06-17T04:44:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:44:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:44:20.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:44:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:44:21.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:44:21.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ecfd3334-d85b-4098-bbec-b2e5dce9d5d1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8403916b-4e88-4998-a3d4-84d92ffdc135","serviceDescription":"service","serviceInvariantUUID":"55a7b23b-dbda-4ffa-acd1-b3964db59e5e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b4da4c2f-d5d4-4fd9-937f-56fbd0aa672c","resourceInvariantUUID":"7660dffd-5a66-4004-95d9-bfba6cd2cb01","resourceCustomizationUUID":"bf500870-18f8-41be-b6ec-c8fb0ad905e0","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":"ZWQwNTNhN2QxNTBlNThiNzBjODMyZjgyOWFlYmJjYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c9c2107-857e-4d5e-b694-252422acd33d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjFhM2VjNzVkN2E3ZTEyNDQyMjM1ZmRmZGEzZjkwZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b45c63e-2756-42a1-9fb2-a795d0ff4760","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T04:44:21.057Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:44:21.058Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:44:21.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:44:21.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "cds", "timestamp": 1655441039851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:44:21.065Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:44:21.065Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441060413, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:44:21.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "cds", "timestamp": 1655441039851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:44:21.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655441041974, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:44:21.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "cds", "timestamp": 1655441042762, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:44:21.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:44:21.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "policy-id", "timestamp": 1655441042716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:44:21.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655441041974, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:44:21.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "cds", "timestamp": 1655441043774, "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-06-17T04:44:21.147Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 2022-06-17T04:44:21.148Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:44:21.165Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:44:21.167Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:44:21.167Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:44:21.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "policy-id", "timestamp": 1655441042716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:44:21.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441043107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:44:21.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "policy-id", "timestamp": 1655441045569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:44:21.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:44:21.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "ves-openapi-manager", "timestamp": 1655441044571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:44:21.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441043107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:44:21.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "policy-id", "timestamp": 1655441046580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:44:21.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "ves-openapi-manager", "timestamp": 1655441044571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:44:21.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441046013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:44:21.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:44:21.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "policy-id", "timestamp": 1655441047585, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:44:21.180Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 2022-06-17T04:44:21.180Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and ComponentName POLICY 2022-06-17T04:44:21.181Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:44:21.181Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:44:21.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441047786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:44:21.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:44:21.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "aai-ml", "timestamp": 1655441047669, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:44:21.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441048795, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:44:21.217Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 2022-06-17T04:44:21.220Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:44:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "aai-ml", "timestamp": 1655441047669, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:44:21.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "aai-ml", "timestamp": 1655441050431, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:44:21.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:44:21.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "aai-ml", "timestamp": 1655441054425, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:44:21.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:44:21.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "aai-ml", "timestamp": 1655441055428, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:44:21.249Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 2022-06-17T04:44:21.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:44:21.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "clamp", "timestamp": 1655441055801, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:44:21.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:21.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:44:21.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "clamp", "timestamp": 1655441055801, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:44:21.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:44:22.066Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:44:22.068Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:44:22.071Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:44:22.072Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441060413, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:44:22.172Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:44:22.174Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:44:22.174Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:44:22.188Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:44:22.189Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:44:23.074Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "8403916b-4e88-4998-a3d4-84d92ffdc135", "serviceDescription": "service", "serviceInvariantUUID": "55a7b23b-dbda-4ffa-acd1-b3964db59e5e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "bf500870-18f8-41be-b6ec-c8fb0ad905e0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b4da4c2f-d5d4-4fd9-937f-56fbd0aa672c", "resourceInvariantUUID": "7660dffd-5a66-4004-95d9-bfba6cd2cb01", "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": "ZjFhM2VjNzVkN2E3ZTEyNDQyMjM1ZmRmZGEzZjkwZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1b45c63e-2756-42a1-9fb2-a795d0ff4760" } ], "workloadContext": "Production" } 2022-06-17T04:44:23.075Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T04:44:23.075Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8403916b-4e88-4998-a3d4-84d92ffdc135 ASDC 2022-06-17T04:44:23.076Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:8403916b-4e88-4998-a3d4-84d92ffdc135 ServiceInvariantUUID:55a7b23b-dbda-4ffa-acd1-b3964db59e5e 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:1b45c63e-2756-42a1-9fb2-a795d0ff4760 ArtifactChecksum:ZjFhM2VjNzVkN2E3ZTEyNDQyMjM1ZmRmZGEzZjkwZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:bf500870-18f8-41be-b6ec-c8fb0ad905e0 ResourceInvariantUUID:7660dffd-5a66-4004-95d9-bfba6cd2cb01 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b4da4c2f-d5d4-4fd9-937f-56fbd0aa672c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-17T04:44:23.083Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8403916b-4e88-4998-a3d4-84d92ffdc135 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T04:44:23.146Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:44:23.147Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:44:23.147Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:44:23.147Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1b45c63e-2756-42a1-9fb2-a795d0ff4760 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-17T04:44:23.147Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:44:23.148Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-17T04:44:23.266Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:44:23.270Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1b45c63e-2756-42a1-9fb2-a795d0ff4760 52512 2022-06-17T04:44:23.270Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-17T04:44:23.270Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-17T04:44:23.271Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:44:23.271Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:44:23.275Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:44:23.275Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441063270, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:44:23.376Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T04:44:23.377Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:44:23.378Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:44:23.409Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:44:23.409Z||pool-37-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:44:24.276Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:44:24.277Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:44:24.278Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1b45c63e-2756-42a1-9fb2-a795d0ff4760, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:24.278Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-17T04:44:24.279Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:24.279Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:24.486Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8385559643400817382/Definitions/service-BasicNetwork-template.yml 2022-06-17T04:44:25.427Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T04:44:25.428Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-17T04:44:25.428Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.428Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.430Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.430Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.432Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-17T04:44:25.432Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.432Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.433Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-17T04:44:25.433Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-17T04:44:25.433Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:44:25.433Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.435Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.435Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.435Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.435Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.436Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.436Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.436Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.436Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.437Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:8403916b-4e88-4998-a3d4-84d92ffdc135 Model Version:NULL Model InvariantUuid:55a7b23b-dbda-4ffa-acd1-b3964db59e5e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:7660dffd-5a66-4004-95d9-bfba6cd2cb01 Model UUID:0808ffc3-0b16-47c5-b51d-469f8534fc15 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:bf500870-18f8-41be-b6ec-c8fb0ad905e0 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-17T04:44:25.449Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: b4da4c2f-d5d4-4fd9-937f-56fbd0aa672c 2022-06-17T04:44:25.449Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||No resources found for Service: 8403916b-4e88-4998-a3d4-84d92ffdc135 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:44:25.460Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500|| 2022-06-17T04:44:25.460Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-17T04:44:25.462Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 8403916b-4e88-4998-a3d4-84d92ffdc135 2022-06-17T04:44:25.462Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8403916b-4e88-4998-a3d4-84d92ffdc135 2022-06-17T04:44:25.462Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-17T04:44:25.462Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:44:25.468Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cbb1a4, org.onap.sdc.toscaparser.api.parameters.Input@de7c41b, org.onap.sdc.toscaparser.api.parameters.Input@7467bb6a, org.onap.sdc.toscaparser.api.parameters.Input@7488203, org.onap.sdc.toscaparser.api.parameters.Input@5d5455df] 2022-06-17T04:44:25.469Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.470Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.470Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.470Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.470Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8403916b-4e88-4998-a3d4-84d92ffdc135: Generic NeutronNet 2022-06-17T04:44:25.471Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.471Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.471Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.471Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-17T04:44:25.523Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.524Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.526Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.526Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.527Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:44:25.527Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:44:25.528Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-17T04:44:25.601Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-17T04:44:25.602Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-17T04:44:25.602Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-17T04:44:25.602Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:44:25.602Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:44:25.605Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:44:25.605Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441065602, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:44:25.705Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:44:25.706Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:44:25.707Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:44:25.725Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:44:25.726Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:44:26.606Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:44:26.626Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:44:26.635Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:44:26.637Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T04:44:26.638Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T04:44:26.638Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T04:44:26.639Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:44:26.639Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:44:26.639Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:44:26.639Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:44:26.640Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:44:26.640Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:44:26.647Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T04:44:56.648Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-17T04:44:56.655Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and serviceModelVersionId: 8403916b-4e88-4998-a3d4-84d92ffdc135 2022-06-17T04:44:56.656Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55a7b23b-dbda-4ffa-acd1-b3964db59e5e 2022-06-17T04:44:56.657Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0 2022-06-17T04:44:56.663Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T04:44:56.749Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|INFO|500||Invoke 2022-06-17T04:44:56.750Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ecfd3334-d85b-4098-bbec-b2e5dce9d5d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[411d6a1e-e625-43b3-a53d-22d68653e30f], X-ECOMP-RequestID=[ecfd3334-d85b-4098-bbec-b2e5dce9d5d1], X-TransactionId=[], X-ONAP-RequestID=[ecfd3334-d85b-4098-bbec-b2e5dce9d5d1], Content-Type=[application/merge-patch+json]} 2022-06-17T04:44:56.784Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T04:44:56.892Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?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/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-04:44:56:055-56874], vertex-id=[229584], Content-Length=[0], Date=[Fri, 17 Jun 2022 04:44:56 GMT], Content-Type=[application/json]} 2022-06-17T04:44:56.893Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T04:44:56.894Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|INFO|500||InvokeReturn 2022-06-17T04:44:56.894Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T04:44:56.894Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:44:56.902Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T04:44:56.902Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T04:44:56.903Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T04:44:56.903Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:44:56.906Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:44:56.906Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441096903, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:44:57.006Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:44:57.007Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:44:57.008Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:44:57.024Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:44:57.025Z||pool-39-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-06-17T04:45:20.413Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:45:20.415Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|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-06-17T04:45:20.415Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:45:20.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:45:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:20.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:20.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:45:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441060413, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:45:20.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:45:21.047Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:21.048Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T04:45:21.049Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ea75c4b-7450-4420-90c0-08b78be025cb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"699a3666-28a3-4bfd-a3ea-b9ff5918abd0","serviceDescription":"service","serviceInvariantUUID":"e4143355-a59c-4c62-b518-63233f04dcd5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a5f1fd1-29c3-4f20-abb0-7b37030b4c53","resourceInvariantUUID":"19d90ba4-6cc6-476b-91e3-72980ffebe9b","resourceCustomizationUUID":"c1ec577d-4ab4-4524-b9ee-5d21c3aeb786","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":"MDBjNjcyMTkxMjgyM2U1ZDAxNjQzOWFmZTRmNTRkNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b9c7ca2-bb08-4ef6-94c7-d8eb84bbaf00","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":"ZWI3MDI4OGE2ZDMyNmJiMTNlYjNkMDQyYjU0NWUwY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"890da8cd-0be5-4c37-81b7-30d289c6a409","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":"b06fd91d-5dfb-409c-aba7-e58cbbcec95b","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":"a6bce386-41a4-4486-a1ee-b3b71c32a25c","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":"f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84","artifactVersion":"2","generatedFromUUID":"b06fd91d-5dfb-409c-aba7-e58cbbcec95b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzJjMDEwMjgzMmY2MDhiOTE5MGNhZDVkMDI0OWEyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f457000b-a442-41dd-9061-193e91f6803b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Y2FhOWE5YzY5YTUyY2FkY2YxMzM3MGUwYWE3YTA4NDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"970cdb16-9a83-4b46-8ba7-1e0d668771f3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T04:45:21.053Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:45:21.054Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:21.057Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:21.057Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:45:21.159Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-17T04:45:21.161Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:21.161Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:21.176Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:21.177Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:22.058Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:45:22.059Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:22.061Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:22.063Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:45:22.162Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T04:45:22.163Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:22.163Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:22.186Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:22.187Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:23.064Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:45:23.065Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:23.072Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:23.074Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T04:45:23.172Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-17T04:45:23.174Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:23.174Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:23.192Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:23.193Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:24.076Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:45:24.078Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:24.080Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:24.080Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:45:24.185Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-17T04:45:24.186Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:24.187Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:24.225Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:24.226Z||pool-43-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:45:25.081Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:45:25.082Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:25.085Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:25.086Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T04:45:25.185Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:45:25.187Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:25.187Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:25.202Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:25.203Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:45:26.086Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:45:26.087Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:26.090Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:26.090Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:45:26.190Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:45:26.191Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:26.191Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:26.207Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:26.208Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:27.092Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:45:27.093Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:27.096Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:27.096Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:45:27.196Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:45:27.197Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:27.197Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:27.217Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:27.218Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:28.098Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "699a3666-28a3-4bfd-a3ea-b9ff5918abd0", "serviceDescription": "service", "serviceInvariantUUID": "e4143355-a59c-4c62-b518-63233f04dcd5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c1ec577d-4ab4-4524-b9ee-5d21c3aeb786", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4a5f1fd1-29c3-4f20-abb0-7b37030b4c53", "resourceInvariantUUID": "19d90ba4-6cc6-476b-91e3-72980ffebe9b", "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": "ZWI3MDI4OGE2ZDMyNmJiMTNlYjNkMDQyYjU0NWUwY2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "890da8cd-0be5-4c37-81b7-30d289c6a409", "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": "b06fd91d-5dfb-409c-aba7-e58cbbcec95b", "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": "f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84", "generatedFromUUID": "b06fd91d-5dfb-409c-aba7-e58cbbcec95b" }, "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": "f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "Y2FhOWE5YzY5YTUyY2FkY2YxMzM3MGUwYWE3YTA4NDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "970cdb16-9a83-4b46-8ba7-1e0d668771f3" } ], "workloadContext": "Production" } 2022-06-17T04:45:28.099Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T04:45:28.099Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 699a3666-28a3-4bfd-a3ea-b9ff5918abd0 ASDC 2022-06-17T04:45:28.116Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:7ea75c4b-7450-4420-90c0-08b78be025cb ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:699a3666-28a3-4bfd-a3ea-b9ff5918abd0 ServiceInvariantUUID:e4143355-a59c-4c62-b518-63233f04dcd5 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:970cdb16-9a83-4b46-8ba7-1e0d668771f3 ArtifactChecksum:Y2FhOWE5YzY5YTUyY2FkY2YxMzM3MGUwYWE3YTA4NDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c1ec577d-4ab4-4524-b9ee-5d21c3aeb786 ResourceInvariantUUID:19d90ba4-6cc6-476b-91e3-72980ffebe9b ResourceName:basic_vm ResourceType:VF ResourceUUID:4a5f1fd1-29c3-4f20-abb0-7b37030b4c53 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:890da8cd-0be5-4c37-81b7-30d289c6a409 ArtifactChecksum:ZWI3MDI4OGE2ZDMyNmJiMTNlYjNkMDQyYjU0NWUwY2Q= 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:b06fd91d-5dfb-409c-aba7-e58cbbcec95b 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:f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84 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:f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T04:45:28.117Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 699a3666-28a3-4bfd-a3ea-b9ff5918abd0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:45:28.181Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:45:28.183Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:45:28.183Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:45:28.184Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 970cdb16-9a83-4b46-8ba7-1e0d668771f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-17T04:45:28.184Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:45:28.185Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-17T04:45:28.260Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:45:28.270Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 970cdb16-9a83-4b46-8ba7-1e0d668771f3 71062 2022-06-17T04:45:28.270Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-17T04:45:28.271Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-17T04:45:28.271Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:45:28.271Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:28.274Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:28.274Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441128270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:45:28.375Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:45:28.376Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:28.377Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:28.392Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:28.399Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:29.275Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:45:29.278Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:45:29.278Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 970cdb16-9a83-4b46-8ba7-1e0d668771f3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:29.281Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-17T04:45:29.282Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:29.282Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:29.518Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5396238723715465610/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-17T04:45:31.388Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:45:31.396Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.396Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T04:45:31.396Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:45:31.396Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.396Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-17T04:45:31.397Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-17T04:45:31.397Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T04:45:31.397Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=82a65324-c0dd-4375-a415-6e9957d9061b 2022-06-17T04:45:31.397Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.397Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:31.398Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.398Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:31.398Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.398Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:31.398Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:31.398Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:31.399Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:699a3666-28a3-4bfd-a3ea-b9ff5918abd0 Model Version:NULL Model InvariantUuid:e4143355-a59c-4c62-b518-63233f04dcd5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:6e8a299e-0693-42b6-899c-b0072e354fe4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:19d90ba4-6cc6-476b-91e3-72980ffebe9b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c1ec577d-4ab4-4524-b9ee-5d21c3aeb786 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:33c5876a-8db5-45b1-9b2d-5b64a4f9f250 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:b344eb4c-8177-44b6-9f20-d3ac445cac09 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:82a65324-c0dd-4375-a415-6e9957d9061b ModelInvariantUuid:dc2163e0-ff0f-4342-91b5-ea72cb815208 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:3160d3bb-67cc-4fd8-b378-f9b0c321facf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7c68a5e3-9591-44e8-b61d-3918ddfa1090 ModelInvariantUuid:2255de42-0f96-4d30-80e9-1c2b95425c10 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8a1a63a3-5be4-4ef1-8d43-face41afe541 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-17T04:45:31.406Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a5f1fd1-29c3-4f20-abb0-7b37030b4c53 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:45:31.410Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-06-17T04:45:31.410Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a5f1fd1-29c3-4f20-abb0-7b37030b4c53 2022-06-17T04:45:31.410Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 890da8cd-0be5-4c37-81b7-30d289c6a409 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-17T04:45:31.410Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:45:31.410Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-17T04:45:31.521Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:45:31.522Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 890da8cd-0be5-4c37-81b7-30d289c6a409 787 2022-06-17T04:45:31.522Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-17T04:45:31.522Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-17T04:45:31.522Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:45:31.522Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:31.525Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:31.525Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441131522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:45:31.625Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:45:31.627Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:31.627Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:31.641Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:31.643Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:32.526Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "33c5876a-8db5-45b1-9b2d-5b64a4f9f250", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b344eb4c-8177-44b6-9f20-d3ac445cac09", "vfModuleModelCustomizationUUID": "5848eb16-708f-4af4-a20d-4615c3cd0411", "isBase": true, "artifacts": [ "b06fd91d-5dfb-409c-aba7-e58cbbcec95b", "f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:45:32.531Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b344eb4c-8177-44b6-9f20-d3ac445cac09 VfModuleModelInvariantUUID:33c5876a-8db5-45b1-9b2d-5b64a4f9f250 VfModuleModelDescription:NULL Artifacts UUID List:{ b06fd91d-5dfb-409c-aba7-e58cbbcec95b , f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:45:32.535Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "33c5876a-8db5-45b1-9b2d-5b64a4f9f250", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b344eb4c-8177-44b6-9f20-d3ac445cac09", "vfModuleModelCustomizationUUID": "5848eb16-708f-4af4-a20d-4615c3cd0411", "isBase": true, "artifacts": [ "b06fd91d-5dfb-409c-aba7-e58cbbcec95b", "f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:45:32.537Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b344eb4c-8177-44b6-9f20-d3ac445cac09 VfModuleModelInvariantUUID:33c5876a-8db5-45b1-9b2d-5b64a4f9f250 VfModuleModelDescription:NULL Artifacts UUID List:{ b06fd91d-5dfb-409c-aba7-e58cbbcec95b , f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:45:32.537Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b06fd91d-5dfb-409c-aba7-e58cbbcec95b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-17T04:45:32.538Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:45:32.538Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-17T04:45:32.623Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:45:32.624Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b06fd91d-5dfb-409c-aba7-e58cbbcec95b 5033 2022-06-17T04:45:32.624Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-17T04:45:32.624Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-17T04:45:32.625Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:45:32.625Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:32.627Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:32.627Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441132624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:45:32.728Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:45:32.729Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:32.729Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:32.746Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:32.747Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:33.630Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-17T04:45:33.630Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:45:33.631Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-17T04:45:33.738Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:45:33.739Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84 903 2022-06-17T04:45:33.739Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-17T04:45:33.739Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-17T04:45:33.740Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:45:33.740Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:33.743Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:33.743Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441133739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:45:33.843Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:45:33.845Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:33.846Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:33.863Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:33.864Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:34.744Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 699a3666-28a3-4bfd-a3ea-b9ff5918abd0 2022-06-17T04:45:34.745Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4a5f1fd1-29c3-4f20-abb0-7b37030b4c53 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:45:34.764Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25544fa5, org.onap.sdc.toscaparser.api.parameters.Input@6b60a35e, org.onap.sdc.toscaparser.api.parameters.Input@64e88bf8, org.onap.sdc.toscaparser.api.parameters.Input@30f0cff7, org.onap.sdc.toscaparser.api.parameters.Input@37de972b] 2022-06-17T04:45:34.767Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.767Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:34.768Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-17T04:45:34.768Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c1ec577d-4ab4-4524-b9ee-5d21c3aeb786 2022-06-17T04:45:34.769Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1ec577d-4ab4-4524-b9ee-5d21c3aeb786 matches Tosca VF Customization UUID: c1ec577d-4ab4-4524-b9ee-5d21c3aeb786 2022-06-17T04:45:34.769Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c1ec577d-4ab4-4524-b9ee-5d21c3aeb786 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-17T04:45:34.773Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.774Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:34.775Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c1ec577d-4ab4-4524-b9ee-5d21c3aeb786: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-17T04:45:34.776Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f64a8fc 2022-06-17T04:45:34.776Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.777Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:45:34.777Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5848eb16-708f-4af4-a20d-4615c3cd0411 2022-06-17T04:45:34.778Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5848eb16-708f-4af4-a20d-4615c3cd0411 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-17T04:45:34.782Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.783Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T04:45:34.783Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:45:34.784Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.785Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T04:45:34.785Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:45:34.786Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.786Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-17T04:45:34.787Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-17T04:45:34.787Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T04:45:34.787Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=82a65324-c0dd-4375-a415-6e9957d9061b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-17T04:45:34.792Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.793Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T04:45:34.793Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:45:34.794Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.794Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T04:45:34.794Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c1ec577d-4ab4-4524-b9ee-5d21c3aeb786 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:45:34.797Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.797Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:34.797Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 699a3666-28a3-4bfd-a3ea-b9ff5918abd0: basic_vm 2022-06-17T04:45:34.797Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.798Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:34.798Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.798Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:34.798Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.798Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:34.798Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.798Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:34.799Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:45:34.799Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:45:34.799Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:45:34.917Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4a5f1fd1-29c3-4f20-abb0-7b37030b4c53 1 ASDC deployResourceStructure 2022-06-17T04:45:34.918Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-17T04:45:34.918Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-17T04:45:34.918Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:45:34.919Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:34.923Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:34.923Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441134918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:45:35.024Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:45:35.025Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:35.025Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:35.043Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:35.043Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:45:35.924Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-17T04:45:35.924Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-17T04:45:35.925Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:45:35.925Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:35.942Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:35.942Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441135924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:45:36.036Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-17T04:45:36.038Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:36.038Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:36.064Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:36.065Z||pool-52-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:36.948Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-17T04:45:36.948Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-17T04:45:36.948Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:45:36.949Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:36.952Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:36.952Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441136948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-17T04:45:37.056Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-17T04:45:37.057Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:37.057Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:37.079Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:37.080Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:45:37.961Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-17T04:45:37.962Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-17T04:45:37.963Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:45:37.963Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:45:37.966Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:45:37.966Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441137961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:45:38.066Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:45:38.067Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:45:38.067Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:45:38.081Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:45:38.082Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:45:38.967Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:45:38.992Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:45:39.007Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:45:39.007Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:45:39.007Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:46:09.008Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:46:09.054Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:46:09.061Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:46:09.062Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:46:09.063Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:46:20.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:46:20.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:46:20.425Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:46:20.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:46:20.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441060413, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:46:20.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441063270, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.492Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441065602, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:46:20.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "clamp", "timestamp": 1655441068448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "clamp", "timestamp": 1655441070462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:46:20.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "clamp", "timestamp": 1655441071466, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:46:20.520Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 2022-06-17T04:46:20.521Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:46:20.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "ves-openapi-manager", "timestamp": 1655441084571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "cds", "timestamp": 1655441084851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441085801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "ves-openapi-manager", "timestamp": 1655441084571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "cds", "timestamp": 1655441084851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441085801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:46:20.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "ves-openapi-manager", "timestamp": 1655441084571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "cds", "timestamp": 1655441084851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441085801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "ves-openapi-manager", "timestamp": 1655441084571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "cds", "timestamp": 1655441084851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441085801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "ves-openapi-manager", "timestamp": 1655441084571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "cds", "timestamp": 1655441084851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441085801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441096903, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:46:20.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "ves-openapi-manager", "timestamp": 1655441084571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "cds", "timestamp": 1655441084851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441085801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "ves-openapi-manager", "timestamp": 1655441084571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "cds", "timestamp": 1655441084851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:46:20.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441085801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:46:20.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "cds", "timestamp": 1655441099954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "cds", "timestamp": 1655441100977, "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=? 2022-06-17T04:46:20.580Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ea75c4b-7450-4420-90c0-08b78be025cb 2022-06-17T04:46:20.580Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ea75c4b-7450-4420-90c0-08b78be025cb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:46:20.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441101972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441102716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441101981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441101972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:46:20.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441102716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441101981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441101972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T04:46:20.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441102716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T04:46:20.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441101981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441101972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441102716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441101981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441101972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T04:46:20.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441102716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441101981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441101972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441102716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441101981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441101972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:46:20.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441102716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:46:20.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441101981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441109724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441110486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-17T04:46:20.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:46:20.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441101981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:46:20.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441110796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441111453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441111494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:46:20.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441111649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441110893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441111898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "policy-id", "timestamp": 1655441112498, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:46:20.666Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ea75c4b-7450-4420-90c0-08b78be025cb 2022-06-17T04:46:20.667Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ea75c4b-7450-4420-90c0-08b78be025cb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:46:20.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441104571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "cds", "timestamp": 1655441112661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:46:20.716Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcc75fd6-7fe0-448f-aa79-92a7c21efdea 2022-06-17T04:46:20.716Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc75fd6-7fe0-448f-aa79-92a7c21efdea and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:46:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441112920, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:46:20.734Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ea75c4b-7450-4420-90c0-08b78be025cb 2022-06-17T04:46:20.735Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ea75c4b-7450-4420-90c0-08b78be025cb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-17T04:46:20.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441113465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:46:20.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441113408, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655441113923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:46:20.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "clamp", "timestamp": 1655441114469, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:46:20.752Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ea75c4b-7450-4420-90c0-08b78be025cb 2022-06-17T04:46:20.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ea75c4b-7450-4420-90c0-08b78be025cb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:46:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441113280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:46:20.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:46:20.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441114602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:46:20.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441114285, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:46:20.770Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ea75c4b-7450-4420-90c0-08b78be025cb 2022-06-17T04:46:20.770Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ea75c4b-7450-4420-90c0-08b78be025cb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:46:20.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441114851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441115419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:46:20.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:46:20.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "ves-openapi-manager", "timestamp": 1655441115607, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:46:20.786Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dcc75fd6-7fe0-448f-aa79-92a7c21efdea 2022-06-17T04:46:20.787Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc75fd6-7fe0-448f-aa79-92a7c21efdea and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:46:20.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441114851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441114851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441114851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441114851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:20.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:46:20.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:46:20.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:46:39.063Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:46:39.088Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:46:39.099Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:46:39.099Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:46:39.100Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:47:09.104Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:47:09.125Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:47:09.161Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:47:09.162Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:47:09.162Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:47:20.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:47:20.423Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:47:20.423Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:47:20.469Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:47:20.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:47:20.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441114851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:47:20.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T04:47:39.163Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:47:39.177Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:47:39.180Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:47:39.180Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:47:39.180Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:48:09.181Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:48:09.191Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:48:09.195Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:48:09.195Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:48:09.195Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:48:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:48:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:48:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:48:20.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:48:20.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441114851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "multicloud-k8s-id", "timestamp": 1655441121971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:48:20.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441122717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441114851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441122577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:20.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:20.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:20.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "multicloud-k8s-id", "timestamp": 1655441121971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441103105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:20.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T04:48:20.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441122717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441114851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:20.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "aai-ml", "timestamp": 1655441123582, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:20.974Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ea75c4b-7450-4420-90c0-08b78be025cb 2022-06-17T04:48:20.974Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ea75c4b-7450-4420-90c0-08b78be025cb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:20.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "multicloud-k8s-id", "timestamp": 1655441121971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441123392, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:20.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:20.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441122717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441124642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:20.986Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:20.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "multicloud-k8s-id", "timestamp": 1655441121971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T04:48:20.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "ves-openapi-manager", "timestamp": 1655441124571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441122717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:20.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:20.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:20.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "cds", "timestamp": 1655441125653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:21.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 2022-06-17T04:48:21.006Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:21.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441125225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.018Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "multicloud-k8s-id", "timestamp": 1655441121971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "ves-openapi-manager", "timestamp": 1655441124571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441126833, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441122717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441126228, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:21.025Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcc75fd6-7fe0-448f-aa79-92a7c21efdea 2022-06-17T04:48:21.025Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc75fd6-7fe0-448f-aa79-92a7c21efdea and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:21.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "multicloud-k8s-id", "timestamp": 1655441121971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:21.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "ves-openapi-manager", "timestamp": 1655441124571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441122717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441128471, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "multicloud-k8s-id", "timestamp": 1655441121971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441128270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "ves-openapi-manager", "timestamp": 1655441124571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441122717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "clamp", "timestamp": 1655441129476, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:21.042Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dcc75fd6-7fe0-448f-aa79-92a7c21efdea 2022-06-17T04:48:21.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc75fd6-7fe0-448f-aa79-92a7c21efdea and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:21.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "multicloud-k8s-id", "timestamp": 1655441121971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:21.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "ves-openapi-manager", "timestamp": 1655441124571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441122717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:21.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "ves-openapi-manager", "timestamp": 1655441124571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441130964, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "ves-openapi-manager", "timestamp": 1655441124571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441131969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441131522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441107669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:21.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "ves-openapi-manager", "timestamp": 1655441124571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "policy-id", "timestamp": 1655441132972, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:21.068Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcc75fd6-7fe0-448f-aa79-92a7c21efdea 2022-06-17T04:48:21.069Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc75fd6-7fe0-448f-aa79-92a7c21efdea and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:21.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441132624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.079Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441132689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:48:21.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "ves-openapi-manager", "timestamp": 1655441124571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441133739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441133105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441134918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441133105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441135924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441133105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441136948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441133105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441137475, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441137961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441115801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:21.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441133105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "aai-ml", "timestamp": 1655441138481, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:21.094Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dcc75fd6-7fe0-448f-aa79-92a7c21efdea 2022-06-17T04:48:21.094Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcc75fd6-7fe0-448f-aa79-92a7c21efdea and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:21.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441133105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441139487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441133105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441139487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441133105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441139487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441141971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441133105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:21.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441142716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441143459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441139487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441141971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441142911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441142716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441139487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441141971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-17T04:48:21.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441142716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441145470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441139487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441141971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:48:21.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441142716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "clamp", "timestamp": 1655441146474, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:21.116Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 2022-06-17T04:48:21.117Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:21.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441145228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441139487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441141971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-17T04:48:21.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441142716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-17T04:48:21.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441146233, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:21.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 2022-06-17T04:48:21.131Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:21.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441139487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441141971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441142716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441139487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:21.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441141971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-17T04:48:21.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441142716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441141971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441149223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441142716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:48:21.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441141971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:21.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441142716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:48:21.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:48:21.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441151666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441152427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441152767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441153433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441153867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "policy-id", "timestamp": 1655441154436, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:21.152Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 2022-06-17T04:48:21.153Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:21.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441154919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:48:21.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441155969, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:21.167Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 2022-06-17T04:48:21.168Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-17T04:48:21.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441155974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "multicloud-k8s-id", "timestamp": 1655441156973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:48:21.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:48:21.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:48:21.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "aai-ml", "timestamp": 1655441156978, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:21.187Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 2022-06-17T04:48:21.187Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:48:39.196Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:48:39.218Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:48:39.225Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:48:39.225Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T04:48:39.225Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T04:48:39.225Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T04:48:39.225Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:48:39.225Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:48:39.225Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:48:39.226Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:48:39.226Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:48:39.226Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:48:39.226Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:48:39.232Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T04:49:09.232Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ea75c4b-7450-4420-90c0-08b78be025cb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-17T04:49:09.247Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ea75c4b-7450-4420-90c0-08b78be025cb and serviceModelVersionId: 699a3666-28a3-4bfd-a3ea-b9ff5918abd0 2022-06-17T04:49:09.248Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4143355-a59c-4c62-b518-63233f04dcd5 2022-06-17T04:49:09.250Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4143355-a59c-4c62-b518-63233f04dcd5/model-vers/model-ver/699a3666-28a3-4bfd-a3ea-b9ff5918abd0?depth=0 2022-06-17T04:49:09.263Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T04:49:09.353Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4143355-a59c-4c62-b518-63233f04dcd5/model-vers/model-ver/699a3666-28a3-4bfd-a3ea-b9ff5918abd0?depth=0|INFO|500||Invoke 2022-06-17T04:49:09.354Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4143355-a59c-4c62-b518-63233f04dcd5/model-vers/model-ver/699a3666-28a3-4bfd-a3ea-b9ff5918abd0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4143355-a59c-4c62-b518-63233f04dcd5/model-vers/model-ver/699a3666-28a3-4bfd-a3ea-b9ff5918abd0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7ea75c4b-7450-4420-90c0-08b78be025cb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09746d9f-7318-400e-8862-452283e3aea3], X-ECOMP-RequestID=[7ea75c4b-7450-4420-90c0-08b78be025cb], X-TransactionId=[], X-ONAP-RequestID=[7ea75c4b-7450-4420-90c0-08b78be025cb], Content-Type=[application/merge-patch+json]} 2022-06-17T04:49:09.401Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4143355-a59c-4c62-b518-63233f04dcd5/model-vers/model-ver/699a3666-28a3-4bfd-a3ea-b9ff5918abd0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T04:49:09.490Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4143355-a59c-4c62-b518-63233f04dcd5/model-vers/model-ver/699a3666-28a3-4bfd-a3ea-b9ff5918abd0?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/e4143355-a59c-4c62-b518-63233f04dcd5/model-vers/model-ver/699a3666-28a3-4bfd-a3ea-b9ff5918abd0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-04:49:08:667-94018], vertex-id=[204896], Content-Length=[0], Date=[Fri, 17 Jun 2022 04:49:08 GMT], Content-Type=[application/json]} 2022-06-17T04:49:09.490Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4143355-a59c-4c62-b518-63233f04dcd5/model-vers/model-ver/699a3666-28a3-4bfd-a3ea-b9ff5918abd0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T04:49:09.492Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4143355-a59c-4c62-b518-63233f04dcd5/model-vers/model-ver/699a3666-28a3-4bfd-a3ea-b9ff5918abd0?depth=0|INFO|500||InvokeReturn 2022-06-17T04:49:09.492Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T04:49:09.493Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:49:09.515Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T04:49:09.516Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ea75c4b-7450-4420-90c0-08b78be025cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T04:49:09.517Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T04:49:09.518Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:09.524Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:09.524Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441349516, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:49:09.628Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-17T04:49:09.630Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:09.630Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:09.650Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:09.651Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T04:49:10.543Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T04:49:10.543Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcc75fd6-7fe0-448f-aa79-92a7c21efdea","serviceName":"Demo_pNF_JEUOcErZtplAr3dPrffc","serviceVersion":"1.0","serviceUUID":"b907f7a3-b313-4030-9989-b85f2ca0d707","serviceDescription":"catalog service description","serviceInvariantUUID":"f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60","resources":[{"resourceInstanceName":"pNF 79cea417-e29f 0","resourceName":"pNF 79cea417-e29f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f43ce007-c7ad-47f7-8cc7-dfcc66532d04","resourceInvariantUUID":"55547847-4fe8-4acd-ac44-f6b1883b2e4c","resourceCustomizationUUID":"633120b3-f662-47f8-80c6-6723b31cb72d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml","artifactChecksum":"NTUxNDZhMzU1OWNjNzU4MGUzZDEwMGJhZmJhMTQyNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98a52d51-873d-465c-b1b9-ee6b90923eb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar","artifactChecksum":"NGVhMWJiYjUxY2Q3ZmE2ZDM5Yjk4ZWU4MTY2N2JiZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67dd9797-463b-4ab2-8721-b64e7e205f8c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df2e3192-ff99-4c93-9ef0-1bb67b652bdd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2NlZWRmMTM0NDliYzZkNDQ3MDUxYmQxMDI3OGQwZjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2eb05738-f045-417a-bcc2-bfc1927ae91d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9d32c7f-8fa2-4c92-91ac-1e3891d17a7a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3afc4685-e83a-4497-a768-690837c43aeb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJeuocerztplar3dprffc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml","artifactChecksum":"YTg2ZmE4OTI2NTY5NjM5ZTI4NTA0ZDQzMmU4Njc2MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fcfaec48-de6a-48a8-bd32-fd61142ced95","artifactVersion":"1"},{"artifactName":"service-DemoPnfJeuocerztplar3dprffc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar","artifactChecksum":"OGRmNTlhOWJhMzBiNjZhZjcxMmQyZjYxNTNkNzg0MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56d2e00d-1cc0-4a57-b1f4-d88bbd2fe650","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T04:49:10.544Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:10.545Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:10.547Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:10.547Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:10.647Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:49:10.648Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:10.649Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:10.665Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:10.666Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:11.548Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:11.550Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:11.552Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:11.553Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:11.654Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T04:49:11.656Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:11.657Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:11.674Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:11.678Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:12.556Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:12.557Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:12.560Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:12.561Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:12.660Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:49:12.662Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:12.662Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:12.679Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:12.680Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:13.561Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:13.578Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:13.581Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:13.582Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:13.682Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:49:13.683Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:13.683Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:13.715Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:13.716Z||pool-59-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:49:14.588Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:14.589Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:14.595Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:14.596Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:14.693Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-17T04:49:14.695Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:14.695Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:14.718Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:14.719Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:15.597Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:15.599Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:15.602Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:15.602Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:15.706Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-17T04:49:15.707Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:15.708Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:15.731Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:15.732Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:49:16.604Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:16.605Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:16.609Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:16.610Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:16.710Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:49:16.711Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:16.712Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:16.729Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:16.730Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:17.611Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:17.612Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:17.615Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:17.615Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:49:17.714Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:49:17.716Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:17.716Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:17.731Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:17.732Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:18.623Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "serviceName": "Demo_pNF_JEUOcErZtplAr3dPrffc", "serviceVersion": "1.0", "serviceUUID": "b907f7a3-b313-4030-9989-b85f2ca0d707", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60", "resources": [ { "resourceInstanceName": "pNF 79cea417-e29f 0", "resourceCustomizationUUID": "633120b3-f662-47f8-80c6-6723b31cb72d", "resourceName": "pNF 79cea417-e29f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f43ce007-c7ad-47f7-8cc7-dfcc66532d04", "resourceInvariantUUID": "55547847-4fe8-4acd-ac44-f6b1883b2e4c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJeuocerztplar3dprffc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "artifactChecksum": "OGRmNTlhOWJhMzBiNjZhZjcxMmQyZjYxNTNkNzg0MDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "56d2e00d-1cc0-4a57-b1f4-d88bbd2fe650" } ], "workloadContext": "Production" } 2022-06-17T04:49:18.623Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T04:49:18.623Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b907f7a3-b313-4030-9989-b85f2ca0d707 ASDC 2022-06-17T04:49:18.624Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:dcc75fd6-7fe0-448f-aa79-92a7c21efdea ServiceName:Demo_pNF_JEUOcErZtplAr3dPrffc ServiceVersion:1.0 ServiceUUID:b907f7a3-b313-4030-9989-b85f2ca0d707 ServiceInvariantUUID:f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJeuocerztplar3dprffc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar ArtifactUUID:56d2e00d-1cc0-4a57-b1f4-d88bbd2fe650 ArtifactChecksum:OGRmNTlhOWJhMzBiNjZhZjcxMmQyZjYxNTNkNzg0MDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 79cea417-e29f 0 ResourceCustomizationUUID:633120b3-f662-47f8-80c6-6723b31cb72d ResourceInvariantUUID:55547847-4fe8-4acd-ac44-f6b1883b2e4c ResourceName:pNF 79cea417-e29f ResourceType:PNF ResourceUUID:f43ce007-c7ad-47f7-8cc7-dfcc66532d04 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-17T04:49:18.625Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b907f7a3-b313-4030-9989-b85f2ca0d707 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T04:49:18.674Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:49:18.675Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:49:18.676Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:49:18.676Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 56d2e00d-1cc0-4a57-b1f4-d88bbd2fe650 from URL: /sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:18.677Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:49:18.677Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:18.856Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:49:18.870Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar 56d2e00d-1cc0-4a57-b1f4-d88bbd2fe650 82645 2022-06-17T04:49:18.871Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar ASDC sendASDCNotification 2022-06-17T04:49:18.871Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:18.871Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:49:18.871Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:18.876Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:18.876Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441358871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:49:18.976Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:49:18.978Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:18.978Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:18.996Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:18.997Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:49:19.877Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:49:19.878Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:49:19.880Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 56d2e00d-1cc0-4a57-b1f4-d88bbd2fe650, URL: /sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar to file: /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:19.881Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:19.882Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:19.882Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:20.138Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9739688186136721415/Definitions/service-DemoPnfJeuocerztplar3dprffc-template.yml 2022-06-17T04:49:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:49:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:49:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:21.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:21.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441349516, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:49:21.053Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:49:21.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:21.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:49:21.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:21.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:49:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:21.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:49:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:21.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:49:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:21.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:49:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/resourceInstances/pnf79cea417e29f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:21.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:49:21.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:21.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:49:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:49:21.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:49:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:49:21.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441358871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:49:21.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:49:21.436Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T04:49:21.437Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-17T04:49:21.437Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:21.437Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-17T04:49:21.437Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 79cea417-e29f 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-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:21.437Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:21.437Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:21.438Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:21.438Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:21.438Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:21.438Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:21.438Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-17T04:49:21.438Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:49:21.439Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JEUOcErZtplAr3dPrffc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:49:21.439Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Node template pNF 79cea417-e29f 0 is matching search criteria 2022-06-17T04:49:21.439Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-17T04:49:21.439Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 79cea417-e29f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:49:21.440Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:49:21.440Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JEUOcErZtplAr3dPrffc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:49:21.440Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Node template pNF 79cea417-e29f 0 is matching search criteria 2022-06-17T04:49:21.440Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-17T04:49:21.440Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 79cea417-e29f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:49:21.441Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:49:21.441Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JEUOcErZtplAr3dPrffc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:49:21.441Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:49:21.441Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JEUOcErZtplAr3dPrffc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:49:21.441Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:49:21.442Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JEUOcErZtplAr3dPrffc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:49:21.442Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:49:21.442Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JEUOcErZtplAr3dPrffc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:49:21.442Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:49:21.442Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JEUOcErZtplAr3dPrffc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:49:21.443Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_JEUOcErZtplAr3dPrffc Description:catalog service description Model UUID:b907f7a3-b313-4030-9989-b85f2ca0d707 Model Version:NULL Model InvariantUuid:f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-17T04:49:21.450Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: f43ce007-c7ad-47f7-8cc7-dfcc66532d04 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:49:21.456Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||pNF 79cea417-e29f 0 2022-06-17T04:49:21.456Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f43ce007-c7ad-47f7-8cc7-dfcc66532d04 2022-06-17T04:49:21.457Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b907f7a3-b313-4030-9989-b85f2ca0d707 2022-06-17T04:49:21.457Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b907f7a3-b313-4030-9989-b85f2ca0d707 2022-06-17T04:49:21.457Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 79cea417-e29f 0 f43ce007-c7ad-47f7-8cc7-dfcc66532d04 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:49:21.469Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ddc250, org.onap.sdc.toscaparser.api.parameters.Input@57e1cae7, org.onap.sdc.toscaparser.api.parameters.Input@25621e19, org.onap.sdc.toscaparser.api.parameters.Input@2134e54c, org.onap.sdc.toscaparser.api.parameters.Input@4e147c78] 2022-06-17T04:49:21.469Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:49:21.470Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JEUOcErZtplAr3dPrffc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:49:21.470Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b907f7a3-b313-4030-9989-b85f2ca0d707: pNF 79cea417-e29f 2022-06-17T04:49:21.470Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||Processing PNF resource: f43ce007-c7ad-47f7-8cc7-dfcc66532d04 2022-06-17T04:49:21.470Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:49:21.470Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JEUOcErZtplAr3dPrffc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:49:21.471Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||Resource customization UUID: 633120b3-f662-47f8-80c6-6723b31cb72d is the same as notified resource customizationUUID: 633120b3-f662-47f8-80c6-6723b31cb72d Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-17T04:49:21.521Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 79cea417-e29f f43ce007-c7ad-47f7-8cc7-dfcc66532d04 0 ASDC deployResourceStructure 2022-06-17T04:49:21.522Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar ASDC sendASDCNotification 2022-06-17T04:49:21.522Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar 2022-06-17T04:49:21.522Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:49:21.523Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:21.526Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:21.526Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441361522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:49:21.626Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:49:21.627Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:21.627Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:21.642Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:21.643Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:22.527Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcc75fd6-7fe0-448f-aa79-92a7c21efdea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:49:22.543Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcc75fd6-7fe0-448f-aa79-92a7c21efdea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:49:22.547Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:49:22.547Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T04:49:22.547Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T04:49:22.547Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T04:49:22.547Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:49:22.547Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:49:22.548Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:49:22.548Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:49:22.548Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:49:22.548Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:49:22.548Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:49:22.548Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:49:22.553Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T04:49:52.556Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcc75fd6-7fe0-448f-aa79-92a7c21efdea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-17T04:49:52.563Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcc75fd6-7fe0-448f-aa79-92a7c21efdea and serviceModelVersionId: b907f7a3-b313-4030-9989-b85f2ca0d707 2022-06-17T04:49:52.563Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60 2022-06-17T04:49:52.565Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60/model-vers/model-ver/b907f7a3-b313-4030-9989-b85f2ca0d707?depth=0 2022-06-17T04:49:52.571Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T04:49:52.650Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60/model-vers/model-ver/b907f7a3-b313-4030-9989-b85f2ca0d707?depth=0|INFO|500||Invoke 2022-06-17T04:49:52.650Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60/model-vers/model-ver/b907f7a3-b313-4030-9989-b85f2ca0d707?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60/model-vers/model-ver/b907f7a3-b313-4030-9989-b85f2ca0d707?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dcc75fd6-7fe0-448f-aa79-92a7c21efdea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0519a980-f85f-49bb-a0cf-810e2fc00598], X-ECOMP-RequestID=[dcc75fd6-7fe0-448f-aa79-92a7c21efdea], X-TransactionId=[], X-ONAP-RequestID=[dcc75fd6-7fe0-448f-aa79-92a7c21efdea], Content-Type=[application/merge-patch+json]} 2022-06-17T04:49:52.680Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60/model-vers/model-ver/b907f7a3-b313-4030-9989-b85f2ca0d707?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T04:49:52.846Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60/model-vers/model-ver/b907f7a3-b313-4030-9989-b85f2ca0d707?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/f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60/model-vers/model-ver/b907f7a3-b313-4030-9989-b85f2ca0d707?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-04:49:51:951-24394], vertex-id=[208992], Content-Length=[0], Date=[Fri, 17 Jun 2022 04:49:51 GMT], Content-Type=[application/json]} 2022-06-17T04:49:52.847Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60/model-vers/model-ver/b907f7a3-b313-4030-9989-b85f2ca0d707?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T04:49:52.849Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d8b3e7-b3c6-4117-ab7c-76fe0c6acf60/model-vers/model-ver/b907f7a3-b313-4030-9989-b85f2ca0d707?depth=0|INFO|500||InvokeReturn 2022-06-17T04:49:52.861Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T04:49:52.861Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:49:52.890Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T04:49:52.891Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcc75fd6-7fe0-448f-aa79-92a7c21efdea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T04:49:52.892Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T04:49:52.892Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:52.896Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:52.896Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441392891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:49:53.001Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-17T04:49:53.002Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:53.002Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:53.041Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:53.043Z||pool-66-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T04:49:53.915Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T04:49:53.916Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9","serviceDescription":"service","serviceInvariantUUID":"ddf45c07-178c-4a98-a124-3684199c2407","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae147e48-49de-4ce4-9ab7-d5ec8359b60e","resourceInvariantUUID":"1f881157-6a47-41c7-a061-2fdf5bb67beb","resourceCustomizationUUID":"7b4e6807-f124-4df2-9b4a-3a3c6c51935d","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":"YzkwYjEwYzkyNjMwMjI4Njk2YTk4YjlmMjM4ZjQxYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4013829-8578-46bd-9be0-722ed6c5d72b","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":"af73573e-a400-4dd3-97a9-2b6bad006626","artifactVersion":"2","generatedFromUUID":"66b28ed0-9b98-4167-b043-14347fcb9a06"},{"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":"66b28ed0-9b98-4167-b043-14347fcb9a06","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":"NTU2OGQ0ZmRjNDJiNThmYWY5YTZiZmExYzZlNWVjNDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4fb2c98-d555-4caa-ad19-edae772059a5","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":"67b6fa6b-912d-4559-9ba5-46a40ecffb3f","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":"0fd92c2f-43d0-48c7-9f99-0086885906ad","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":"bd356756-4e36-41d4-998d-4cb9b9890abd","artifactVersion":"2","generatedFromUUID":"67b6fa6b-912d-4559-9ba5-46a40ecffb3f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjM0NmIxYjgyZDBkODZiNWRlMDM4MTZmODZlMGM2ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"906cbaa5-84f6-42fe-9f43-9a81ac797774","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjBlZTk2YzVkODJiMTY2YzU3ZTdiN2ZlNTFiNjU4MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a970dee-0fe5-4c10-b5b0-965ca73b9de7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T04:49:53.917Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:53.917Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:53.920Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:53.920Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:54.020Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:49:54.021Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:54.021Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:54.045Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:54.045Z||pool-67-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:54.921Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:54.921Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:54.925Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:54.926Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-17T04:49:55.026Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:49:55.028Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:55.028Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:55.044Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:55.045Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:55.927Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:55.927Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:55.930Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:55.931Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-17T04:49:56.032Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T04:49:56.033Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:56.033Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:56.049Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:56.049Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:56.932Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:56.933Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:56.936Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:56.936Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:49:57.036Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:49:57.037Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:57.037Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:57.056Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:57.057Z||pool-70-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:57.937Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:57.938Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:57.941Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:57.941Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-17T04:49:58.044Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-17T04:49:58.045Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:58.045Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:58.066Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:58.067Z||pool-71-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:49:58.942Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:58.943Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:58.947Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:58.947Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:49:59.056Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-06-17T04:49:59.058Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:49:59.058Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:49:59.074Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:49:59.075Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:49:59.949Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:49:59.950Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:49:59.956Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:49:59.956Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-17T04:50:00.068Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2022-06-17T04:50:00.069Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:00.070Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:00.109Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:00.110Z||pool-73-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:50:00.957Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:50:00.958Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:00.960Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:00.961Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:50:01.061Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:50:01.062Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:01.062Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:01.081Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:01.081Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:50:01.965Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:50:01.967Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:01.970Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:01.970Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:50:02.070Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:50:02.071Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:02.071Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:02.087Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:02.088Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:50:02.972Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9", "serviceDescription": "service", "serviceInvariantUUID": "ddf45c07-178c-4a98-a124-3684199c2407", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7b4e6807-f124-4df2-9b4a-3a3c6c51935d", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ae147e48-49de-4ce4-9ab7-d5ec8359b60e", "resourceInvariantUUID": "1f881157-6a47-41c7-a061-2fdf5bb67beb", "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": "af73573e-a400-4dd3-97a9-2b6bad006626", "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": "66b28ed0-9b98-4167-b043-14347fcb9a06", "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": "NTU2OGQ0ZmRjNDJiNThmYWY5YTZiZmExYzZlNWVjNDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4fb2c98-d555-4caa-ad19-edae772059a5", "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": "67b6fa6b-912d-4559-9ba5-46a40ecffb3f", "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": "bd356756-4e36-41d4-998d-4cb9b9890abd", "generatedFromUUID": "67b6fa6b-912d-4559-9ba5-46a40ecffb3f" }, "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": "bd356756-4e36-41d4-998d-4cb9b9890abd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjBlZTk2YzVkODJiMTY2YzU3ZTdiN2ZlNTFiNjU4MzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a970dee-0fe5-4c10-b5b0-965ca73b9de7" } ], "workloadContext": "Production" } 2022-06-17T04:50:02.972Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T04:50:02.972Z|dcc75fd6-7fe0-448f-aa79-92a7c21efdea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9 ASDC 2022-06-17T04:50:02.973Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9 ServiceInvariantUUID:ddf45c07-178c-4a98-a124-3684199c2407 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:8a970dee-0fe5-4c10-b5b0-965ca73b9de7 ArtifactChecksum:ZjBlZTk2YzVkODJiMTY2YzU3ZTdiN2ZlNTFiNjU4MzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7b4e6807-f124-4df2-9b4a-3a3c6c51935d ResourceInvariantUUID:1f881157-6a47-41c7-a061-2fdf5bb67beb ResourceName:basic_cnf ResourceType:VF ResourceUUID:ae147e48-49de-4ce4-9ab7-d5ec8359b60e 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:af73573e-a400-4dd3-97a9-2b6bad006626 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:66b28ed0-9b98-4167-b043-14347fcb9a06 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:b4fb2c98-d555-4caa-ad19-edae772059a5 ArtifactChecksum:NTU2OGQ0ZmRjNDJiNThmYWY5YTZiZmExYzZlNWVjNDY= 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:67b6fa6b-912d-4559-9ba5-46a40ecffb3f 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:bd356756-4e36-41d4-998d-4cb9b9890abd 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:bd356756-4e36-41d4-998d-4cb9b9890abd ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T04:50:02.973Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T04:50:03.054Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:50:03.055Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:50:03.055Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:50:03.055Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a970dee-0fe5-4c10-b5b0-965ca73b9de7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-17T04:50:03.055Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:50:03.056Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-17T04:50:03.346Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:50:03.351Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8a970dee-0fe5-4c10-b5b0-965ca73b9de7 68948 2022-06-17T04:50:03.351Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-17T04:50:03.351Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-17T04:50:03.352Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:50:03.352Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:03.360Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:03.361Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441403351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:03.460Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:50:03.461Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:03.461Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:03.476Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:03.477Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:50:04.361Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:50:04.364Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-17T04:50:04.365Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8a970dee-0fe5-4c10-b5b0-965ca73b9de7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T04:50:04.365Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-17T04:50:04.366Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T04:50:04.366Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T04:50:04.572Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6234973968853768104/Definitions/service-BasicCnf-template.yml 2022-06-17T04:50:06.406Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T04:50:06.408Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-17T04:50:06.409Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T04:50:06.409Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-17T04:50:06.409Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T04:50:06.409Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T04:50:06.410Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T04:50:06.410Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T04:50:06.410Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-17T04:50:06.411Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.411Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:06.411Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T04:50:06.411Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-17T04:50:06.412Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:50:06.412Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.412Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:06.413Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T04:50:06.413Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-17T04:50:06.413Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:50:06.414Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.414Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:06.414Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.415Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-17T04:50:06.415Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-17T04:50:06.415Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-17T04:50:06.415Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T04:50:06.416Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.416Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:50:06.416Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.416Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T04:50:06.417Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:50:06.417Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.417Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T04:50:06.417Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:50:06.417Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.418Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T04:50:06.418Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:50:06.418Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.418Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-17T04:50:06.418Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-17T04:50:06.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=82ea625b-e361-410e-a162-4af4d52a1fbb 2022-06-17T04:50:06.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:06.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:06.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:06.420Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:06.420Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:06.420Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9 Model Version:NULL Model InvariantUuid:ddf45c07-178c-4a98-a124-3684199c2407 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:155d78ec-63e0-4976-a486-2a241700fee8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1f881157-6a47-41c7-a061-2fdf5bb67beb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b4e6807-f124-4df2-9b4a-3a3c6c51935d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b2fc228a-7dcb-4e1e-8dc5-0b85fbb9f49b ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a17019b2-a758-41f5-8e96-ac93a2a1e771 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:82ea625b-e361-410e-a162-4af4d52a1fbb ModelInvariantUuid:8254f2d7-1c47-42b0-8c5b-a369d3231bd6 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a77e9546-8697-4a0c-9d1f-e51206448338 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:45bd782f-8040-4c64-9f88-80df5a3d332d ModelInvariantUuid:33eb7318-7728-4b2f-b35a-58105b83818b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d44a5c0d-2b94-4bd5-a5cf-f7f97be1017a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-17T04:50:06.432Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ae147e48-49de-4ce4-9ab7-d5ec8359b60e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:50:06.439Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-06-17T04:50:06.439Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae147e48-49de-4ce4-9ab7-d5ec8359b60e 2022-06-17T04:50:06.440Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: af73573e-a400-4dd3-97a9-2b6bad006626 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-17T04:50:06.440Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:50:06.440Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-17T04:50:06.543Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:50:06.544Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env af73573e-a400-4dd3-97a9-2b6bad006626 12 2022-06-17T04:50:06.544Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-17T04:50:06.544Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-17T04:50:06.544Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:50:06.544Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:06.547Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:06.547Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441406544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:06.647Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:50:06.648Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:06.648Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:06.661Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:06.662Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:50:07.547Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 66b28ed0-9b98-4167-b043-14347fcb9a06 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-17T04:50:07.548Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:50:07.548Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-17T04:50:07.669Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:50:07.671Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 66b28ed0-9b98-4167-b043-14347fcb9a06 2688 2022-06-17T04:50:07.672Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-17T04:50:07.673Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-17T04:50:07.673Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:50:07.673Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:07.676Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:07.676Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441407672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:07.780Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-17T04:50:07.781Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:07.782Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:07.797Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:07.798Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:50:08.681Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4fb2c98-d555-4caa-ad19-edae772059a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-17T04:50:08.682Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:50:08.682Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-17T04:50:08.733Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:50:08.734Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b4fb2c98-d555-4caa-ad19-edae772059a5 828 2022-06-17T04:50:08.734Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-17T04:50:08.734Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-17T04:50:08.735Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:50:08.735Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:08.740Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:08.742Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441408734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:08.840Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T04:50:08.841Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:08.842Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:08.857Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:08.858Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:50:09.743Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b2fc228a-7dcb-4e1e-8dc5-0b85fbb9f49b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a17019b2-a758-41f5-8e96-ac93a2a1e771", "vfModuleModelCustomizationUUID": "9fcfb616-ca0d-45a1-be52-db4eb7320757", "isBase": true, "artifacts": [ "67b6fa6b-912d-4559-9ba5-46a40ecffb3f", "66b28ed0-9b98-4167-b043-14347fcb9a06", "bd356756-4e36-41d4-998d-4cb9b9890abd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:50:09.752Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a17019b2-a758-41f5-8e96-ac93a2a1e771 VfModuleModelInvariantUUID:b2fc228a-7dcb-4e1e-8dc5-0b85fbb9f49b VfModuleModelDescription:NULL Artifacts UUID List:{ 67b6fa6b-912d-4559-9ba5-46a40ecffb3f , 66b28ed0-9b98-4167-b043-14347fcb9a06 , bd356756-4e36-41d4-998d-4cb9b9890abd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:50:09.756Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b2fc228a-7dcb-4e1e-8dc5-0b85fbb9f49b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a17019b2-a758-41f5-8e96-ac93a2a1e771", "vfModuleModelCustomizationUUID": "9fcfb616-ca0d-45a1-be52-db4eb7320757", "isBase": true, "artifacts": [ "67b6fa6b-912d-4559-9ba5-46a40ecffb3f", "66b28ed0-9b98-4167-b043-14347fcb9a06", "bd356756-4e36-41d4-998d-4cb9b9890abd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:50:09.756Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a17019b2-a758-41f5-8e96-ac93a2a1e771 VfModuleModelInvariantUUID:b2fc228a-7dcb-4e1e-8dc5-0b85fbb9f49b VfModuleModelDescription:NULL Artifacts UUID List:{ 67b6fa6b-912d-4559-9ba5-46a40ecffb3f , 66b28ed0-9b98-4167-b043-14347fcb9a06 , bd356756-4e36-41d4-998d-4cb9b9890abd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:50:09.757Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 67b6fa6b-912d-4559-9ba5-46a40ecffb3f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-17T04:50:09.757Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:50:09.758Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-17T04:50:09.813Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:50:09.813Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 67b6fa6b-912d-4559-9ba5-46a40ecffb3f 1164 2022-06-17T04:50:09.814Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-17T04:50:09.814Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-17T04:50:09.814Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:50:09.814Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:09.818Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:09.818Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441409814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:09.918Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:50:09.919Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:09.919Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:09.936Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:09.937Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:50:10.819Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bd356756-4e36-41d4-998d-4cb9b9890abd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-17T04:50:10.819Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-17T04:50:10.820Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-17T04:50:10.883Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-17T04:50:10.884Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bd356756-4e36-41d4-998d-4cb9b9890abd 200 2022-06-17T04:50:10.885Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-17T04:50:10.885Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-17T04:50:10.886Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:50:10.887Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:10.890Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:10.892Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441410885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:10.990Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-17T04:50:10.991Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:10.992Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:11.012Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:11.013Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:50:11.893Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9 2022-06-17T04:50:11.894Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ae147e48-49de-4ce4-9ab7-d5ec8359b60e ASDC 2022-06-17T04:50:11.909Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:50:11.930Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2068d1df, org.onap.sdc.toscaparser.api.parameters.Input@78a1cc35, org.onap.sdc.toscaparser.api.parameters.Input@459a04cb, org.onap.sdc.toscaparser.api.parameters.Input@19b8c71, org.onap.sdc.toscaparser.api.parameters.Input@679b43b4] 2022-06-17T04:50:11.933Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.934Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:11.934Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-17T04:50:11.934Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7b4e6807-f124-4df2-9b4a-3a3c6c51935d 2022-06-17T04:50:11.935Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b4e6807-f124-4df2-9b4a-3a3c6c51935d matches Tosca VF Customization UUID: 7b4e6807-f124-4df2-9b4a-3a3c6c51935d 2022-06-17T04:50:11.935Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7b4e6807-f124-4df2-9b4a-3a3c6c51935d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-17T04:50:11.940Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.941Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:11.942Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7b4e6807-f124-4df2-9b4a-3a3c6c51935d: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-17T04:50:11.942Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59a1f551 2022-06-17T04:50:11.942Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.942Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:50:11.942Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9fcfb616-ca0d-45a1-be52-db4eb7320757 2022-06-17T04:50:11.942Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9fcfb616-ca0d-45a1-be52-db4eb7320757 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-17T04:50:11.948Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.948Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T04:50:11.949Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:50:11.952Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.953Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T04:50:11.953Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:50:11.953Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.954Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-17T04:50:11.954Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-17T04:50:11.954Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=82ea625b-e361-410e-a162-4af4d52a1fbb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-17T04:50:11.958Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.958Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T04:50:11.959Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:50:11.959Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.959Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T04:50:11.960Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7b4e6807-f124-4df2-9b4a-3a3c6c51935d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:50:11.963Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.964Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:11.964Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9: basic_cnf 2022-06-17T04:50:11.965Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.965Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:11.965Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.966Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:11.966Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.966Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:11.966Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.967Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:11.967Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:50:11.967Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:50:11.968Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:50:12.079Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ae147e48-49de-4ce4-9ab7-d5ec8359b60e 1 ASDC deployResourceStructure 2022-06-17T04:50:12.081Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-17T04:50:12.081Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-17T04:50:12.081Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-17T04:50:12.082Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:12.084Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:12.085Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441412080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-17T04:50:12.184Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:50:12.186Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:12.186Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:12.201Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:12.202Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:50:13.087Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-17T04:50:13.087Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-17T04:50:13.087Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-17T04:50:13.088Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:13.093Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:13.107Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441413087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-17T04:50:13.205Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T04:50:13.206Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:13.206Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:13.238Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:13.238Z||pool-83-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:50:14.108Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-17T04:50:14.123Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-17T04:50:14.123Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:50:14.123Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:14.125Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:14.125Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441414108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:50:14.226Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:50:14.228Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:14.228Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:14.246Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:14.247Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:50:15.128Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-17T04:50:15.129Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-17T04:50:15.129Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:50:15.129Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:15.137Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:15.137Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441415128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:50:15.233Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-17T04:50:15.234Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:15.234Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:15.250Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:15.251Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:50:16.138Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-17T04:50:16.139Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-17T04:50:16.139Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:50:16.139Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:16.144Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:16.144Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441416138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-17T04:50:16.253Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-17T04:50:16.254Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:16.254Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:16.272Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:16.273Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:50:17.145Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-17T04:50:17.146Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-17T04:50:17.146Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:50:17.146Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:17.151Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:17.151Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441417145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:50:17.252Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:50:17.253Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:17.253Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:17.274Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:17.275Z||pool-87-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:50:18.152Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:50:18.170Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:50:18.180Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:50:18.181Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T04:50:18.181Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T04:50:18.181Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T04:50:18.181Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:50:18.181Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:50:18.181Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:50:18.181Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:50:18.182Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:50:18.182Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T04:50:18.182Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:50:18.201Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T04:50:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:50:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:50:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:21.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:21.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441361522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJeuocerztplar3dprffc/1.0/artifacts/service-DemoPnfJeuocerztplar3dprffc-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:50:21.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcc75fd6-7fe0-448f-aa79-92a7c21efdea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441392891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:50:21.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:50:21.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:50:21.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-17T04:50:21.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:50:21.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-17T04:50:21.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:50:21.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:50:21.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:50:21.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-17T04:50:21.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:50:21.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:50:21.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:50:21.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-17T04:50:21.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:50:21.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:50:21.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:50:21.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441120413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:50:21.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:50:21.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441403351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:21.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441406544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:21.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441407672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:21.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441408734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:21.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441409814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:21.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441410885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441412080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441413087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441414108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:50:21.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441415128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:50:21.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441416138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-17T04:50:21.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:50:21.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441417145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:50:21.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:50:48.202Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-17T04:50:48.209Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 and serviceModelVersionId: 2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9 2022-06-17T04:50:48.210Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ddf45c07-178c-4a98-a124-3684199c2407 2022-06-17T04:50:48.210Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ddf45c07-178c-4a98-a124-3684199c2407/model-vers/model-ver/2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9?depth=0 2022-06-17T04:50:48.216Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T04:50:48.326Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddf45c07-178c-4a98-a124-3684199c2407/model-vers/model-ver/2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9?depth=0|INFO|500||Invoke 2022-06-17T04:50:48.327Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddf45c07-178c-4a98-a124-3684199c2407/model-vers/model-ver/2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddf45c07-178c-4a98-a124-3684199c2407/model-vers/model-ver/2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02d84690-5d28-418d-971e-e1461704dd02], X-ECOMP-RequestID=[d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335], X-TransactionId=[], X-ONAP-RequestID=[d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335], Content-Type=[application/merge-patch+json]} 2022-06-17T04:50:48.362Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddf45c07-178c-4a98-a124-3684199c2407/model-vers/model-ver/2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T04:50:48.524Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddf45c07-178c-4a98-a124-3684199c2407/model-vers/model-ver/2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9?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/ddf45c07-178c-4a98-a124-3684199c2407/model-vers/model-ver/2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220617-04:50:47:627-40727], vertex-id=[262352], Content-Length=[0], Date=[Fri, 17 Jun 2022 04:50:47 GMT], Content-Type=[application/json]} 2022-06-17T04:50:48.525Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddf45c07-178c-4a98-a124-3684199c2407/model-vers/model-ver/2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T04:50:48.526Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddf45c07-178c-4a98-a124-3684199c2407/model-vers/model-ver/2bc4e2e9-d3d9-4476-b94e-6900c5efe5a9?depth=0|INFO|500||InvokeReturn 2022-06-17T04:50:48.526Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T04:50:48.526Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:50:48.565Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T04:50:48.566Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T04:50:48.566Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T04:50:48.566Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:50:48.576Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:50:48.576Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441448566, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:50:48.670Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-17T04:50:48.671Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:50:48.672Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:48.714Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:48.715Z||pool-88-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T04:50:49.610Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:50:49.611Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|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-06-17T04:50:49.612Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:50:59.913Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:50:59.914Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:50:59.915Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|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-06-17T04:50:59.915Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:51:09.460Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:51:09.461Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:51:09.461Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|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-06-17T04:51:09.461Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:51:19.012Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:51:19.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:51:19.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:51:19.016Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:51:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:51:20.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:51:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:51:21.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:51:21.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T04:51:21.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441448566, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T04:51:21.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:51:28.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:51:28.594Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:51:28.595Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:51:28.595Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:51:38.137Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:51:38.138Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:51:38.140Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:51:38.140Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:51:47.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:52:20.414Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:52:20.415Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:52:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:52:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:52:20.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:52:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:52:29.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:52:29.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:53:20.414Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:53:20.416Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:53:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:53:20.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:53:20.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:53:20.422Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:53:29.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:53:29.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:54:20.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:54:20.414Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:54:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:54:20.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:54:20.420Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:54:20.420Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:54:29.975Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:54:29.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:55:20.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:55:20.414Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:55:20.414Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:55:20.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:55:20.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:55:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:55:29.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:55:29.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:56:20.414Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:56:20.419Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:56:20.419Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:56:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:56:20.420Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:56:20.420Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:56:29.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:56:30.012Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:57:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:57:20.415Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:57:20.418Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:57:20.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:57:20.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:57:20.423Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:57:29.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:57:29.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:20.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:58:20.416Z||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-06-17T04:58:20.416Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:58:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:58:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:21.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:21.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4cf06e87-8001-4983-b17f-0f2f99b5f9f4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"45ec029b-5220-4b6c-82f0-f2fca32cc6d5","serviceDescription":"service","serviceInvariantUUID":"9e3e2e8b-0143-4536-bd2b-dde639e450ff","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c933fc5f-816b-48dd-ad48-c397623d3437","resourceInvariantUUID":"903445d4-ce8b-463a-8cc8-06edaa16856d","resourceCustomizationUUID":"e31b95e3-9ed8-4c55-9a9d-84c10c78f24b","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":"Y2VjNGNhODg1OTY5OTg1MjliZGU3OGM5MThiMjJmODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7663e0ee-f845-434e-a9a7-3b28c95a9a3b","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":"MTdlMWFhM2U3MjU5NDE5OGY4MGFhNWI2OTIwYWNlMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1693a6c-9bb8-4bdd-9c69-4c14602589ed","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":"ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce","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":"5a825399-590c-4c04-9f44-eaff6cd5b3ba","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":"be4b2961-ef29-4efb-b034-bcd688a6f183","artifactVersion":"2","generatedFromUUID":"ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce"},{"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":"MDcxYTIzYTYxNWJiYzdhNjYwMjQwOTQxN2IwZGUwOWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5681f20b-b3b6-47c8-987a-1f57cf5c71b8","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":"NDZmN2JiY2RlMDhhOTBlNTgxNmM2NjgxYTg5NmY4ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6be50fe-52f6-419b-ae24-1631c4b4c390","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGIxOTczNGI0YjNiNWRlYWVkOTE4M2ViNDNlMDUwOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbe29663-0d84-4722-89f7-8361fff66be9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T04:58:21.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:21.066Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:58:21.067Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441881971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441879851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441883105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "ves-openapi-manager", "timestamp": 1655441884571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441882716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441881971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:58:21.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441879851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "ves-openapi-manager", "timestamp": 1655441884571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441883105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441887670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.073Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:21.074Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441882716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441881971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T04:58:21.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441879851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "ves-openapi-manager", "timestamp": 1655441884571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441883105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441887670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441882716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T04:58:21.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441881971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441879851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "ves-openapi-manager", "timestamp": 1655441884571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441883105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441887670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441882716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441881971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T04:58:21.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "ves-openapi-manager", "timestamp": 1655441884571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441879851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441883105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441887670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441882716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441881971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "ves-openapi-manager", "timestamp": 1655441884571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441879851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441883105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441887670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441882716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441881971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "ves-openapi-manager", "timestamp": 1655441884571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441879851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441883105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441887670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441882716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441881971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:58:21.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "ves-openapi-manager", "timestamp": 1655441884571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441879851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:58:21.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441883105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:58:21.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441887670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441882716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441887670, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441895734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441894933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:21.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441896211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:21.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441895737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:21.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441895801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441896430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:21.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441896797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:21.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441897218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:58:21.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441895801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:58:21.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "policy-id", "timestamp": 1655441898222, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:58:21.118Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 2022-06-17T04:58:21.119Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:58:21.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441897852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:21.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441895801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441897299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:58:21.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "cds", "timestamp": 1655441898200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:58:21.156Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 2022-06-17T04:58:21.156Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:58:21.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441898871, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:58:21.174Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 2022-06-17T04:58:21.176Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-17T04:58:21.177Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 and ComponentName POLICY 2022-06-17T04:58:21.178Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:21.178Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-17T04:58:21.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441895801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:21.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441898302, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T04:58:21.188Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 2022-06-17T04:58:21.188Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:58:21.194Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:21.195Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:21.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "multicloud-k8s-id", "timestamp": 1655441899874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:58:21.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T04:58:21.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:58:21.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441895801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:21.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:58:22.074Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:58:22.075Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:22.081Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:22.082Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T04:58:22.181Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T04:58:22.182Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:22.183Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:22.199Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:22.201Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:23.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:58:23.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:23.086Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:23.087Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T04:58:23.187Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:58:23.189Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:23.189Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:23.211Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:23.212Z||pool-91-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:24.087Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:58:24.088Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:24.093Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:24.093Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:24.191Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T04:58:24.193Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:24.193Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:24.223Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:24.224Z||pool-92-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:25.094Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:58:25.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:25.097Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:25.098Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T04:58:25.198Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:58:25.199Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:25.199Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:25.214Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:25.215Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:58:26.098Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:58:26.099Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:26.102Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:26.102Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:26.202Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:58:26.203Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:26.204Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:26.218Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:26.219Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:58:27.103Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:58:27.104Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:27.107Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:27.107Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T04:58:27.207Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:58:27.208Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:27.209Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:27.223Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:27.225Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:28.108Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T04:58:28.109Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:28.114Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:28.114Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T04:58:28.214Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:58:28.215Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:28.216Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:28.232Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:28.233Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:29.115Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "45ec029b-5220-4b6c-82f0-f2fca32cc6d5", "serviceDescription": "service", "serviceInvariantUUID": "9e3e2e8b-0143-4536-bd2b-dde639e450ff", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e31b95e3-9ed8-4c55-9a9d-84c10c78f24b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c933fc5f-816b-48dd-ad48-c397623d3437", "resourceInvariantUUID": "903445d4-ce8b-463a-8cc8-06edaa16856d", "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": "MTdlMWFhM2U3MjU5NDE5OGY4MGFhNWI2OTIwYWNlMDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d1693a6c-9bb8-4bdd-9c69-4c14602589ed", "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": "ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce", "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": "be4b2961-ef29-4efb-b034-bcd688a6f183", "generatedFromUUID": "ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce" }, "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": "be4b2961-ef29-4efb-b034-bcd688a6f183", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGIxOTczNGI0YjNiNWRlYWVkOTE4M2ViNDNlMDUwOWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dbe29663-0d84-4722-89f7-8361fff66be9" } ], "workloadContext": "Production" } 2022-06-17T04:58:29.116Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T04:58:29.116Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 45ec029b-5220-4b6c-82f0-f2fca32cc6d5 ASDC 2022-06-17T04:58:29.118Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:4cf06e87-8001-4983-b17f-0f2f99b5f9f4 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:45ec029b-5220-4b6c-82f0-f2fca32cc6d5 ServiceInvariantUUID:9e3e2e8b-0143-4536-bd2b-dde639e450ff 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:dbe29663-0d84-4722-89f7-8361fff66be9 ArtifactChecksum:MGIxOTczNGI0YjNiNWRlYWVkOTE4M2ViNDNlMDUwOWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e31b95e3-9ed8-4c55-9a9d-84c10c78f24b ResourceInvariantUUID:903445d4-ce8b-463a-8cc8-06edaa16856d ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:c933fc5f-816b-48dd-ad48-c397623d3437 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:d1693a6c-9bb8-4bdd-9c69-4c14602589ed ArtifactChecksum:MTdlMWFhM2U3MjU5NDE5OGY4MGFhNWI2OTIwYWNlMDE= 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:ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce 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:be4b2961-ef29-4efb-b034-bcd688a6f183 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:be4b2961-ef29-4efb-b034-bcd688a6f183 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T04:58:29.118Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45ec029b-5220-4b6c-82f0-f2fca32cc6d5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T04:58:29.191Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:58:29.193Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-17T04:58:29.194Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-17T04:58:29.195Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dbe29663-0d84-4722-89f7-8361fff66be9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-17T04:58:29.195Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T04:58:29.196Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-17T04:58:29.295Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T04:58:29.302Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar dbe29663-0d84-4722-89f7-8361fff66be9 78799 2022-06-17T04:58:29.302Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-17T04:58:29.303Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-17T04:58:29.303Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:58:29.303Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:29.307Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:29.308Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441909302, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:29.407Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:58:29.409Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:29.409Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:29.426Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:29.427Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:30.309Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T04:58:30.310Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-17T04:58:30.310Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dbe29663-0d84-4722-89f7-8361fff66be9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:30.311Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-17T04:58:30.311Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:30.311Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:30.594Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16835308830228742650/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-17T04:58:32.659Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T04:58:32.660Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-17T04:58:32.660Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.660Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-17T04:58:32.661Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.661Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.661Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.662Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.662Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.662Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.662Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.662Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.662Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T04:58:32.663Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-17T04:58:32.664Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.664Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:32.665Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T04:58:32.665Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-17T04:58:32.665Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:58:32.665Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.665Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:32.665Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T04:58:32.666Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-17T04:58:32.666Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T04:58:32.666Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.666Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:32.667Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.667Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-17T04:58:32.667Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-17T04:58:32.668Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-17T04:58:32.668Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-17T04:58:32.668Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T04:58:32.668Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T04:58:32.668Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.669Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:58:32.669Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.669Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T04:58:32.669Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:58:32.670Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.670Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T04:58:32.670Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:58:32.670Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.671Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T04:58:32.671Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:58:32.671Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.671Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-17T04:58:32.671Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-17T04:58:32.671Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T04:58:32.672Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=390116f0-264f-4dc0-8141-b8f6eb9a89a1 2022-06-17T04:58:32.672Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.672Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:32.672Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.673Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:32.673Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.673Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:32.673Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:32.673Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:32.673Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:45ec029b-5220-4b6c-82f0-f2fca32cc6d5 Model Version:NULL Model InvariantUuid:9e3e2e8b-0143-4536-bd2b-dde639e450ff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6d8ba530-9db8-4a69-b33e-6e82143b70e7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:903445d4-ce8b-463a-8cc8-06edaa16856d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e31b95e3-9ed8-4c55-9a9d-84c10c78f24b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c0f66363-1a7d-4a82-a1ff-71b9281da2f2 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:f784f376-df16-4039-bac0-a00b7b92726a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:390116f0-264f-4dc0-8141-b8f6eb9a89a1 ModelInvariantUuid:8ba10b09-d0bd-464c-8f1f-e19accfd3fa7 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:1b0b0e32-f646-40bd-bdb7-b60345f595c1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:231fd755-c39e-49ee-b1e8-c19212f568be ModelInvariantUuid:151e1ad1-ee5d-4235-855a-226c0cf0995f ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:016f5608-aff5-4b72-a575-ccd024cc4265 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-17T04:58:32.683Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c933fc5f-816b-48dd-ad48-c397623d3437 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:58:32.690Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-06-17T04:58:32.690Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c933fc5f-816b-48dd-ad48-c397623d3437 2022-06-17T04:58:32.691Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d1693a6c-9bb8-4bdd-9c69-4c14602589ed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-17T04:58:32.691Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T04:58:32.691Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-17T04:58:32.743Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T04:58:32.743Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d1693a6c-9bb8-4bdd-9c69-4c14602589ed 792 2022-06-17T04:58:32.744Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-17T04:58:32.744Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-17T04:58:32.744Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:58:32.745Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:32.747Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:32.747Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441912744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:32.851Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-17T04:58:32.852Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:32.852Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:32.869Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:32.869Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:33.748Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c0f66363-1a7d-4a82-a1ff-71b9281da2f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f784f376-df16-4039-bac0-a00b7b92726a", "vfModuleModelCustomizationUUID": "87e996a8-7c35-4d0f-adb8-4fd278278736", "isBase": true, "artifacts": [ "ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce", "be4b2961-ef29-4efb-b034-bcd688a6f183" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:58:33.755Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f784f376-df16-4039-bac0-a00b7b92726a VfModuleModelInvariantUUID:c0f66363-1a7d-4a82-a1ff-71b9281da2f2 VfModuleModelDescription:NULL Artifacts UUID List:{ ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce , be4b2961-ef29-4efb-b034-bcd688a6f183 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:58:33.759Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c0f66363-1a7d-4a82-a1ff-71b9281da2f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f784f376-df16-4039-bac0-a00b7b92726a", "vfModuleModelCustomizationUUID": "87e996a8-7c35-4d0f-adb8-4fd278278736", "isBase": true, "artifacts": [ "ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce", "be4b2961-ef29-4efb-b034-bcd688a6f183" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T04:58:33.759Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f784f376-df16-4039-bac0-a00b7b92726a VfModuleModelInvariantUUID:c0f66363-1a7d-4a82-a1ff-71b9281da2f2 VfModuleModelDescription:NULL Artifacts UUID List:{ ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce , be4b2961-ef29-4efb-b034-bcd688a6f183 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-17T04:58:33.760Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-17T04:58:33.761Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T04:58:33.762Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-17T04:58:33.815Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T04:58:33.816Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ae4874f2-43f1-4a7f-b8cf-0b71b10eb3ce 5033 2022-06-17T04:58:33.816Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-17T04:58:33.816Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-17T04:58:33.817Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:58:33.818Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:33.820Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:33.820Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441913816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:33.920Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:58:33.922Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:33.922Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:33.937Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:33.939Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:34.821Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: be4b2961-ef29-4efb-b034-bcd688a6f183 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-17T04:58:34.822Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T04:58:34.822Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-17T04:58:34.870Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T04:58:34.870Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env be4b2961-ef29-4efb-b034-bcd688a6f183 903 2022-06-17T04:58:34.871Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-17T04:58:34.871Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-17T04:58:34.871Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T04:58:34.871Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:34.874Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:34.874Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441914871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T04:58:34.975Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T04:58:34.977Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:34.977Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:34.990Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:34.992Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:35.874Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 45ec029b-5220-4b6c-82f0-f2fca32cc6d5 2022-06-17T04:58:35.876Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c933fc5f-816b-48dd-ad48-c397623d3437 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:58:35.893Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21e07486, org.onap.sdc.toscaparser.api.parameters.Input@15a474f6, org.onap.sdc.toscaparser.api.parameters.Input@1d9ab4bd, org.onap.sdc.toscaparser.api.parameters.Input@7b35b8ac, org.onap.sdc.toscaparser.api.parameters.Input@5953b708] 2022-06-17T04:58:35.895Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.896Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:35.896Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-06-17T04:58:35.896Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e31b95e3-9ed8-4c55-9a9d-84c10c78f24b 2022-06-17T04:58:35.897Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e31b95e3-9ed8-4c55-9a9d-84c10c78f24b matches Tosca VF Customization UUID: e31b95e3-9ed8-4c55-9a9d-84c10c78f24b 2022-06-17T04:58:35.897Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e31b95e3-9ed8-4c55-9a9d-84c10c78f24b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-17T04:58:35.903Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.903Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:35.904Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e31b95e3-9ed8-4c55-9a9d-84c10c78f24b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-17T04:58:35.904Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71b7299b 2022-06-17T04:58:35.904Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.905Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T04:58:35.905Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87e996a8-7c35-4d0f-adb8-4fd278278736 2022-06-17T04:58:35.905Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87e996a8-7c35-4d0f-adb8-4fd278278736 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-17T04:58:35.909Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.909Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T04:58:35.909Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:58:35.910Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.910Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T04:58:35.910Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:58:35.910Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.910Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-17T04:58:35.911Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-17T04:58:35.911Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T04:58:35.911Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=390116f0-264f-4dc0-8141-b8f6eb9a89a1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-17T04:58:35.915Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.916Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T04:58:35.916Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T04:58:35.917Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.917Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T04:58:35.917Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e31b95e3-9ed8-4c55-9a9d-84c10c78f24b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T04:58:35.921Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.921Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:35.922Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 45ec029b-5220-4b6c-82f0-f2fca32cc6d5: basic_vm_macro 2022-06-17T04:58:35.922Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.922Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:35.923Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.923Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:35.923Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.923Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:35.923Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.924Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:35.924Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T04:58:35.924Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T04:58:35.924Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T04:58:36.054Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c933fc5f-816b-48dd-ad48-c397623d3437 1 ASDC deployResourceStructure 2022-06-17T04:58:36.055Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-17T04:58:36.055Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-17T04:58:36.055Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:58:36.055Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:36.058Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:36.058Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441916055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T04:58:36.158Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:58:36.159Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:36.160Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:36.175Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:36.176Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-17T04:58:37.060Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-17T04:58:37.062Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-17T04:58:37.063Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:58:37.063Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:37.066Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:37.067Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441917060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-17T04:58:37.167Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T04:58:37.168Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:37.168Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:37.182Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:37.183Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:38.068Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-17T04:58:38.069Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-17T04:58:38.069Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:58:38.070Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:38.075Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:38.075Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441918068, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-17T04:58:38.175Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T04:58:38.175Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:38.175Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:38.228Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:38.229Z||pool-103-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:39.076Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-17T04:58:39.077Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-17T04:58:39.077Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T04:58:39.078Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T04:58:39.083Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T04:58:39.084Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441919076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T04:58:39.183Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T04:58:39.183Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T04:58:39.184Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T04:58:39.198Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:58:39.199Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T04:58:40.085Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:58:40.098Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:58:40.102Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:58:40.102Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:58:40.102Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:59:10.103Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:59:10.117Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:59:10.123Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:59:10.123Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:59:10.123Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T04:59:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T04:59:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T04:59:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T04:59:20.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T04:59:20.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T04:59:20.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441895801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T04:59:20.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T04:59:40.124Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:59:40.146Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T04:59:40.150Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T04:59:40.150Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T04:59:40.151Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T05:00:10.151Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:00:10.164Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:00:10.176Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T05:00:10.177Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T05:00:10.177Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T05:00:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:00:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:00:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:00:20.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:00:20.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441895801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T05:00:20.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441895801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:00:20.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T05:00:20.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441904064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:00:20.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T05:00:20.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "aai-ml", "timestamp": 1655441905068, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:00:20.506Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 2022-06-17T05:00:20.507Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:00:20.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441907594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:00:20.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441900415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:00:20.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441909302, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:00:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441910597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:00:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "clamp", "timestamp": 1655441911601, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:00:20.538Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 2022-06-17T05:00:20.539Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:00:20.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441912744, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T05:00:20.564Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441913816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T05:00:20.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441914871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T05:00:20.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441916055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T05:00:20.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441917060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-17T05:00:20.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441918068, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-17T05:00:20.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655441919076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:00:20.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:00:20.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T05:00:20.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:20.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:00:20.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T05:00:20.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:00:40.177Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:00:40.191Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:00:40.195Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T05:00:40.195Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T05:00:40.195Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T05:00:40.196Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T05:00:40.196Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:00:40.196Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:00:40.196Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:00:40.196Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:00:40.196Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:00:40.196Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:00:40.197Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:00:40.203Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T05:01:10.204Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-17T05:01:10.211Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 and serviceModelVersionId: 45ec029b-5220-4b6c-82f0-f2fca32cc6d5 2022-06-17T05:01:10.211Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e3e2e8b-0143-4536-bd2b-dde639e450ff 2022-06-17T05:01:10.213Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e3e2e8b-0143-4536-bd2b-dde639e450ff/model-vers/model-ver/45ec029b-5220-4b6c-82f0-f2fca32cc6d5?depth=0 2022-06-17T05:01:10.223Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T05:01:10.309Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e3e2e8b-0143-4536-bd2b-dde639e450ff/model-vers/model-ver/45ec029b-5220-4b6c-82f0-f2fca32cc6d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-17T05:01:10.311Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e3e2e8b-0143-4536-bd2b-dde639e450ff/model-vers/model-ver/45ec029b-5220-4b6c-82f0-f2fca32cc6d5?depth=0|INFO|500||Invoke 2022-06-17T05:01:10.351Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e3e2e8b-0143-4536-bd2b-dde639e450ff/model-vers/model-ver/45ec029b-5220-4b6c-82f0-f2fca32cc6d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T05:01:10.443Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e3e2e8b-0143-4536-bd2b-dde639e450ff/model-vers/model-ver/45ec029b-5220-4b6c-82f0-f2fca32cc6d5?depth=0|INFO|500||InvokeReturn 2022-06-17T05:01:10.445Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e3e2e8b-0143-4536-bd2b-dde639e450ff/model-vers/model-ver/45ec029b-5220-4b6c-82f0-f2fca32cc6d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220617-05:01:09:604-87790], vertex-id=[450688], Content-Length=[0], Date=[Fri, 17 Jun 2022 05:01:09 GMT], Content-Type=[application/json]} 2022-06-17T05:01:10.446Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-06-17T05:01:10.447Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T05:01:10.447Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T05:01:10.454Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T05:01:10.455Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4cf06e87-8001-4983-b17f-0f2f99b5f9f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T05:01:10.455Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T05:01:10.456Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:10.459Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:10.459Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442070455, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T05:01:10.559Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T05:01:10.560Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:10.561Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:10.590Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:10.591Z||pool-105-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T05:01:11.485Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:01:11.486Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|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-06-17T05:01:11.487Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:15.887Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:15.889Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T05:01:15.889Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b3f1be51-e948-43a2-961a-94d0b1663d18","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b37c6d78-e0de-4a22-862f-560ff27f9848","serviceDescription":"service","serviceInvariantUUID":"73db6328-37fa-4512-82bb-7b51ac2e8559","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f106d04a-a417-445d-bf58-c5973e273778","resourceInvariantUUID":"76f0b2eb-147f-4e75-97c5-e37d0d014d9c","resourceCustomizationUUID":"75041ebf-3877-47ae-a8ed-29589ea37ac9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZTFkNGFiMzRmYjY5NzJjN2NlOTkxYTQ2NjIwYjRlZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a46fd3c-2ad8-47ca-b7c7-b68894aab05e","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MzQyYzdiZGQ0Nzc0ZmE1NjBlNmE1MjljNWUwOGMzYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"023f9c9c-3606-46e2-bf9f-8acd111033e2","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b519d33-cad0-4e2d-9dee-82e5fff7607c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b609d6a-fbce-48e5-848b-0a5d2132c43b","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed8ff383-640f-4762-979c-d3bcb4364ae1","artifactVersion":"2","generatedFromUUID":"cbd9f225-b8ab-488e-bf4b-996c6b31a14e"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7e4d95ae-1b64-4146-9866-9fe44a6ba954","artifactVersion":"2","generatedFromUUID":"8b519d33-cad0-4e2d-9dee-82e5fff7607c"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cbd9f225-b8ab-488e-bf4b-996c6b31a14e","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5f950d50-1134-4109-91a2-0f7d89bb940c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZTBkOTgzNTI2N2I4ODE5NmNlMzNiMDQzNDRhNzkxMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a438eb74-350e-4a64-84b1-0606169bf3a9","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZjFkMjk0ZjdiMDQxODVhMzI3Nzg5YjIwY2UzZDIzZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d70ecf6-3366-4b49-968f-489fe88764b4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T05:01:15.893Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:15.893Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:15.895Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:15.896Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:01:15.996Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T05:01:15.998Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:15.998Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:16.014Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:16.015Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:16.897Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:16.898Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:16.900Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:16.901Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T05:01:17.001Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T05:01:17.003Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:17.003Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:17.037Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:17.038Z||pool-107-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:17.902Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:17.903Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:17.905Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:17.905Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-17T05:01:18.006Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T05:01:18.007Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:18.008Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:18.026Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:18.027Z||pool-108-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-17T05:01:18.906Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:18.907Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:18.910Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:18.911Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:01:19.011Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T05:01:19.012Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:19.012Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:19.054Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:19.059Z||pool-109-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:19.920Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:19.924Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:19.953Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:19.960Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-17T05:01:20.045Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2022-06-17T05:01:20.046Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:20.047Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:20.067Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:20.068Z||pool-110-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:20.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:01:20.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:01:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:20.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:20.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:01:20.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:01:20.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:01:20.961Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:20.962Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:20.967Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:20.967Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-17T05:01:21.067Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T05:01:21.069Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:21.070Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:21.085Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:21.085Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:21.968Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:21.969Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:21.971Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:21.971Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-17T05:01:22.072Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T05:01:22.073Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:22.073Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:22.090Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:22.091Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-17T05:01:22.972Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:22.973Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:22.976Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:22.977Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:01:23.080Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-17T05:01:23.081Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:23.088Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:23.125Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:23.126Z||pool-113-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:23.980Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:23.980Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:23.986Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:23.987Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:01:24.085Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-17T05:01:24.086Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:24.086Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:24.103Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:24.104Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:24.996Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:01:24.999Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:25.002Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:25.002Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:01:25.103Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T05:01:25.104Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:25.122Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:25.146Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:25.148Z||pool-115-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-06-17T05:01:26.004Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "b37c6d78-e0de-4a22-862f-560ff27f9848", "serviceDescription": "service", "serviceInvariantUUID": "73db6328-37fa-4512-82bb-7b51ac2e8559", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "75041ebf-3877-47ae-a8ed-29589ea37ac9", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f106d04a-a417-445d-bf58-c5973e273778", "resourceInvariantUUID": "76f0b2eb-147f-4e75-97c5-e37d0d014d9c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MzQyYzdiZGQ0Nzc0ZmE1NjBlNmE1MjljNWUwOGMzYTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "023f9c9c-3606-46e2-bf9f-8acd111033e2", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8b519d33-cad0-4e2d-9dee-82e5fff7607c", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7e4d95ae-1b64-4146-9866-9fe44a6ba954", "generatedFromUUID": "8b519d33-cad0-4e2d-9dee-82e5fff7607c" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ed8ff383-640f-4762-979c-d3bcb4364ae1", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7e4d95ae-1b64-4146-9866-9fe44a6ba954", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cbd9f225-b8ab-488e-bf4b-996c6b31a14e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZjFkMjk0ZjdiMDQxODVhMzI3Nzg5YjIwY2UzZDIzZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4d70ecf6-3366-4b49-968f-489fe88764b4" } ], "workloadContext": "Production" } 2022-06-17T05:01:26.005Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T05:01:26.005Z|4cf06e87-8001-4983-b17f-0f2f99b5f9f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b37c6d78-e0de-4a22-862f-560ff27f9848 ASDC 2022-06-17T05:01:26.006Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:b3f1be51-e948-43a2-961a-94d0b1663d18 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:b37c6d78-e0de-4a22-862f-560ff27f9848 ServiceInvariantUUID:73db6328-37fa-4512-82bb-7b51ac2e8559 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:4d70ecf6-3366-4b49-968f-489fe88764b4 ArtifactChecksum:ZjFkMjk0ZjdiMDQxODVhMzI3Nzg5YjIwY2UzZDIzZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:75041ebf-3877-47ae-a8ed-29589ea37ac9 ResourceInvariantUUID:76f0b2eb-147f-4e75-97c5-e37d0d014d9c ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:f106d04a-a417-445d-bf58-c5973e273778 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:023f9c9c-3606-46e2-bf9f-8acd111033e2 ArtifactChecksum:MzQyYzdiZGQ0Nzc0ZmE1NjBlNmE1MjljNWUwOGMzYTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:8b519d33-cad0-4e2d-9dee-82e5fff7607c ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:7e4d95ae-1b64-4146-9866-9fe44a6ba954 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:ed8ff383-640f-4762-979c-d3bcb4364ae1 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:7e4d95ae-1b64-4146-9866-9fe44a6ba954 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:cbd9f225-b8ab-488e-bf4b-996c6b31a14e ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T05:01:26.006Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b37c6d78-e0de-4a22-862f-560ff27f9848 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:01:26.074Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T05:01:26.083Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-17T05:01:26.083Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-17T05:01:26.084Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4d70ecf6-3366-4b49-968f-489fe88764b4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:26.084Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T05:01:26.085Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:26.271Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T05:01:26.283Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4d70ecf6-3366-4b49-968f-489fe88764b4 158203 2022-06-17T05:01:26.284Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-17T05:01:26.284Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:26.284Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T05:01:26.284Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:26.288Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:26.288Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442086284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:01:26.389Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T05:01:26.389Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:26.390Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:26.407Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:26.408Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:27.289Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T05:01:27.294Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-17T05:01:27.294Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4d70ecf6-3366-4b49-968f-489fe88764b4, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:27.295Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-17T05:01:27.297Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:27.297Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:27.571Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11706308229037125271/Definitions/service-BasicCnfMacro-template.yml 2022-06-17T05:01:29.817Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T05:01:29.818Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-17T05:01:29.818Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:29.818Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-17T05:01:29.818Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:29.819Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:29.819Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:29.819Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:29.819Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-17T05:01:29.819Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.819Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:29.820Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T05:01:29.820Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-17T05:01:29.821Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T05:01:29.822Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.822Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:29.822Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T05:01:29.823Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-17T05:01:29.823Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T05:01:29.823Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.823Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:29.824Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.824Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-17T05:01:29.824Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-17T05:01:29.824Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-17T05:01:29.825Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T05:01:29.825Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.827Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T05:01:29.827Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.827Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T05:01:29.828Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T05:01:29.828Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.828Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T05:01:29.829Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T05:01:29.829Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.830Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T05:01:29.830Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T05:01:29.831Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.831Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T05:01:29.831Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T05:01:29.832Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.832Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-17T05:01:29.832Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-17T05:01:29.833Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=985610d0-d1ac-4f07-a225-cba76662d08b 2022-06-17T05:01:29.833Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.833Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:29.833Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.834Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:29.834Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.834Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:29.834Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:29.840Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:29.841Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:b37c6d78-e0de-4a22-862f-560ff27f9848 Model Version:NULL Model InvariantUuid:73db6328-37fa-4512-82bb-7b51ac2e8559 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:3573499b-81e7-4b38-8f66-ee460c7468c5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:76f0b2eb-147f-4e75-97c5-e37d0d014d9c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:75041ebf-3877-47ae-a8ed-29589ea37ac9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:079e5ae1-6f80-4ef7-a270-9a56ba417223 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:640a366f-f989-417f-9e01-293557abe811 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:bbb3b98c-780b-4f57-ab29-89eb4d74ad9f ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:4b8bd5a5-32e7-4bce-a5d3-cd0b7b145b26 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:985610d0-d1ac-4f07-a225-cba76662d08b ModelInvariantUuid:309725c5-7e58-4d7a-8b69-8f94f90198de ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a8e65c20-f776-499d-9a61-f7dc523f64a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:758542bf-9433-4abb-abdf-d33ddbd41fb7 ModelInvariantUuid:9322f40e-46b8-43d0-bedc-87a55dbf1faa ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:d69d62c5-4ef5-42ff-9991-a439cc993bda ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-17T05:01:29.870Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f106d04a-a417-445d-bf58-c5973e273778 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T05:01:29.883Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-06-17T05:01:29.884Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f106d04a-a417-445d-bf58-c5973e273778 2022-06-17T05:01:29.884Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 023f9c9c-3606-46e2-bf9f-8acd111033e2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-17T05:01:29.884Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T05:01:29.884Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-17T05:01:29.942Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T05:01:29.944Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 023f9c9c-3606-46e2-bf9f-8acd111033e2 1565 2022-06-17T05:01:29.949Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-17T05:01:29.949Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-17T05:01:29.949Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T05:01:29.950Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:29.956Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:29.956Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442089949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T05:01:30.056Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T05:01:30.058Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:30.058Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:30.082Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:30.083Z||pool-117-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:30.958Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bbb3b98c-780b-4f57-ab29-89eb4d74ad9f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b8bd5a5-32e7-4bce-a5d3-cd0b7b145b26", "vfModuleModelCustomizationUUID": "ce487965-7d15-4609-ae30-93057497ad60", "isBase": true, "artifacts": [ "8b519d33-cad0-4e2d-9dee-82e5fff7607c", "7e4d95ae-1b64-4146-9866-9fe44a6ba954" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "079e5ae1-6f80-4ef7-a270-9a56ba417223", "vfModuleModelVersion": "1", "vfModuleModelUUID": "640a366f-f989-417f-9e01-293557abe811", "vfModuleModelCustomizationUUID": "80ac6573-3363-4e16-9aa8-13c1057a99a4", "isBase": false, "artifacts": [ "cbd9f225-b8ab-488e-bf4b-996c6b31a14e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T05:01:30.964Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b8bd5a5-32e7-4bce-a5d3-cd0b7b145b26 VfModuleModelInvariantUUID:bbb3b98c-780b-4f57-ab29-89eb4d74ad9f VfModuleModelDescription:NULL Artifacts UUID List:{ 8b519d33-cad0-4e2d-9dee-82e5fff7607c , 7e4d95ae-1b64-4146-9866-9fe44a6ba954 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:640a366f-f989-417f-9e01-293557abe811 VfModuleModelInvariantUUID:079e5ae1-6f80-4ef7-a270-9a56ba417223 VfModuleModelDescription:NULL Artifacts UUID List:{ cbd9f225-b8ab-488e-bf4b-996c6b31a14e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-17T05:01:30.973Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bbb3b98c-780b-4f57-ab29-89eb4d74ad9f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b8bd5a5-32e7-4bce-a5d3-cd0b7b145b26", "vfModuleModelCustomizationUUID": "ce487965-7d15-4609-ae30-93057497ad60", "isBase": true, "artifacts": [ "8b519d33-cad0-4e2d-9dee-82e5fff7607c", "7e4d95ae-1b64-4146-9866-9fe44a6ba954" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "079e5ae1-6f80-4ef7-a270-9a56ba417223", "vfModuleModelVersion": "1", "vfModuleModelUUID": "640a366f-f989-417f-9e01-293557abe811", "vfModuleModelCustomizationUUID": "80ac6573-3363-4e16-9aa8-13c1057a99a4", "isBase": false, "artifacts": [ "cbd9f225-b8ab-488e-bf4b-996c6b31a14e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-17T05:01:30.974Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b8bd5a5-32e7-4bce-a5d3-cd0b7b145b26 VfModuleModelInvariantUUID:bbb3b98c-780b-4f57-ab29-89eb4d74ad9f VfModuleModelDescription:NULL Artifacts UUID List:{ 8b519d33-cad0-4e2d-9dee-82e5fff7607c , 7e4d95ae-1b64-4146-9866-9fe44a6ba954 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:640a366f-f989-417f-9e01-293557abe811 VfModuleModelInvariantUUID:079e5ae1-6f80-4ef7-a270-9a56ba417223 VfModuleModelDescription:NULL Artifacts UUID List:{ cbd9f225-b8ab-488e-bf4b-996c6b31a14e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-17T05:01:30.974Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8b519d33-cad0-4e2d-9dee-82e5fff7607c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-17T05:01:30.974Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T05:01:30.975Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-17T05:01:31.081Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T05:01:31.081Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8b519d33-cad0-4e2d-9dee-82e5fff7607c 914 2022-06-17T05:01:31.081Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-17T05:01:31.082Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-17T05:01:31.082Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T05:01:31.082Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:31.091Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:31.091Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442091081, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T05:01:31.192Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T05:01:31.194Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:31.194Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:31.230Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:31.230Z||pool-118-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:32.092Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ed8ff383-640f-4762-979c-d3bcb4364ae1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-17T05:01:32.093Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T05:01:32.094Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-17T05:01:32.139Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T05:01:32.141Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ed8ff383-640f-4762-979c-d3bcb4364ae1 12 2022-06-17T05:01:32.143Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-17T05:01:32.144Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-17T05:01:32.144Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T05:01:32.146Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:32.151Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:32.151Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442092143, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-17T05:01:32.251Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T05:01:32.252Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:32.253Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:32.271Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:32.272Z||pool-119-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:33.155Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7e4d95ae-1b64-4146-9866-9fe44a6ba954 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-17T05:01:33.155Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T05:01:33.155Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-17T05:01:33.240Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T05:01:33.241Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7e4d95ae-1b64-4146-9866-9fe44a6ba954 96 2022-06-17T05:01:33.241Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-17T05:01:33.241Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-17T05:01:33.242Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T05:01:33.242Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:33.249Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:33.249Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442093241, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-17T05:01:33.348Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T05:01:33.350Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:33.350Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:33.379Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:33.380Z||pool-120-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:34.251Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cbd9f225-b8ab-488e-bf4b-996c6b31a14e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-17T05:01:34.251Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T05:01:34.252Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-17T05:01:34.352Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T05:01:34.354Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cbd9f225-b8ab-488e-bf4b-996c6b31a14e 20206 2022-06-17T05:01:34.354Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-17T05:01:34.354Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-17T05:01:34.354Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T05:01:34.355Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:34.358Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:34.359Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442094354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T05:01:34.458Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T05:01:34.460Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:34.460Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:34.476Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:34.477Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:35.368Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b37c6d78-e0de-4a22-862f-560ff27f9848 2022-06-17T05:01:35.368Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f106d04a-a417-445d-bf58-c5973e273778 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T05:01:35.400Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@106aa103, org.onap.sdc.toscaparser.api.parameters.Input@347fc13d, org.onap.sdc.toscaparser.api.parameters.Input@12b4bbd3, org.onap.sdc.toscaparser.api.parameters.Input@1232087f, org.onap.sdc.toscaparser.api.parameters.Input@5795d183] 2022-06-17T05:01:35.403Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.403Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:35.404Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-06-17T05:01:35.404Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 75041ebf-3877-47ae-a8ed-29589ea37ac9 2022-06-17T05:01:35.405Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75041ebf-3877-47ae-a8ed-29589ea37ac9 matches Tosca VF Customization UUID: 75041ebf-3877-47ae-a8ed-29589ea37ac9 2022-06-17T05:01:35.405Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 75041ebf-3877-47ae-a8ed-29589ea37ac9 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-17T05:01:35.413Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.414Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:35.415Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 75041ebf-3877-47ae-a8ed-29589ea37ac9: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-17T05:01:35.416Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28075af1 2022-06-17T05:01:35.416Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.416Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T05:01:35.417Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80ac6573-3363-4e16-9aa8-13c1057a99a4 2022-06-17T05:01:35.417Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80ac6573-3363-4e16-9aa8-13c1057a99a4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-17T05:01:35.421Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.421Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T05:01:35.422Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T05:01:35.423Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.424Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T05:01:35.425Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T05:01:35.425Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.426Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T05:01:35.426Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=75041ebf-3877-47ae-a8ed-29589ea37ac9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T05:01:35.434Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.436Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:35.436Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b37c6d78-e0de-4a22-862f-560ff27f9848: basic_cnf_macro 2022-06-17T05:01:35.437Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.437Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:35.437Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.438Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:35.438Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.438Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:35.439Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.439Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:35.439Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:01:35.440Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:01:35.440Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:01:36.698Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f106d04a-a417-445d-bf58-c5973e273778 2 ASDC deployResourceStructure 2022-06-17T05:01:36.700Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-17T05:01:36.700Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-17T05:01:36.700Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T05:01:36.701Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:36.708Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:36.709Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442096700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T05:01:36.805Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-17T05:01:36.806Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:36.806Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:36.820Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:36.820Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:37.713Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-17T05:01:37.714Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-17T05:01:37.714Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T05:01:37.714Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:37.720Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:37.721Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442097713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-17T05:01:37.820Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T05:01:37.821Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:37.822Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:37.835Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:37.836Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:38.722Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-17T05:01:38.723Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-17T05:01:38.723Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-17T05:01:38.723Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:38.729Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:38.730Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442098722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-17T05:01:38.836Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-17T05:01:38.837Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:38.837Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:38.858Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:38.859Z||pool-124-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:39.731Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-17T05:01:39.731Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-17T05:01:39.732Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T05:01:39.732Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:39.737Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:39.737Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442099731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-17T05:01:39.836Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T05:01:39.838Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:39.838Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:39.861Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:39.862Z||pool-125-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:40.739Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-17T05:01:40.740Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-17T05:01:40.740Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-17T05:01:40.740Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:40.743Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:40.744Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442100739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-17T05:01:40.844Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T05:01:40.845Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:40.845Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:40.867Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:40.868Z||pool-126-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:01:41.745Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-17T05:01:41.746Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-17T05:01:41.747Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T05:01:41.748Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:01:41.751Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:01:41.751Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442101745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:01:41.850Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T05:01:41.852Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:01:41.853Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:01:41.881Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:01:41.882Z||pool-127-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-17T05:01:42.753Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3f1be51-e948-43a2-961a-94d0b1663d18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:01:42.794Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3f1be51-e948-43a2-961a-94d0b1663d18 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:01:42.797Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T05:01:42.797Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T05:01:42.797Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T05:02:12.797Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3f1be51-e948-43a2-961a-94d0b1663d18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:02:12.813Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3f1be51-e948-43a2-961a-94d0b1663d18 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:02:12.819Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T05:02:12.820Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T05:02:12.820Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T05:02:20.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:02:20.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:02:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:02:20.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:02:20.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "ves-openapi-manager", "timestamp": 1655441944571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441947669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T05:02:20.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441963936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441954851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-17T05:02:20.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-17T05:02:20.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441955801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441965678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-17T05:02:20.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "cds", "timestamp": 1655441967012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:20.496Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b3f1be51-e948-43a2-961a-94d0b1663d18 2022-06-17T05:02:20.497Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3f1be51-e948-43a2-961a-94d0b1663d18 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:20.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-17T05:02:20.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-17T05:02:20.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441961971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441962716, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441971942, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:02:20.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441972758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441973602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441973569, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "aai-ml", "timestamp": 1655441972946, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:20.541Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b3f1be51-e948-43a2-961a-94d0b1663d18 2022-06-17T05:02:20.541Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3f1be51-e948-43a2-961a-94d0b1663d18 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:20.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441973828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441974574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:02:20.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441974901, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "policy-id", "timestamp": 1655441975577, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:20.559Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b3f1be51-e948-43a2-961a-94d0b1663d18 2022-06-17T05:02:20.559Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3f1be51-e948-43a2-961a-94d0b1663d18 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:20.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441975968, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441977007, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:02:20.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441977028, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:20.576Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b3f1be51-e948-43a2-961a-94d0b1663d18 2022-06-17T05:02:20.577Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3f1be51-e948-43a2-961a-94d0b1663d18 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-17T05:02:20.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "clamp", "timestamp": 1655441978012, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:20.589Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b3f1be51-e948-43a2-961a-94d0b1663d18 2022-06-17T05:02:20.589Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3f1be51-e948-43a2-961a-94d0b1663d18 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:20.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "multicloud-k8s-id", "timestamp": 1655441978031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T05:02:20.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441973106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441983931, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441986189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:02:20.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655441987192, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:20.607Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b3f1be51-e948-43a2-961a-94d0b1663d18 2022-06-17T05:02:20.607Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3f1be51-e948-43a2-961a-94d0b1663d18 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:20.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "multicloud-k8s-id", "timestamp": 1655442001971, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.620Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442003105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655441999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442002716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442004571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442007669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "multicloud-k8s-id", "timestamp": 1655442001971, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442003105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655441999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442004571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442002716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442007669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "multicloud-k8s-id", "timestamp": 1655442001971, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655441999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442003105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442002716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442004571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442007669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "multicloud-k8s-id", "timestamp": 1655442001971, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655441999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442003105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442002716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442004571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442007669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "multicloud-k8s-id", "timestamp": 1655442001971, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655441999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442003105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442002716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442004571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442007669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "multicloud-k8s-id", "timestamp": 1655442001971, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655441999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442003105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442002716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442004571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442007669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "multicloud-k8s-id", "timestamp": 1655442001971, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655441999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442003105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442002716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442004571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-17T05:02:20.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442007669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "multicloud-k8s-id", "timestamp": 1655442001971, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655441999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442003105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442002716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442004571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442007669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442015801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "multicloud-k8s-id", "timestamp": 1655442001971, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655441999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442003105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442002716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442004571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442007669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:02:20.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442015801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442016724, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.651Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442017338, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655442017482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442017997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442017401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:02:20.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442015801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442018368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-17T05:02:20.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442019003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:02:20.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "cds", "timestamp": 1655442018709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:20.670Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ddaba92-b953-477e-865d-f76e76635027 2022-06-17T05:02:20.671Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ddaba92-b953-477e-865d-f76e76635027 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:20.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442015801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442018523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:02:20.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:02:20.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "ves-openapi-manager", "timestamp": 1655442019372, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:20.697Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1ddaba92-b953-477e-865d-f76e76635027 2022-06-17T05:02:20.697Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ddaba92-b953-477e-865d-f76e76635027 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:20.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "policy-id", "timestamp": 1655442020007, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:20.712Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ddaba92-b953-477e-865d-f76e76635027 2022-06-17T05:02:20.712Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ddaba92-b953-477e-865d-f76e76635027 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:20.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442015801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:02:20.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:02:20.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:02:20.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655442019528, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:20.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ddaba92-b953-477e-865d-f76e76635027 2022-06-17T05:02:20.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ddaba92-b953-477e-865d-f76e76635027 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:02:42.820Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3f1be51-e948-43a2-961a-94d0b1663d18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:02:42.848Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3f1be51-e948-43a2-961a-94d0b1663d18 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:02:42.854Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T05:02:42.854Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T05:02:42.855Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T05:02:42.855Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T05:02:42.855Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:02:42.855Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:02:42.855Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:02:42.855Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:02:42.855Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:02:42.855Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:02:42.855Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:02:42.867Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T05:03:12.867Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b3f1be51-e948-43a2-961a-94d0b1663d18 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-17T05:03:12.875Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b3f1be51-e948-43a2-961a-94d0b1663d18 and serviceModelVersionId: b37c6d78-e0de-4a22-862f-560ff27f9848 2022-06-17T05:03:12.875Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73db6328-37fa-4512-82bb-7b51ac2e8559 2022-06-17T05:03:12.877Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73db6328-37fa-4512-82bb-7b51ac2e8559/model-vers/model-ver/b37c6d78-e0de-4a22-862f-560ff27f9848?depth=0 2022-06-17T05:03:12.883Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T05:03:12.993Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73db6328-37fa-4512-82bb-7b51ac2e8559/model-vers/model-ver/b37c6d78-e0de-4a22-862f-560ff27f9848?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-17T05:03:12.995Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73db6328-37fa-4512-82bb-7b51ac2e8559/model-vers/model-ver/b37c6d78-e0de-4a22-862f-560ff27f9848?depth=0|INFO|500||Invoke 2022-06-17T05:03:13.028Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73db6328-37fa-4512-82bb-7b51ac2e8559/model-vers/model-ver/b37c6d78-e0de-4a22-862f-560ff27f9848?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T05:03:13.255Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73db6328-37fa-4512-82bb-7b51ac2e8559/model-vers/model-ver/b37c6d78-e0de-4a22-862f-560ff27f9848?depth=0|INFO|500||InvokeReturn 2022-06-17T05:03:13.255Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73db6328-37fa-4512-82bb-7b51ac2e8559/model-vers/model-ver/b37c6d78-e0de-4a22-862f-560ff27f9848?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-05:03:12:285-74175], vertex-id=[303304], Content-Length=[0], Date=[Fri, 17 Jun 2022 05:03:12 GMT], Content-Type=[application/json]} 2022-06-17T05:03:13.256Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-06-17T05:03:13.256Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T05:03:13.256Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T05:03:13.267Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T05:03:13.267Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b3f1be51-e948-43a2-961a-94d0b1663d18 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T05:03:13.267Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T05:03:13.269Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:13.275Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:13.275Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442193267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T05:03:13.372Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-17T05:03:13.373Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:13.373Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:13.393Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:13.394Z||pool-128-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T05:03:14.290Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T05:03:14.291Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ddaba92-b953-477e-865d-f76e76635027","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bc76453c-83e4-4ba9-beee-4eb1cd3b7266","serviceDescription":"service","serviceInvariantUUID":"950b5948-9c99-4030-a2fd-647cd7ca4239","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"70288f54-0855-4a99-b2fe-d0c7fc896079","resourceInvariantUUID":"d45954e0-317c-4f59-805b-34185088f182","resourceCustomizationUUID":"594ec479-65d5-482e-85ed-de68315c5b53","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":"YTM5MzhiMTk3OTQ0OGNjZmZmNGQwODk1YWNmMTliZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66bf953f-73fe-40ed-b819-b12cfd0d0db7","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":"4cddeab7-d85f-4f8e-bbc2-744b995b671f","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":"66bd0b4e-fc0e-4463-9f9c-ff510fc95245","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":"MjdlOTliNjgyOTJkNTViM2IzNGQ4M2M4OTAzYzE0MTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fb86d991-62ec-498f-a9d9-e3374c4631ae","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":"561a62ca-075f-4e77-8541-2023e58a8f02","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":"171d8b48-e002-4470-857d-97c0ba78b429","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":"073e7f65-a033-42fa-ab6d-6f2ff304f783","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":"OTlhMjBiMTFlYzZkNTBlODYzZjllNmUwMTkxYzk5ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2f577d3-773c-45cb-bb8c-f9e67db5e145","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjY5Nzk5YzFkMTY1OGJjOWNhMTAyN2VhNjhhNWRjNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83c5abc8-4044-40b6-8ba0-a3a0cf77ff91","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T05:03:14.291Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:03:14.292Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:14.295Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:14.295Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:14.394Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T05:03:14.395Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:14.396Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:14.410Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:14.411Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:03:15.296Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:03:15.297Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:15.299Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:15.300Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:15.401Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T05:03:15.402Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:15.402Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:15.423Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:15.424Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:03:16.304Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:03:16.352Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:16.428Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:16.436Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:16.480Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 24 ms 2022-06-17T05:03:16.489Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:16.516Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:16.572Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:16.573Z||pool-131-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1} 2022-06-17T05:03:17.457Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:03:17.459Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:17.466Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:17.467Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:17.564Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-17T05:03:17.565Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:17.566Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:17.582Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:17.583Z||pool-132-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:03:18.467Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:03:18.468Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:18.472Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:18.472Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:18.571Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T05:03:18.572Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:18.573Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:18.588Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:18.589Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:03:19.473Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:03:19.474Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:19.481Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:19.482Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:19.578Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-17T05:03:19.579Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:19.579Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:19.605Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:19.605Z||pool-134-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:03:20.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:03:20.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:03:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:20.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:20.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442015801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:20.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:03:20.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442015801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:20.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:03:20.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442022401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:03:20.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:03:20.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442015801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:20.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:03:20.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "aai-ml", "timestamp": 1655442023404, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:03:20.478Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ddaba92-b953-477e-865d-f76e76635027 2022-06-17T05:03:20.479Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ddaba92-b953-477e-865d-f76e76635027 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=? 2022-06-17T05:03:20.484Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:03:20.485Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:03:20.490Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:20.490Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:20.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442015801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:03:20.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:03:20.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442030611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:03:20.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:03:20.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442032622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:03:20.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:03:20.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "clamp", "timestamp": 1655442033627, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:03:20.510Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ddaba92-b953-477e-865d-f76e76635027 2022-06-17T05:03:20.510Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ddaba92-b953-477e-865d-f76e76635027 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T05:03:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4cf06e87-8001-4983-b17f-0f2f99b5f9f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442070455, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T05:03:20.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:03:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:20.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:03:20.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T05:03:20.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:03:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-17T05:03:20.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:03:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:20.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:03:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T05:03:20.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-17T05:03:20.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-17T05:03:20.589Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T05:03:20.590Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:20.590Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:20.608Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:20.610Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-17T05:03:21.492Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:03:21.496Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:21.502Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:21.502Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:03:21.600Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-17T05:03:21.601Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:21.601Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:21.617Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:21.618Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:03:22.503Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T05:03:22.505Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:22.508Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:22.508Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:03:22.608Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T05:03:22.609Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:22.609Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:22.643Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:22.643Z||pool-137-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:03:23.511Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "bc76453c-83e4-4ba9-beee-4eb1cd3b7266", "serviceDescription": "service", "serviceInvariantUUID": "950b5948-9c99-4030-a2fd-647cd7ca4239", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "594ec479-65d5-482e-85ed-de68315c5b53", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "70288f54-0855-4a99-b2fe-d0c7fc896079", "resourceInvariantUUID": "d45954e0-317c-4f59-805b-34185088f182", "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": "YjY5Nzk5YzFkMTY1OGJjOWNhMTAyN2VhNjhhNWRjNzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "83c5abc8-4044-40b6-8ba0-a3a0cf77ff91" } ], "workloadContext": "Production" } 2022-06-17T05:03:23.511Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T05:03:23.512Z|b3f1be51-e948-43a2-961a-94d0b1663d18|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bc76453c-83e4-4ba9-beee-4eb1cd3b7266 ASDC 2022-06-17T05:03:23.512Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:1ddaba92-b953-477e-865d-f76e76635027 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:bc76453c-83e4-4ba9-beee-4eb1cd3b7266 ServiceInvariantUUID:950b5948-9c99-4030-a2fd-647cd7ca4239 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:83c5abc8-4044-40b6-8ba0-a3a0cf77ff91 ArtifactChecksum:YjY5Nzk5YzFkMTY1OGJjOWNhMTAyN2VhNjhhNWRjNzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:594ec479-65d5-482e-85ed-de68315c5b53 ResourceInvariantUUID:d45954e0-317c-4f59-805b-34185088f182 ResourceName:test-pnf ResourceType:PNF ResourceUUID:70288f54-0855-4a99-b2fe-d0c7fc896079 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-17T05:03:23.513Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc76453c-83e4-4ba9-beee-4eb1cd3b7266 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T05:03:23.591Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T05:03:23.591Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-17T05:03:23.592Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-17T05:03:23.592Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 83c5abc8-4044-40b6-8ba0-a3a0cf77ff91 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-17T05:03:23.592Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-17T05:03:23.593Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-17T05:03:23.756Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-17T05:03:23.782Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 83c5abc8-4044-40b6-8ba0-a3a0cf77ff91 105667 2022-06-17T05:03:23.782Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-17T05:03:23.783Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-17T05:03:23.783Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T05:03:23.783Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:23.793Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:23.793Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442203782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:03:23.893Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T05:03:23.915Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:23.915Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:23.942Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:23.949Z||pool-138-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-06-17T05:03:24.808Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T05:03:24.813Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-17T05:03:24.813Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 83c5abc8-4044-40b6-8ba0-a3a0cf77ff91, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:24.814Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-17T05:03:24.815Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:24.815Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:24.991Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2312053949016332319/Definitions/service-TestPnfMacro-template.yml 2022-06-17T05:03:26.794Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T05:03:26.795Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-17T05:03:26.795Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:26.796Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-17T05:03:26.796Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:26.796Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:26.796Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:26.797Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:26.797Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:26.797Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:26.797Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T05:03:26.798Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-17T05:03:26.798Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:03:26.798Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:03:26.799Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-17T05:03:26.799Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-17T05:03:26.800Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T05:03:26.800Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:03:26.800Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:03:26.801Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-17T05:03:26.801Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-17T05:03:26.801Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T05:03:26.802Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:03:26.802Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:03:26.802Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:03:26.803Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:03:26.803Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:03:26.803Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:03:26.803Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:03:26.804Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:03:26.804Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:03:26.804Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:03:26.805Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:bc76453c-83e4-4ba9-beee-4eb1cd3b7266 Model Version:NULL Model InvariantUuid:950b5948-9c99-4030-a2fd-647cd7ca4239 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-17T05:03:26.854Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 70288f54-0855-4a99-b2fe-d0c7fc896079 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T05:03:26.865Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-06-17T05:03:26.866Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 70288f54-0855-4a99-b2fe-d0c7fc896079 2022-06-17T05:03:26.866Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||No resources found for Service: bc76453c-83e4-4ba9-beee-4eb1cd3b7266 2022-06-17T05:03:26.866Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bc76453c-83e4-4ba9-beee-4eb1cd3b7266 2022-06-17T05:03:26.866Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 70288f54-0855-4a99-b2fe-d0c7fc896079 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T05:03:26.893Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c217f96, org.onap.sdc.toscaparser.api.parameters.Input@55134762, org.onap.sdc.toscaparser.api.parameters.Input@126a703e, org.onap.sdc.toscaparser.api.parameters.Input@7084258, org.onap.sdc.toscaparser.api.parameters.Input@702250e0] 2022-06-17T05:03:26.894Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:03:26.894Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:03:26.894Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bc76453c-83e4-4ba9-beee-4eb1cd3b7266: test-pnf 2022-06-17T05:03:26.894Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||Processing PNF resource: 70288f54-0855-4a99-b2fe-d0c7fc896079 2022-06-17T05:03:26.895Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T05:03:26.895Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T05:03:26.895Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||Resource customization UUID: 594ec479-65d5-482e-85ed-de68315c5b53 is the same as notified resource customizationUUID: 594ec479-65d5-482e-85ed-de68315c5b53 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-17T05:03:27.050Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 70288f54-0855-4a99-b2fe-d0c7fc896079 0 ASDC deployResourceStructure 2022-06-17T05:03:27.051Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-17T05:03:27.051Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-17T05:03:27.051Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T05:03:27.051Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:27.055Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:27.057Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442207050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:03:27.155Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T05:03:27.157Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:27.157Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:27.174Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:27.174Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-17T05:03:28.064Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ddaba92-b953-477e-865d-f76e76635027 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:03:28.087Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ddaba92-b953-477e-865d-f76e76635027 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-17T05:03:28.091Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T05:03:28.091Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T05:03:28.091Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T05:03:28.091Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T05:03:28.091Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:03:28.092Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:03:28.092Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:03:28.092Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:03:28.092Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:03:28.092Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:03:28.092Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T05:03:28.093Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T05:03:28.097Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T05:03:58.100Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ddaba92-b953-477e-865d-f76e76635027 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-17T05:03:58.113Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ddaba92-b953-477e-865d-f76e76635027 and serviceModelVersionId: bc76453c-83e4-4ba9-beee-4eb1cd3b7266 2022-06-17T05:03:58.113Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 950b5948-9c99-4030-a2fd-647cd7ca4239 2022-06-17T05:03:58.116Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/950b5948-9c99-4030-a2fd-647cd7ca4239/model-vers/model-ver/bc76453c-83e4-4ba9-beee-4eb1cd3b7266?depth=0 2022-06-17T05:03:58.127Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T05:03:58.217Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/950b5948-9c99-4030-a2fd-647cd7ca4239/model-vers/model-ver/bc76453c-83e4-4ba9-beee-4eb1cd3b7266?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-17T05:03:58.221Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/950b5948-9c99-4030-a2fd-647cd7ca4239/model-vers/model-ver/bc76453c-83e4-4ba9-beee-4eb1cd3b7266?depth=0|INFO|500||Invoke 2022-06-17T05:03:58.283Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/950b5948-9c99-4030-a2fd-647cd7ca4239/model-vers/model-ver/bc76453c-83e4-4ba9-beee-4eb1cd3b7266?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T05:03:58.381Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/950b5948-9c99-4030-a2fd-647cd7ca4239/model-vers/model-ver/bc76453c-83e4-4ba9-beee-4eb1cd3b7266?depth=0|INFO|500||InvokeReturn 2022-06-17T05:03:58.382Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/950b5948-9c99-4030-a2fd-647cd7ca4239/model-vers/model-ver/bc76453c-83e4-4ba9-beee-4eb1cd3b7266?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220617-05:03:57:547-38284], vertex-id=[249960], Content-Length=[0], Date=[Fri, 17 Jun 2022 05:03:57 GMT], Content-Type=[application/json]} 2022-06-17T05:03:58.382Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-06-17T05:03:58.384Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T05:03:58.384Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T05:03:58.406Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T05:03:58.407Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ddaba92-b953-477e-865d-f76e76635027 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T05:03:58.407Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T05:03:58.407Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-17T05:03:58.414Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T05:03:58.414Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442238407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T05:03:58.511Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-17T05:03:58.513Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-17T05:03:58.513Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ... 2022-06-17T05:03:58.542Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:03:58.543Z||pool-140-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T05:03:59.436Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:03:59.437Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:03:59.438Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:04:09.704Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:04:09.705Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:04:09.706Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:04:09.706Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:04:19.259Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:04:19.260Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:04:19.261Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:04:19.261Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:04:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:04:20.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:04:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:04:20.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:04:20.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-17T05:04:20.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T05:04:20.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-17T05:04:20.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T05:04:20.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:04:20.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T05:04:20.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:04:20.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T05:04:20.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:04:20.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-17T05:04:20.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442086284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:04:20.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442089949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T05:04:20.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442091081, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T05:04:20.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442092143, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-17T05:04:20.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442093241, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-17T05:04:20.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442094354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442096700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442097713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442098722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-17T05:04:20.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442099731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-17T05:04:20.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442100739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-17T05:04:20.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:20.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T05:04:20.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442101745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:04:20.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:04:28.811Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:04:28.813Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:04:28.815Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:04:28.816Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:04:38.373Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:04:38.374Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:04:38.374Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:04:38.374Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:04:47.925Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:05:20.413Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:05:20.415Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:05:20.415Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:05:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:05:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:05:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:05:20.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:05:20.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:05:20.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3f1be51-e948-43a2-961a-94d0b1663d18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442193267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T05:05:20.463Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:05:20.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:05:20.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:05:20.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:05:20.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:05:20.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T05:05:20.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:05:20.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:05:20.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T05:05:20.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:05:20.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:05:20.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T05:05:20.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:05:20.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:05:20.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T05:05:20.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:05:20.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T05:05:20.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:05:20.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-17T05:05:29.969Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:06:20.413Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:06:20.414Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:06:20.414Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:06:20.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:06:20.420Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:06:20.420Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:06:20.949Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:06:20.949Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T05:06:20.950Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T05:06:20.951Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T05:06:20.951Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T05:06:20.951Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T05:06:20.951Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T05:06:20.951Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T05:06:20.952Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442071485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T05:06:20.952Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T05:06:20.952Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T05:06:20.952Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442203782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T05:06:20.952Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:06:20.953Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T05:06:20.953Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442207050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T05:06:20.953Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:06:20.953Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T05:06:20.953Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ddaba92-b953-477e-865d-f76e76635027", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655442238407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T05:06:20.953Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T05:06:29.968Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:07:20.413Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:07:20.414Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:07:20.414Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:07:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:07:20.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:07:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:07:29.967Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:07:29.969Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:08:20.413Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:08:20.415Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:08:20.415Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:08:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:08:20.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:08:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:08:29.965Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:08:29.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:09:20.414Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:09:20.415Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:09:20.415Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:09:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:09:20.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:09:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:09:29.976Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:09:29.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:10:20.414Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:10:20.417Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:10:20.417Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:10:20.419Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:10:20.420Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:10:20.420Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:10:29.999Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:10:29.999Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:11:20.414Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:11:20.415Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:11:20.416Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:11:20.419Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:11:20.420Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:11:20.420Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:11:29.967Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:11:29.967Z|d2d1b2b3-e8e9-4fbd-a48d-77930f0b9335|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:12:20.413Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:12:20.414Z|1ddaba92-b953-477e-865d-f76e76635027|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-06-17T05:12:20.414Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:12:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:12:20.421Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:12:20.421Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:12:29.965Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:12:29.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:13:20.414Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:13:20.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:13:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:13:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:13:20.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:13:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:13:29.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:13:29.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:14:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:14:20.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:14:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:14:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:14:20.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:14:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:14:29.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:14:29.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:15:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:15:20.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:15:20.414Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:15:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:15:20.419Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:15:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:15:29.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:15:29.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:16:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:16:20.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:16:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:16:20.419Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:16:20.420Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:16:20.420Z|1ddaba92-b953-477e-865d-f76e76635027|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:16:29.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:16:29.976Z|1ddaba92-b953-477e-865d-f76e76635027|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:17:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:17:20.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:17:20.414Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:17:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:17:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:17:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:17:29.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:17:29.970Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:18:20.414Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:18:20.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:18:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:18:20.419Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:18:20.420Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:18:20.420Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:18:29.968Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:18:29.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:19:20.414Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:19:20.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:19:20.417Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:19:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:19:20.424Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:19:20.425Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:19:29.981Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:19:29.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:20:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:20:20.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:20:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:20:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:20:20.421Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:20:20.422Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:20:29.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:20:29.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:21:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:21:20.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:21:20.414Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:21:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:21:20.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:21:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:21:29.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:21:29.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:22:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:22:20.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:22:20.414Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:22:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:22:20.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:22:20.420Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:22:29.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:22:29.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:23:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:23:20.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:23:20.415Z||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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:23:20.420Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:23:20.421Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:23:20.421Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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 lI05JOmxQcHBGoy5) ... 2022-06-17T05:23:29.997Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:23:30.002Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK