By type
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-16T03:35:41.093Z||main|||||INFO|500||The following profiles are active: basic
2022-06-16T03:36:17.127Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-16T03:36:17.143Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-16T03:36:17.467Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-16T03:36:27.808Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-16T03:36:29.059Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-16T03:36:30.333Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-16T03:36:30.373Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-16T03:36:30.734Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-16T03:36:31.765Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-16T03:36:34.197Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-16T03:36:41.399Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-16T03:36:46.699Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-16T03:36:46.856Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-16T03:36:48.300Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-16T03:36:48.924Z||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-16T03:36:51.783Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-16T03:36:54.332Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-16T03:36:54.387Z||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-16T03:36:54.389Z||main|||||WARN|500||The sdc end point is not alive
2022-06-16T03:37:01.398Z||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-16T03:37:08.250Z||main|||||WARN|500||---
2022-06-16T03:37:08.251Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-16T03:37:08.252Z||main|||||WARN|500||---
2022-06-16T03:37:09.199Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-16T03:37:18.602Z||main|||||INFO|500||Started Application in 106.807 seconds (JVM running for 114.042)
2022-06-16T03:37:18.635Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-16T03:37:18.637Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-16T03:37:18.661Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-16T03:37:18.709Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-16T03:37:18.793Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba4a0280-c012-4a6d-ad5a-091e7134ea51 url= /sdc/v1/artifactTypes
2022-06-16T03:37:18.794Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-16T03:37:19.260Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-16T03:37:19.386Z||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-16T03:37:19.429Z||scheduling-1|||||DEBUG|500||create keys
2022-06-16T03:37:19.443Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-16T03:37:19.487Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:37:19.513Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 27af0ea4-0af6-4a44-99c2-e48cbfd322c9 url= /sdc/v1/registerForDistribution
2022-06-16T03:37:19.659Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 27af0ea4-0af6-4a44-99c2-e48cbfd322c9 url= /sdc/v1/registerForDistribution
2022-06-16T03:37:19.660Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-16T03:37:19.701Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-16T03:37:19.707Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:37:19.708Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:37:19.749Z||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-16T03:37:19.761Z||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-16T03:37:19.763Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:37:19.768Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:37:30.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:37:30.125Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:38:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:38:19.676Z||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-16T03:38:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:38:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:38:19.682Z||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-16T03:38:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:38:29.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:38:29.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:39:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:39:19.676Z||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-16T03:39:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:39:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:39:19.683Z||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-16T03:39:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:39:29.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:39:29.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:40:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:40:19.677Z||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-16T03:40:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:40:19.686Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:40:19.687Z||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-16T03:40:19.688Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:40:29.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:40:29.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:41:19.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:41:19.679Z||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-16T03:41:19.679Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:41:19.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:41:19.683Z||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-16T03:41:19.684Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:41:29.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:41:29.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:42:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:42:19.679Z||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-16T03:42:19.680Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:42:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:42:19.682Z||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-16T03:42:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:42:29.251Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:42:29.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:43:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:43:19.678Z||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-16T03:43:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:43:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:43:19.682Z||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-16T03:43:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:43:29.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:43:29.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:44:19.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:44:19.680Z||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-16T03:44:19.680Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:44:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:44:19.682Z||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-16T03:44:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:44:29.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:44:29.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:45:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:45:19.679Z||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-16T03:45:19.679Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:45:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:45:19.683Z||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-16T03:45:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:45:29.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:45:29.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:45:40.171Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-16T03:46:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:46:19.676Z||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-16T03:46:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:46:19.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:46:19.682Z||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-16T03:46:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:46:29.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:46:29.233Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:47:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:47:19.677Z||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-16T03:47:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:47:19.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:47:19.683Z||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-16T03:47:19.684Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:47:29.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:47:29.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:48:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:48:19.678Z||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-16T03:48:19.679Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:48:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:48:19.683Z||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-16T03:48:19.684Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:48:29.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:48:29.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:49:19.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:49:19.679Z||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-16T03:49:19.680Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:49:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:49:19.681Z||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-16T03:49:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:49:29.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:49:29.291Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:50:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:50:19.678Z||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-16T03:50:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:50:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:50:19.682Z||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-16T03:50:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:50:29.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:50:29.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:51:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:51:19.677Z||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-16T03:51:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:51:19.681Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:51:19.682Z||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-16T03:51:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:51:29.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:51:29.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:52:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:52:19.678Z||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-16T03:52:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:52:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:52:19.681Z||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-16T03:52:19.681Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:52:29.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:52:29.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:53:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:53:19.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:53:19.683Z||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-16T03:53:19.683Z||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-16T03:53:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:53:19.686Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:53:29.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:53:29.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:54:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:54:19.677Z||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-16T03:54:19.679Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:54:19.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:54:19.685Z||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-16T03:54:19.686Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:54:29.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:54:29.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:55:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:55:19.677Z||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-16T03:55:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:55:19.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:55:19.688Z||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-16T03:55:19.688Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:55:29.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:55:29.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:56:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:56:19.677Z||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-16T03:56:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:56:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:56:19.682Z||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-16T03:56:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:56:29.229Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:56:29.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:57:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:57:19.677Z||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-16T03:57:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:57:19.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:57:19.686Z||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-16T03:57:19.687Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:57:29.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:57:29.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:58:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:58:19.677Z||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-16T03:58:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:58:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:58:19.682Z||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-16T03:58:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:58:29.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:58:29.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:59:19.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:59:19.677Z||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-16T03:59:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:59:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T03:59:19.681Z||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-16T03:59:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T03:59:29.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T03:59:29.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:00:19.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:00:19.678Z||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-16T04:00:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:00:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:00:19.682Z||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-16T04:00:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:00:29.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:00:29.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:01:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:01:19.677Z||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-16T04:01:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:01:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:01:19.682Z||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-16T04:01:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:01:29.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:01:29.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:02:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:02:19.676Z||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-16T04:02:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:02:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:02:19.682Z||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-16T04:02:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:02:29.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:02:29.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:03:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:03:19.677Z||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-16T04:03:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:03:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:03:19.682Z||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-16T04:03:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:03:29.232Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:03:29.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:04:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:04:19.677Z||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-16T04:04:19.680Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:04:19.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:04:19.682Z||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-16T04:04:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:04:29.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:04:29.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:05:19.677Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:05:19.678Z||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-16T04:05:19.679Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:05:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:05:19.682Z||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-16T04:05:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:05:29.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:05:29.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:06:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:06:19.677Z||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-16T04:06:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:06:19.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:06:19.683Z||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-16T04:06:19.684Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:06:29.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:06:29.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:07:19.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:07:19.678Z||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-16T04:07:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:07:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:07:19.682Z||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-16T04:07:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:07:29.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:07:29.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:08:19.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:08:19.678Z||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-16T04:08:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:08:19.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:08:19.686Z||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-16T04:08:19.687Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:08:29.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:08:29.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:09:19.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:09:19.678Z||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-16T04:09:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:09:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:09:19.682Z||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-16T04:09:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:09:29.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:09:29.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:10:19.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:10:19.677Z||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-16T04:10:19.679Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:10:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:10:19.681Z||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-16T04:10:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:10:29.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:10:29.254Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:11:19.677Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:11:19.680Z||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-16T04:11:19.681Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:11:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:11:19.682Z||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-16T04:11:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:11:29.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:11:29.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:12:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:12:19.677Z||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-16T04:12:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:12:19.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:12:19.682Z||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-16T04:12:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:12:29.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:12:29.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:13:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:13:19.678Z||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-16T04:13:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:13:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:13:19.682Z||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-16T04:13:19.684Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:13:29.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:13:29.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:14:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:14:19.677Z||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-16T04:14:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:14:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:14:19.682Z||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-16T04:14:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:14:29.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:14:29.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:15:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:15:19.676Z||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-16T04:15:19.676Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:15:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:15:19.682Z||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-16T04:15:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:15:29.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:15:29.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:16:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:16:19.677Z||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-16T04:16:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:16:19.681Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:16:19.683Z||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-16T04:16:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:16:29.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:16:29.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:17:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:17:19.676Z||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-16T04:17:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:17:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:17:19.683Z||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-16T04:17:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:17:29.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:17:29.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:18:19.677Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:18:19.680Z||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-16T04:18:19.680Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:18:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:18:19.682Z||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-16T04:18:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:18:29.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:18:29.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:19:19.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:19:19.679Z||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-16T04:19:19.679Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:19:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:19:19.683Z||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-16T04:19:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:19:29.264Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:19:29.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:20:19.678Z||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-16T04:20:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:19.686Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:20:19.687Z||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-16T04:20:19.688Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:19.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:19.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353192442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "cds",
"timestamp": 1655353200309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353192442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "cds",
"timestamp": 1655353200309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353192442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:20:19.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353202059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "cds",
"timestamp": 1655353200309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353192442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353202059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "cds",
"timestamp": 1655353200309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353192442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353202059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "cds",
"timestamp": 1655353200309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353204133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353192442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353202059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "cds",
"timestamp": 1655353200309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353204133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353192442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:20:19.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353202059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "cds",
"timestamp": 1655353200309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:20:19.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353204133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353202059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353207749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:19.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:20:19.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "cds",
"timestamp": 1655353208404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:19.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:20:19.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353204133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:19.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353202059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:20:19.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:19.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353208763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:20:19.944Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:20:19.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:19.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "cds",
"timestamp": 1655353209447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-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=?
2022-06-16T04:20:20.336Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:20.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"93aa7e94-c537-4404-94fc-c290e3c2a2f7","serviceName":"vFW 2022-06-16 04-18-53","serviceVersion":"1.0","serviceUUID":"498165f5-449b-480c-b98f-a5c2dacf7d2a","serviceDescription":"catalog service description","serviceInvariantUUID":"370c561a-53ae-4c03-9909-66f610195cdc","resources":[{"resourceInstanceName":"vFW 0f684fc5-9c58 0","resourceName":"vFW 0f684fc5-9c58","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a9d9641-4d3a-4082-aa73-620a2bcaa5d6","resourceInvariantUUID":"433f23e7-7e3d-4bc6-a988-9a7c35549ba7","resourceCustomizationUUID":"f1597e54-74e9-4961-8f60-8851f8c68178","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml","artifactChecksum":"MzRjMTdiNmY0ZDk2YmI4MjYzZjQ2M2RlZTcwNWQ1NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca9c5600-594e-4899-aa37-ddd7e4a4ec62","artifactVersion":"1"},{"artifactName":"vfw0f684fc59c580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json","artifactChecksum":"NDZhYzIxODE3OWM5NWVjM2Q1ZDhhYTJiYzQyZjBmMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ba0adbb-de0c-4283-b609-a490e8ee70b3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6f093e3c-8e56-4ec8-abe5-caa78b149af7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml","artifactChecksum":"YmY1MGQ5MjE2NDMxYjczOGJkNjZmNDZjZjNjZTU1MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a7e5f685-415b-4a22-b337-23e8c392b638","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eee485e5-9b77-4a21-9d61-b0c52bd68472","artifactVersion":"2","generatedFromUUID":"6f093e3c-8e56-4ec8-abe5-caa78b149af7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616041853-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml","artifactChecksum":"YmNiYzZiNDYxYmY3MmQyMGFkYTZmYTg4YzQwZmJkNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec63ccb5-b422-494b-802b-5d3fcc1c5af1","artifactVersion":"1"},{"artifactName":"service-Vfw20220616041853-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar","artifactChecksum":"Yzk1MjgzZDlhNzc0YzZkNTA4NTVhZTFmYmE0NzQ0NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1a95912-7024-4772-a67e-7ba298db31fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T04:20:20.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:20:20.366Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:20.400Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:20.400Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T04:20:20.461Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7
2022-06-16T04:20:20.501Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-16T04:20:20.507Z||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-16T04:20:20.508Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:20.509Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 and ComponentName cds
2022-06-16T04:20:20.532Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:20.534Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 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-16T04:20:20.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353204133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "policy-id",
"timestamp": 1655353209768,
"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-16T04:20:20.592Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7
2022-06-16T04:20:20.592Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-16T04:20:20.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353208501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353209999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:20.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:20:20.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353208646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353204133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353208501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:20:20.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353208646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353204133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353208501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:20:20.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353208646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353208501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353208646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353208501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-16T04:20:20.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353208646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353208501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353208646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353208501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:20:20.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353208646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:20:20.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:20.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353216397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:20.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:20:20.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353216519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:20.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:20:20.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353217535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:20.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:20:20.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:20:20.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353218328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:20.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:20:21.426Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:20:21.427Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:21.431Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:21.431Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:20:21.531Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:20:21.533Z||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-16T04:20:21.533Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:21.562Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:21.563Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:20:22.432Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:20:22.434Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:22.439Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:22.439Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:20:22.539Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:20:22.541Z||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-16T04:20:22.541Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:22.560Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:22.561Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:20:23.440Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:20:23.442Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:23.445Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:23.445Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:23.546Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:20:23.547Z||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-16T04:20:23.548Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:23.572Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:23.573Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:20:24.447Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:20:24.450Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:24.455Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:24.456Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-16T04:20:24.560Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-16T04:20:24.562Z||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-16T04:20:24.562Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:24.595Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:24.596Z||pool-7-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:20:25.458Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:20:25.459Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:25.463Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:25.464Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:20:25.563Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:20:25.565Z||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-16T04:20:25.565Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:25.586Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:25.587Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:20:26.465Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:20:26.466Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:26.469Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:26.469Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:20:26.571Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T04:20:26.575Z||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-16T04:20:26.575Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:26.590Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:26.591Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:20:27.474Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"serviceName": "vFW 2022-06-16 04-18-53",
"serviceVersion": "1.0",
"serviceUUID": "498165f5-449b-480c-b98f-a5c2dacf7d2a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "370c561a-53ae-4c03-9909-66f610195cdc",
"resources": [
{
"resourceInstanceName": "vFW 0f684fc5-9c58 0",
"resourceCustomizationUUID": "f1597e54-74e9-4961-8f60-8851f8c68178",
"resourceName": "vFW 0f684fc5-9c58",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6a9d9641-4d3a-4082-aa73-620a2bcaa5d6",
"resourceInvariantUUID": "433f23e7-7e3d-4bc6-a988-9a7c35549ba7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0f684fc59c580_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"artifactChecksum": "NDZhYzIxODE3OWM5NWVjM2Q1ZDhhYTJiYzQyZjBmMTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9ba0adbb-de0c-4283-b609-a490e8ee70b3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6f093e3c-8e56-4ec8-abe5-caa78b149af7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eee485e5-9b77-4a21-9d61-b0c52bd68472",
"generatedFromUUID": "6f093e3c-8e56-4ec8-abe5-caa78b149af7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eee485e5-9b77-4a21-9d61-b0c52bd68472",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220616041853-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"artifactChecksum": "Yzk1MjgzZDlhNzc0YzZkNTA4NTVhZTFmYmE0NzQ0NmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1a95912-7024-4772-a67e-7ba298db31fc"
}
],
"workloadContext": "Production"
}
2022-06-16T04:20:27.476Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T04:20:27.478Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 498165f5-449b-480c-b98f-a5c2dacf7d2a ASDC
2022-06-16T04:20:27.784Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:93aa7e94-c537-4404-94fc-c290e3c2a2f7
ServiceName:vFW 2022-06-16 04-18-53
ServiceVersion:1.0
ServiceUUID:498165f5-449b-480c-b98f-a5c2dacf7d2a
ServiceInvariantUUID:370c561a-53ae-4c03-9909-66f610195cdc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220616041853-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar
ArtifactUUID:d1a95912-7024-4772-a67e-7ba298db31fc
ArtifactChecksum:Yzk1MjgzZDlhNzc0YzZkNTA4NTVhZTFmYmE0NzQ0NmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f684fc5-9c58 0
ResourceCustomizationUUID:f1597e54-74e9-4961-8f60-8851f8c68178
ResourceInvariantUUID:433f23e7-7e3d-4bc6-a988-9a7c35549ba7
ResourceName:vFW 0f684fc5-9c58
ResourceType:VF
ResourceUUID:6a9d9641-4d3a-4082-aa73-620a2bcaa5d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f684fc59c580_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json
ArtifactUUID:9ba0adbb-de0c-4283-b609-a490e8ee70b3
ArtifactChecksum:NDZhYzIxODE3OWM5NWVjM2Q1ZDhhYTJiYzQyZjBmMTQ=
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/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml
ArtifactUUID:6f093e3c-8e56-4ec8-abe5-caa78b149af7
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/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env
ArtifactUUID:eee485e5-9b77-4a21-9d61-b0c52bd68472
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/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env
ArtifactUUID:eee485e5-9b77-4a21-9d61-b0c52bd68472
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-16T04:20:27.785Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 498165f5-449b-480c-b98f-a5c2dacf7d2a 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-16T04:20:27.917Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T04:20:27.920Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-16T04:20:27.922Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-16T04:20:27.923Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d1a95912-7024-4772-a67e-7ba298db31fc from URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:27.923Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-16T04:20:27.928Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:28.095Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-16T04:20:28.131Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar d1a95912-7024-4772-a67e-7ba298db31fc 98979
2022-06-16T04:20:28.136Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar ASDC sendASDCNotification
2022-06-16T04:20:28.138Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:28.143Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:20:28.147Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:28.152Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:28.155Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353228133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:28.252Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-16T04:20:28.254Z||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-16T04:20:28.254Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:28.273Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:28.274Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:20:29.157Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T04:20:29.159Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-16T04:20:29.160Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d1a95912-7024-4772-a67e-7ba298db31fc, URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar to file: /app/ASDC/1/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:29.161Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616041853-csar.csar
2022-06-16T04:20:29.358Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:29.359Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:31.251Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9255495238698591794/Definitions/service-Vfw20220616041853-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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-16T04:20:37.247Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T04:20:37.261Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-16T04:20:37.262Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.262Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-16T04:20:37.263Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.263Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.264Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.264Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.265Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.265Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.266Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.266Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.267Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f684fc5-9c58 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-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.267Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.267Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.268Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.268Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-Vfw20220616041853-csar.csar
2022-06-16T04:20:37.269Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-16T04:20:37.285Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.289Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:37.299Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:37.300Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-16T04:20:37.304Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T04:20:37.307Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.308Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:37.308Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:37.308Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-16T04:20:37.309Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T04:20:37.309Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.309Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:37.316Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.317Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria
2022-06-16T04:20:37.317Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T04:20:37.318Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T04:20:37.318Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T04:20:37.318Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:37.318Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.319Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.319Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T04:20:37.319Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T04:20:37.320Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T04:20:37.320Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.320Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:37.320Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T04:20:37.321Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:37.321Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T04:20:37.321Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.321Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T04:20:37.322Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.322Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T04:20:37.324Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.325Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:37.325Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:20:37.326Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.326Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:37.326Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria
2022-06-16T04:20:37.328Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T04:20:37.328Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T04:20:37.329Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T04:20:37.329Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T04:20:37.329Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T04:20:37.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:37.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T04:20:37.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:37.331Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T04:20:37.331Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.331Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9bce7f1e-3d81-42fb-976b-f71924b5f5cf
2022-06-16T04:20:37.332Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.332Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria
2022-06-16T04:20:37.332Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T04:20:37.333Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T04:20:37.333Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T04:20:37.333Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:37.333Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.334Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.334Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T04:20:37.334Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T04:20:37.334Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T04:20:37.335Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:37.335Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T04:20:37.335Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.335Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d48d129c-5cd2-4075-9559-c69ef49ba539
2022-06-16T04:20:37.336Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.338Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria
2022-06-16T04:20:37.338Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T04:20:37.339Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T04:20:37.339Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T04:20:37.340Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:37.340Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.340Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.341Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T04:20:37.341Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T04:20:37.341Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T04:20:37.344Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:37.347Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:37.348Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T04:20:37.348Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e6f0b2e9-0be3-4d29-b13a-fbdcdd190eb1
2022-06-16T04:20:37.348Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.349Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:37.349Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.349Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:37.349Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.350Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:37.350Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:37.350Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:37.350Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-16 04-18-53
Description:catalog service description
Model UUID:498165f5-449b-480c-b98f-a5c2dacf7d2a
Model Version:NULL
Model InvariantUuid:370c561a-53ae-4c03-9909-66f610195cdc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0f684fc5-9c58
Model UUID:268bacf1-4f33-4cac-84ea-c662d2ff4480
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:433f23e7-7e3d-4bc6-a988-9a7c35549ba7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f1597e54-74e9-4961-8f60-8851f8c68178
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f495663c-b348-4fe7-be74-7418111ceef7
ModelName:Vfw0f684fc59c58..base_vfw..module-0
ModelUuid:3b2d5c64-8e6e-4850-bbb2-ba2c82161851
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9bce7f1e-3d81-42fb-976b-f71924b5f5cf
ModelInvariantUuid:55ff599a-fff4-465e-a902-4c664dafdae6
ModelName:vFW 0f684fc5-9c58-nodes.vfwCvfc
ModelUuid:babd609f-d82f-4341-ade5-d94c42179077
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:43463f81-aee0-4af6-99a5-bb8090179cd5
ModelInvariantUuid:d32973d7-f627-44f6-a1b6-b5bd59c8588a
ModelName:Vfw0f684fc59c58.compute.nodes.heat.vfw
ModelUuid:45d0f398-0252-4a02-a283-3c55e29a0168
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d48d129c-5cd2-4075-9559-c69ef49ba539
ModelInvariantUuid:75beef23-a4e9-45c5-a8ac-4601d859f2df
ModelName:vFW 0f684fc5-9c58-nodes.vsnCvfc
ModelUuid:40d1c111-326d-48e4-bd4c-f7c6741c6c9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7301a86f-28e1-4f85-9046-c0422db1edd0
ModelInvariantUuid:c2661da5-1e7e-43b2-96fb-c08f4f09ebdc
ModelName:Vfw0f684fc59c58.compute.nodes.heat.vsn
ModelUuid:5947bfaf-6d7b-4d35-96d9-f086dc55a4b6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e6f0b2e9-0be3-4d29-b13a-fbdcdd190eb1
ModelInvariantUuid:4a0b7ac0-1bbb-4942-a2d3-6b1729f5c861
ModelName:vFW 0f684fc5-9c58-nodes.vpgCvfc
ModelUuid:cdc5fecb-30bf-4b6e-9692-12e7f7d5c939
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:024cb275-f5c4-4941-ba6e-eaaf6fe67ab5
ModelInvariantUuid:deee3095-df9a-4c2f-ad36-9af1a0dac7da
ModelName:Vfw0f684fc59c58.compute.nodes.heat.vpg
ModelUuid:a71346ca-0f28-4134-8a6e-196d04ca857c
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-16T04:20:37.386Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a9d9641-4d3a-4082-aa73-620a2bcaa5d6
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-16T04:20:37.587Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||vFW 0f684fc5-9c58 0
2022-06-16T04:20:37.600Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a9d9641-4d3a-4082-aa73-620a2bcaa5d6
2022-06-16T04:20:37.601Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9ba0adbb-de0c-4283-b609-a490e8ee70b3 from URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json
2022-06-16T04:20:37.601Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-16T04:20:37.601Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json
2022-06-16T04:20:37.667Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-16T04:20:37.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json 9ba0adbb-de0c-4283-b609-a490e8ee70b3 785
2022-06-16T04:20:37.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json ASDC sendASDCNotification
2022-06-16T04:20:37.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json
2022-06-16T04:20:37.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:20:37.671Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:37.678Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:37.680Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353237670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:37.779Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-16T04:20:37.781Z||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-16T04:20:37.781Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:37.808Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:37.809Z||pool-11-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:20:38.686Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f684fc59c58..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f495663c-b348-4fe7-be74-7418111ceef7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3b2d5c64-8e6e-4850-bbb2-ba2c82161851",
"vfModuleModelCustomizationUUID": "7d6f7e5c-5912-40f6-afa8-1d5924a3bb38",
"isBase": true,
"artifacts": [
"6f093e3c-8e56-4ec8-abe5-caa78b149af7",
"eee485e5-9b77-4a21-9d61-b0c52bd68472"
],
"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-16T04:20:38.727Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f684fc59c58..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b2d5c64-8e6e-4850-bbb2-ba2c82161851
VfModuleModelInvariantUUID:f495663c-b348-4fe7-be74-7418111ceef7
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f093e3c-8e56-4ec8-abe5-caa78b149af7
,
eee485e5-9b77-4a21-9d61-b0c52bd68472
}
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-16T04:20:38.736Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f684fc59c58..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f495663c-b348-4fe7-be74-7418111ceef7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3b2d5c64-8e6e-4850-bbb2-ba2c82161851",
"vfModuleModelCustomizationUUID": "7d6f7e5c-5912-40f6-afa8-1d5924a3bb38",
"isBase": true,
"artifacts": [
"6f093e3c-8e56-4ec8-abe5-caa78b149af7",
"eee485e5-9b77-4a21-9d61-b0c52bd68472"
],
"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-16T04:20:38.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f684fc59c58..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b2d5c64-8e6e-4850-bbb2-ba2c82161851
VfModuleModelInvariantUUID:f495663c-b348-4fe7-be74-7418111ceef7
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f093e3c-8e56-4ec8-abe5-caa78b149af7
,
eee485e5-9b77-4a21-9d61-b0c52bd68472
}
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-16T04:20:38.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6f093e3c-8e56-4ec8-abe5-caa78b149af7 from URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml
2022-06-16T04:20:38.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-16T04:20:38.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml
2022-06-16T04:20:38.837Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-16T04:20:38.839Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml 6f093e3c-8e56-4ec8-abe5-caa78b149af7 20368
2022-06-16T04:20:38.840Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T04:20:38.840Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml
2022-06-16T04:20:38.840Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:20:38.841Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:38.844Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:38.844Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353238840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:38.961Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-06-16T04:20:38.963Z||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-16T04:20:38.963Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:38.985Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:38.986Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:20:39.849Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eee485e5-9b77-4a21-9d61-b0c52bd68472 from URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env
2022-06-16T04:20:39.850Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-16T04:20:39.850Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env
2022-06-16T04:20:39.905Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-16T04:20:39.906Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env eee485e5-9b77-4a21-9d61-b0c52bd68472 2098
2022-06-16T04:20:39.907Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T04:20:39.907Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env
2022-06-16T04:20:39.907Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:20:39.908Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:39.913Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:39.913Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353239907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:20:40.012Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:20:40.014Z||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-16T04:20:40.015Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:40.036Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:40.037Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:20:40.916Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 498165f5-449b-480c-b98f-a5c2dacf7d2a
2022-06-16T04:20:40.926Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f684fc5-9c58 0 6a9d9641-4d3a-4082-aa73-620a2bcaa5d6 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-16T04:20:41.002Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75f8ed64, org.onap.sdc.toscaparser.api.parameters.Input@703ba15f, org.onap.sdc.toscaparser.api.parameters.Input@7e11d38b, org.onap.sdc.toscaparser.api.parameters.Input@4c7bc730, org.onap.sdc.toscaparser.api.parameters.Input@7eda8016]
2022-06-16T04:20:41.009Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.009Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:41.010Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-16T04:20:41.010Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f1597e54-74e9-4961-8f60-8851f8c68178
2022-06-16T04:20:41.010Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1597e54-74e9-4961-8f60-8851f8c68178 matches Tosca VF Customization UUID: f1597e54-74e9-4961-8f60-8851f8c68178
2022-06-16T04:20:41.010Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f1597e54-74e9-4961-8f60-8851f8c68178 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-16T04:20:41.031Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.032Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:41.037Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f1597e54-74e9-4961-8f60-8851f8c68178: {\"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-16T04:20:41.038Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bde8546
2022-06-16T04:20:41.038Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.039Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T04:20:41.040Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d6f7e5c-5912-40f6-afa8-1d5924a3bb38
2022-06-16T04:20:41.042Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d6f7e5c-5912-40f6-afa8-1d5924a3bb38
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-16T04:20:41.051Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.052Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:41.053Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:20:41.054Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.055Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:41.055Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:20:41.056Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.056Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria
2022-06-16T04:20:41.057Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T04:20:41.057Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T04:20:41.058Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T04:20:41.058Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T04:20:41.058Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T04:20:41.059Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:41.059Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:41.060Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T04:20:41.060Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:41.061Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T04:20:41.061Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:41.062Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9bce7f1e-3d81-42fb-976b-f71924b5f5cf
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-16T04:20:41.074Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:41.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:20:41.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.076Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria
2022-06-16T04:20:41.077Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T04:20:41.077Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T04:20:41.078Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T04:20:41.078Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:41.079Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:41.079Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:41.079Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T04:20:41.080Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T04:20:41.080Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T04:20:41.081Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:41.081Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T04:20:41.082Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:41.082Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d48d129c-5cd2-4075-9559-c69ef49ba539
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-16T04:20:41.088Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.089Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:41.090Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:20:41.095Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.096Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria
2022-06-16T04:20:41.097Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T04:20:41.097Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T04:20:41.098Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T04:20:41.099Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:41.099Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:41.100Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T04:20:41.100Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T04:20:41.101Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T04:20:41.101Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T04:20:41.102Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T04:20:41.102Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T04:20:41.103Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T04:20:41.104Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e6f0b2e9-0be3-4d29-b13a-fbdcdd190eb1
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-16T04:20:41.109Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.110Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:41.110Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:20:41.111Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.111Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria
2022-06-16T04:20:41.112Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=f1597e54-74e9-4961-8f60-8851f8c68178
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-16T04:20:41.117Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.117Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:41.118Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 498165f5-449b-480c-b98f-a5c2dacf7d2a: vFW 0f684fc5-9c58
2022-06-16T04:20:41.119Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.119Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:41.120Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.120Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:41.121Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.121Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:41.122Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.123Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:41.123Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:20:41.124Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:20:41.124Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-16 04-18-53
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-16T04:20:41.759Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f684fc5-9c58 6a9d9641-4d3a-4082-aa73-620a2bcaa5d6 1 ASDC deployResourceStructure
2022-06-16T04:20:41.760Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json ASDC sendASDCNotification
2022-06-16T04:20:41.760Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json
2022-06-16T04:20:41.760Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T04:20:41.761Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:41.763Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:41.764Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353241760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T04:20:41.864Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:20:41.866Z||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-16T04:20:41.866Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:41.884Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:41.885Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:20:42.765Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T04:20:42.766Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml
2022-06-16T04:20:42.766Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T04:20:42.766Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:42.773Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:42.774Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353242765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-16T04:20:42.873Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-16T04:20:42.876Z||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-16T04:20:42.877Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:42.897Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:42.898Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:20:43.775Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T04:20:43.775Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env
2022-06-16T04:20:43.775Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T04:20:43.787Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:43.790Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:43.791Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353243775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-16T04:20:43.891Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:20:43.892Z||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-16T04:20:43.893Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:43.915Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:43.917Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:20:44.793Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar ASDC sendASDCNotification
2022-06-16T04:20:44.794Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar
2022-06-16T04:20:44.794Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T04:20:44.798Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:20:44.811Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:20:44.813Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353244793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:20:44.911Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-16T04:20:44.913Z||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-16T04:20:44.914Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:20:44.940Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:20:44.942Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:20:45.823Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:20:45.873Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:20:45.880Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:20:45.880Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:20:45.881Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:21:15.882Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:21:15.912Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:21:15.918Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:21:15.918Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:21:15.919Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:21:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:21:19.683Z||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-16T04:21:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:21:19.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:21:19.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:21:19.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353218596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:21:19.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:21:45.920Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:21:45.950Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:21:45.959Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:21:45.960Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:21:45.960Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:22:15.961Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:22:15.983Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:22:15.990Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:22:15.990Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:22:15.990Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:22:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:22:19.682Z||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-16T04:22:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:22:20.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:22:20.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:22:20.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353218328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:22:20.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353219709,
"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-16T04:22:20.247Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7
2022-06-16T04:22:20.247Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-16T04:22:20.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:22:20.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353218328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:22:20.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353220717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T04:22:20.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:22:20.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353218328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:22:20.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353222055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:22:20.279Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:22:20.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353218328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:22:20.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353223061,
"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-16T04:22:20.294Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7
2022-06-16T04:22:20.295Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-16T04:22:20.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-16T04:22:20.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353218328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:22:20.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:22:20.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353218328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:22:20.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353219675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:22:20.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353228133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:22:20.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353234472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:22:20.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "aai-ml",
"timestamp": 1655353235478,
"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-16T04:22:20.335Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7
2022-06-16T04:22:20.336Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-16T04:22:20.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353236386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:22:20.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353237670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:22:20.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353237527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:22:20.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353238840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:22:20.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "clamp",
"timestamp": 1655353238534,
"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-16T04:22:20.363Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7
2022-06-16T04:22:20.364Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-16T04:22:20.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353239907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:22:20.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353241760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T04:22:20.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353242765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-16T04:22:20.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353243775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-16T04:22:20.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353244793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:22:20.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:22:45.991Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:22:46.024Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:22:46.042Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:22:46.044Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:22:46.044Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:22:46.044Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:22:46.044Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-16T04:22:46.073Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-16T04:23:16.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-16T04:23:16.094Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 and serviceModelVersionId: 498165f5-449b-480c-b98f-a5c2dacf7d2a
2022-06-16T04:23:16.095Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 370c561a-53ae-4c03-9909-66f610195cdc
2022-06-16T04:23:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:23:19.683Z||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-16T04:23:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:23:29.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:23:41.045Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0
2022-06-16T04:23:41.228Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T04:23:42.202Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|INFO|500||Invoke
2022-06-16T04:23:42.218Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93aa7e94-c537-4404-94fc-c290e3c2a2f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0dd6c746-7f49-45cb-b340-dc0b1061bc71], X-ECOMP-RequestID=[93aa7e94-c537-4404-94fc-c290e3c2a2f7], X-TransactionId=[], X-ONAP-RequestID=[93aa7e94-c537-4404-94fc-c290e3c2a2f7], Content-Type=[application/merge-patch+json]}
2022-06-16T04:23:42.453Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-16T04:23:42.659Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?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/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220616-04:23:41:146-54789], vertex-id=[168048], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:23:41 GMT], Content-Type=[application/json]}
2022-06-16T04:23:42.661Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T04:23:42.662Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|INFO|500||InvokeReturn
2022-06-16T04:23:42.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T04:23:42.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-16T04:23:42.680Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||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-16T04:23:42.683Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93aa7e94-c537-4404-94fc-c290e3c2a2f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-16T04:23:42.686Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-16T04:23:42.687Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:23:42.692Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:23:42.693Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353422683,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-16T04:23:42.793Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:23:42.794Z||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-16T04:23:42.794Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:23:42.812Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:23:42.813Z||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-16T04:23:43.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:23:43.739Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-16T04:23:43.739Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:23:54.019Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:23:54.020Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:23:54.021Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-16T04:23:54.021Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:24:03.566Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:24:03.569Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:24:03.573Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-16T04:24:03.573Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:24:13.172Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:24:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:24:19.682Z||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-16T04:24:19.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:24:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:24:19.682Z||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-16T04:24:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:24:20.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:24:20.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:24:20.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353422683,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-16T04:24:20.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:24:29.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:19.675Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:25:19.677Z||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-16T04:25:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:25:19.682Z||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-16T04:25:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:20.330Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:20.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb1e7c67-1c62-451b-9354-849872127ea4","serviceName":"basic_onboard_MPwJjQ","serviceVersion":"1.0","serviceUUID":"f6e519b8-a61d-440a-9122-e18086ebfd8b","serviceDescription":"service","serviceInvariantUUID":"d2ac173e-9c8e-47b8-8298-6fa00110682a","resources":[{"resourceInstanceName":"basic_onboard_MPwJjQ 0","resourceName":"basic_onboard_MPwJjQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e8f2fe1-e739-4146-931a-ffbbeaed9c9b","resourceInvariantUUID":"32d197b0-7ca7-47fe-b809-199548bd15df","resourceCustomizationUUID":"890287b9-7f40-4ec0-9a5a-46d11aed5a61","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml","artifactChecksum":"MmE0MmMxNzA3NDNmYjIwZTliMjViMjQ1YjUxNDc2NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5f06c35-aa01-4e77-a01a-e8d5fd9e7ff8","artifactVersion":"1"},{"artifactName":"basic_onboard_mpwjjq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json","artifactChecksum":"NGEyMjdkZTNiZjMwYzI2YzM1OTJiY2M0NGM3OWM5NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cec61536-a044-4f47-94e7-ea32b2636c6a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48c126db-bbaa-434a-a2bb-2c7367679d66","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e8a7aed-2e43-41d4-a407-13857aee6fe9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"04f3d761-89b9-44d9-ba1f-20bd1d268e09","artifactVersion":"2","generatedFromUUID":"48c126db-bbaa-434a-a2bb-2c7367679d66"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMpwjjq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml","artifactChecksum":"YWFjMjRkZWQ2OTkxOWY0OGE1NTY4OWIxZTZlZGUxN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c469dd1c-6d86-470f-91e4-e93bd6598329","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMpwjjq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar","artifactChecksum":"ZDExNjQ0ZDY1MDIzYzE0MDRjZmZiNTdlMTU2MDliODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"324d77ab-86d3-4713-b27b-cc2abee78879","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T04:25:20.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:20.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353464133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:25:20.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353472059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353468501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "cds",
"timestamp": 1655353470309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.350Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353472442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353464133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353472059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353468501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "cds",
"timestamp": 1655353470309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353472442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353464133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353472059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353468501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "cds",
"timestamp": 1655353470309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353472442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353464133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353472059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.357Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.357Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353468501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "cds",
"timestamp": 1655353470309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353472442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353464133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353472059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353468501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "cds",
"timestamp": 1655353470309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353472442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353464133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353472059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353468501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "cds",
"timestamp": 1655353470309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353472442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353472059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655353464133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353468501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "cds",
"timestamp": 1655353470309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353472442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353478646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353480112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:20.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353479383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:20.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "cds",
"timestamp": 1655353480484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:20.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353480249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:20.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353478646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353480442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:20.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "cds",
"timestamp": 1655353481495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-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-16T04:25:20.416Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4
2022-06-16T04:25:20.419Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-16T04:25:20.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353481256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:25:20.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353478646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353481498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:20.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "policy-id",
"timestamp": 1655353482261,
"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-16T04:25:20.455Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4
2022-06-16T04:25:20.455Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 and ComponentName POLICY
2022-06-16T04:25:20.473Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-06-16T04:25:20.475Z||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-16T04:25:20.476Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-16T04:25:20.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353478646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353482554,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-06-16T04:25:20.495Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:20.497Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T04:25:20.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4
2022-06-16T04:25:20.523Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-16T04:25:20.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353478646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655353483570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T04:25:20.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353478646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353478646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353486423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:20.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353488328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353489156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:25:20.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353488328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655353490166,
"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-16T04:25:20.578Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4
2022-06-16T04:25:20.578Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-16T04:25:20.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353488328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353491749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:25:20.610Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353488328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "aai-ml",
"timestamp": 1655353492753,
"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-16T04:25:20.618Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4
2022-06-16T04:25:20.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-16T04:25:20.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353488328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353488328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:20.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353488328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:25:20.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:25:20.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353506459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:20.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353507495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:25:20.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:25:20.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:25:20.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "clamp",
"timestamp": 1655353508502,
"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-16T04:25:20.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4
2022-06-16T04:25:20.646Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-16T04:25:21.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:25:21.360Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:21.362Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:21.363Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:25:21.463Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:25:21.465Z||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-16T04:25:21.465Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:21.481Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:21.482Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:25:22.365Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:25:22.367Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:22.373Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:22.374Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:25:22.475Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T04:25:22.476Z||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-16T04:25:22.476Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:22.497Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:22.498Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:25:23.374Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:25:23.375Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:23.381Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:23.381Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:23.480Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:25:23.482Z||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-16T04:25:23.483Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:23.538Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:23.539Z||pool-22-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:25:24.383Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:25:24.384Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:24.393Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:24.393Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-16T04:25:24.490Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-16T04:25:24.492Z||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-16T04:25:24.493Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:24.512Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:24.515Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:25:25.394Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:25:25.395Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:25.398Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:25.399Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:25:25.503Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-16T04:25:25.504Z||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-16T04:25:25.504Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:25.519Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:25.520Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:25:26.400Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:25:26.401Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:26.404Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:26.405Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:25:26.509Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-16T04:25:26.510Z||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-16T04:25:26.511Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:26.527Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:26.528Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:25:27.407Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"serviceName": "basic_onboard_MPwJjQ",
"serviceVersion": "1.0",
"serviceUUID": "f6e519b8-a61d-440a-9122-e18086ebfd8b",
"serviceDescription": "service",
"serviceInvariantUUID": "d2ac173e-9c8e-47b8-8298-6fa00110682a",
"resources": [
{
"resourceInstanceName": "basic_onboard_MPwJjQ 0",
"resourceCustomizationUUID": "890287b9-7f40-4ec0-9a5a-46d11aed5a61",
"resourceName": "basic_onboard_MPwJjQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3e8f2fe1-e739-4146-931a-ffbbeaed9c9b",
"resourceInvariantUUID": "32d197b0-7ca7-47fe-b809-199548bd15df",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mpwjjq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"artifactChecksum": "NGEyMjdkZTNiZjMwYzI2YzM1OTJiY2M0NGM3OWM5NzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cec61536-a044-4f47-94e7-ea32b2636c6a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "48c126db-bbaa-434a-a2bb-2c7367679d66",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "04f3d761-89b9-44d9-ba1f-20bd1d268e09",
"generatedFromUUID": "48c126db-bbaa-434a-a2bb-2c7367679d66"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "04f3d761-89b9-44d9-ba1f-20bd1d268e09",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMpwjjq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"artifactChecksum": "ZDExNjQ0ZDY1MDIzYzE0MDRjZmZiNTdlMTU2MDliODQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "324d77ab-86d3-4713-b27b-cc2abee78879"
}
],
"workloadContext": "Production"
}
2022-06-16T04:25:27.410Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T04:25:27.410Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6e519b8-a61d-440a-9122-e18086ebfd8b ASDC
2022-06-16T04:25:27.412Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fb1e7c67-1c62-451b-9354-849872127ea4
ServiceName:basic_onboard_MPwJjQ
ServiceVersion:1.0
ServiceUUID:f6e519b8-a61d-440a-9122-e18086ebfd8b
ServiceInvariantUUID:d2ac173e-9c8e-47b8-8298-6fa00110682a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMpwjjq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar
ArtifactUUID:324d77ab-86d3-4713-b27b-cc2abee78879
ArtifactChecksum:ZDExNjQ0ZDY1MDIzYzE0MDRjZmZiNTdlMTU2MDliODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MPwJjQ 0
ResourceCustomizationUUID:890287b9-7f40-4ec0-9a5a-46d11aed5a61
ResourceInvariantUUID:32d197b0-7ca7-47fe-b809-199548bd15df
ResourceName:basic_onboard_MPwJjQ
ResourceType:VF
ResourceUUID:3e8f2fe1-e739-4146-931a-ffbbeaed9c9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mpwjjq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json
ArtifactUUID:cec61536-a044-4f47-94e7-ea32b2636c6a
ArtifactChecksum:NGEyMjdkZTNiZjMwYzI2YzM1OTJiY2M0NGM3OWM5NzQ=
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/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:48c126db-bbaa-434a-a2bb-2c7367679d66
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/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env
ArtifactUUID:04f3d761-89b9-44d9-ba1f-20bd1d268e09
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/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env
ArtifactUUID:04f3d761-89b9-44d9-ba1f-20bd1d268e09
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-16T04:25:27.413Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6e519b8-a61d-440a-9122-e18086ebfd8b 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-16T04:25:27.476Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T04:25:27.477Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T04:25:27.478Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T04:25:27.478Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 324d77ab-86d3-4713-b27b-cc2abee78879 from URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:27.478Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T04:25:27.479Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:27.575Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T04:25:27.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar 324d77ab-86d3-4713-b27b-cc2abee78879 71592
2022-06-16T04:25:27.581Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar ASDC sendASDCNotification
2022-06-16T04:25:27.582Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:27.582Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:25:27.583Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:27.593Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:27.605Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353527581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:27.686Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-16T04:25:27.688Z||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-16T04:25:27.688Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:27.710Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:27.711Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:25:28.606Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T04:25:28.607Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T04:25:28.607Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 324d77ab-86d3-4713-b27b-cc2abee78879, URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar to file: /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:28.608Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:28.610Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:28.610Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:28.969Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7020509260960581614/Definitions/service-BasicOnboardMpwjjq-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-16T04:25:31.578Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T04:25:31.579Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T04:25:31.579Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.579Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-16T04:25:31.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MPwJjQ 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-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.581Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.581Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.581Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.582Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.582Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.583Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:31.583Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T04:25:31.583Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.584Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:31.584Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria
2022-06-16T04:25:31.585Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T04:25:31.585Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T04:25:31.586Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.587Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:31.587Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria
2022-06-16T04:25:31.588Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T04:25:31.588Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T04:25:31.589Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:31.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.591Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is not matching search criteria
2022-06-16T04:25:31.592Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-16T04:25:31.592Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-16T04:25:31.593Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-16T04:25:31.593Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-16T04:25:31.594Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T04:25:31.594Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.595Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T04:25:31.596Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.598Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria
2022-06-16T04:25:31.598Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:25:31.599Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.600Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria
2022-06-16T04:25:31.600Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:25:31.601Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.601Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria
2022-06-16T04:25:31.602Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:25:31.603Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.603Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is not matching search criteria
2022-06-16T04:25:31.604Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-16T04:25:31.604Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-16T04:25:31.605Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18102b19-2e05-4711-b5d5-32dcde5c3e16
2022-06-16T04:25:31.606Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.606Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:31.607Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.607Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:31.608Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.608Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:31.609Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:31.611Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:31.615Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_MPwJjQ
Description:service
Model UUID:f6e519b8-a61d-440a-9122-e18086ebfd8b
Model Version:NULL
Model InvariantUuid:d2ac173e-9c8e-47b8-8298-6fa00110682a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_MPwJjQ
Model UUID:5859184b-933d-4392-b860-8642abe6c20f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:32d197b0-7ca7-47fe-b809-199548bd15df
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:890287b9-7f40-4ec0-9a5a-46d11aed5a61
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:21578aaa-3833-44dc-978d-5c8dbd64dd2e
ModelName:BasicOnboardMpwjjq..base_ubuntu18..module-0
ModelUuid:597fec00-3d3e-4e82-9bd2-9b932353bf26
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:18102b19-2e05-4711-b5d5-32dcde5c3e16
ModelInvariantUuid:a26c5b46-f01d-4c41-9f9b-ab8c6a71b3a4
ModelName:basic_onboard_MPwJjQ-nodes.ubuntu18Cvfc
ModelUuid:2df085a8-7a07-4908-a26f-50cb85627897
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3f64d2fe-af2f-4e9b-bca5-e7760064c96c
ModelInvariantUuid:8e42faed-f8dc-4108-9833-11d51dec9856
ModelName:BasicOnboardMpwjjq.compute.nodes.heat.ubuntu18
ModelUuid:172f1898-72fc-4d2a-af12-f0fc6addb6b0
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-16T04:25:31.642Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e8f2fe1-e739-4146-931a-ffbbeaed9c9b
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-16T04:25:31.650Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||basic_onboard_MPwJjQ 0
2022-06-16T04:25:31.651Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e8f2fe1-e739-4146-931a-ffbbeaed9c9b
2022-06-16T04:25:31.651Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cec61536-a044-4f47-94e7-ea32b2636c6a from URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json
2022-06-16T04:25:31.651Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T04:25:31.651Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json
2022-06-16T04:25:31.849Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T04:25:31.850Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json cec61536-a044-4f47-94e7-ea32b2636c6a 798
2022-06-16T04:25:31.850Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json ASDC sendASDCNotification
2022-06-16T04:25:31.850Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json
2022-06-16T04:25:31.851Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:25:31.851Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:31.855Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:31.856Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353531850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:31.956Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:25:31.966Z||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-16T04:25:31.966Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:32.007Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:32.009Z||pool-27-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:25:32.857Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMpwjjq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "21578aaa-3833-44dc-978d-5c8dbd64dd2e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "597fec00-3d3e-4e82-9bd2-9b932353bf26",
"vfModuleModelCustomizationUUID": "5ab31c5d-3bac-4667-be46-b6a83d67efa7",
"isBase": true,
"artifacts": [
"48c126db-bbaa-434a-a2bb-2c7367679d66",
"04f3d761-89b9-44d9-ba1f-20bd1d268e09"
],
"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-16T04:25:32.871Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMpwjjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:597fec00-3d3e-4e82-9bd2-9b932353bf26
VfModuleModelInvariantUUID:21578aaa-3833-44dc-978d-5c8dbd64dd2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
48c126db-bbaa-434a-a2bb-2c7367679d66
,
04f3d761-89b9-44d9-ba1f-20bd1d268e09
}
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-16T04:25:32.877Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMpwjjq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "21578aaa-3833-44dc-978d-5c8dbd64dd2e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "597fec00-3d3e-4e82-9bd2-9b932353bf26",
"vfModuleModelCustomizationUUID": "5ab31c5d-3bac-4667-be46-b6a83d67efa7",
"isBase": true,
"artifacts": [
"48c126db-bbaa-434a-a2bb-2c7367679d66",
"04f3d761-89b9-44d9-ba1f-20bd1d268e09"
],
"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-16T04:25:32.877Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMpwjjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:597fec00-3d3e-4e82-9bd2-9b932353bf26
VfModuleModelInvariantUUID:21578aaa-3833-44dc-978d-5c8dbd64dd2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
48c126db-bbaa-434a-a2bb-2c7367679d66
,
04f3d761-89b9-44d9-ba1f-20bd1d268e09
}
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-16T04:25:32.877Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 48c126db-bbaa-434a-a2bb-2c7367679d66 from URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml
2022-06-16T04:25:32.877Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T04:25:32.878Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml
2022-06-16T04:25:32.976Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T04:25:32.977Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml 48c126db-bbaa-434a-a2bb-2c7367679d66 5033
2022-06-16T04:25:32.978Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-16T04:25:32.979Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml
2022-06-16T04:25:32.979Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:25:32.979Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:32.982Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:32.983Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353532977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:33.083Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:25:33.084Z||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-16T04:25:33.084Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:33.106Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:33.107Z||pool-28-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:25:33.984Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04f3d761-89b9-44d9-ba1f-20bd1d268e09 from URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env
2022-06-16T04:25:33.992Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T04:25:33.999Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env
2022-06-16T04:25:34.056Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T04:25:34.071Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env 04f3d761-89b9-44d9-ba1f-20bd1d268e09 909
2022-06-16T04:25:34.071Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-16T04:25:34.072Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env
2022-06-16T04:25:34.072Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:25:34.073Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:34.079Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:34.080Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353534071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:25:34.179Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-16T04:25:34.180Z||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-16T04:25:34.180Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:34.210Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:34.212Z||pool-29-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:25:35.082Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f6e519b8-a61d-440a-9122-e18086ebfd8b
2022-06-16T04:25:35.083Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MPwJjQ 0 3e8f2fe1-e739-4146-931a-ffbbeaed9c9b 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-16T04:25:35.116Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40eca218, org.onap.sdc.toscaparser.api.parameters.Input@4e355538, org.onap.sdc.toscaparser.api.parameters.Input@1b50af45, org.onap.sdc.toscaparser.api.parameters.Input@70aa36a, org.onap.sdc.toscaparser.api.parameters.Input@22d33df1]
2022-06-16T04:25:35.124Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.125Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:35.126Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-16T04:25:35.127Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 890287b9-7f40-4ec0-9a5a-46d11aed5a61
2022-06-16T04:25:35.127Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 890287b9-7f40-4ec0-9a5a-46d11aed5a61 matches Tosca VF Customization UUID: 890287b9-7f40-4ec0-9a5a-46d11aed5a61
2022-06-16T04:25:35.128Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 890287b9-7f40-4ec0-9a5a-46d11aed5a61 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-16T04:25:35.135Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.137Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:35.139Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 890287b9-7f40-4ec0-9a5a-46d11aed5a61: {\"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-16T04:25:35.139Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@adc7c9b
2022-06-16T04:25:35.140Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.143Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T04:25:35.144Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ab31c5d-3bac-4667-be46-b6a83d67efa7
2022-06-16T04:25:35.145Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ab31c5d-3bac-4667-be46-b6a83d67efa7
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-16T04:25:35.156Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.157Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria
2022-06-16T04:25:35.157Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:25:35.158Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.158Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria
2022-06-16T04:25:35.158Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:25:35.159Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.159Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is not matching search criteria
2022-06-16T04:25:35.160Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-16T04:25:35.160Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-16T04:25:35.160Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18102b19-2e05-4711-b5d5-32dcde5c3e16
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-16T04:25:35.170Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.171Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria
2022-06-16T04:25:35.171Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:25:35.171Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.172Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria
2022-06-16T04:25:35.172Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=890287b9-7f40-4ec0-9a5a-46d11aed5a61
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-16T04:25:35.175Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.176Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:35.176Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f6e519b8-a61d-440a-9122-e18086ebfd8b: basic_onboard_MPwJjQ
2022-06-16T04:25:35.176Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.177Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:35.177Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.177Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:35.177Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_MPwJjQ
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-16T04:25:35.499Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MPwJjQ 3e8f2fe1-e739-4146-931a-ffbbeaed9c9b 1 ASDC deployResourceStructure
2022-06-16T04:25:35.500Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json ASDC sendASDCNotification
2022-06-16T04:25:35.500Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json
2022-06-16T04:25:35.500Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T04:25:35.500Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:35.508Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:35.509Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353535500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T04:25:35.615Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-16T04:25:35.617Z||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-16T04:25:35.617Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:35.668Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:35.669Z||pool-30-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:25:36.510Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-16T04:25:36.511Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml
2022-06-16T04:25:36.511Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T04:25:36.512Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:36.516Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:36.516Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353536510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-16T04:25:36.617Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:25:36.618Z||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-16T04:25:36.618Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:36.658Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:36.661Z||pool-31-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:25:37.522Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-16T04:25:37.522Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env
2022-06-16T04:25:37.522Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T04:25:37.523Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:37.527Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:37.528Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353537522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-16T04:25:37.627Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:25:37.630Z||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-16T04:25:37.631Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:37.678Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:37.679Z||pool-32-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:25:38.529Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar ASDC sendASDCNotification
2022-06-16T04:25:38.529Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar
2022-06-16T04:25:38.530Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T04:25:38.530Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:25:38.533Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:25:38.533Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353538528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:25:38.633Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:25:38.635Z||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-16T04:25:38.636Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:25:38.661Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:25:38.663Z||pool-33-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:25:39.535Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb1e7c67-1c62-451b-9354-849872127ea4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:25:39.567Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb1e7c67-1c62-451b-9354-849872127ea4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:25:39.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:25:39.584Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T04:25:39.585Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-16T04:25:39.586Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-16T04:25:39.587Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:25:39.589Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-16T04:25:39.601Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-16T04:26:09.603Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb1e7c67-1c62-451b-9354-849872127ea4 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-16T04:26:09.615Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb1e7c67-1c62-451b-9354-849872127ea4 and serviceModelVersionId: f6e519b8-a61d-440a-9122-e18086ebfd8b
2022-06-16T04:26:09.615Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2ac173e-9c8e-47b8-8298-6fa00110682a
2022-06-16T04:26:09.617Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0
2022-06-16T04:26:09.624Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T04:26:09.857Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?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-16T04:26:09.859Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0|INFO|500||Invoke
2022-06-16T04:26:09.944Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-16T04:26:10.131Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0|INFO|500||InvokeReturn
2022-06-16T04:26:10.132Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-04:26:08:628-10070], vertex-id=[208896], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:26:08 GMT], Content-Type=[application/json]}
2022-06-16T04:26:10.132Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-16T04:26:10.132Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T04:26:10.132Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-16T04:26:10.153Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-16T04:26:10.153Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb1e7c67-1c62-451b-9354-849872127ea4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-16T04:26:10.154Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-16T04:26:10.154Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:26:10.159Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:26:10.160Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353570154,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-16T04:26:10.258Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-16T04:26:10.260Z||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-16T04:26:10.260Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:26:10.336Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:26:10.337Z||pool-34-thread-1|||||INFO|500||cambria reply ok (78 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-16T04:26:19.675Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:26:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-16T04:26:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:26:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:26:19.682Z||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-16T04:26:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:26:19.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:26:19.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-16T04:26:19.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:26:19.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-16T04:26:29.223Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:27:19.675Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:27:19.676Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-16T04:27:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:27:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:27:19.682Z||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-16T04:27:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:27:20.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:27:20.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:27:20.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-16T04:27:20.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:27:20.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-16T04:27:20.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:27:20.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-16T04:27:20.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-16T04:27:20.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-16T04:27:20.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:27:20.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-16T04:27:20.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353519675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:27:20.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-16T04:27:20.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353527581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:27:20.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:27:20.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353531850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:27:20.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:27:20.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353532977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:27:20.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:27:20.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353534071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:27:20.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:27:20.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353535500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T04:27:20.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:27:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353536510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-16T04:27:20.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:27:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353537522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-16T04:27:20.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:27:20.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353538528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:27:20.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:27:20.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-16T04:27:20.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655353570154,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-16T04:27:20.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:27:29.241Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:28:19.675Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:28:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-16T04:28:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:28:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:28:19.683Z||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-16T04:28:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:28:29.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:28:29.237Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:29:19.675Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:29:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:29:19.682Z||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-16T04:29:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:29:19.685Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-16T04:29:19.686Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:29:29.278Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:29:29.282Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:30:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:30:19.678Z||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-16T04:30:19.679Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:30:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:30:19.682Z||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-16T04:30:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:30:29.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:30:29.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:31:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:31:19.677Z||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-16T04:31:19.677Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:31:19.681Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:31:19.681Z||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-16T04:31:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:31:29.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:31:29.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:32:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:32:19.678Z||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-16T04:32:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:32:19.681Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:32:19.682Z||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-16T04:32:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:32:29.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:32:29.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:33:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:33:19.677Z||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-16T04:33:19.678Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:33:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:33:19.682Z||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-16T04:33:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:33:29.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:33:29.261Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:34:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:34:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:34:19.676Z||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-16T04:34:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:34:19.683Z||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-16T04:34:19.684Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:34:20.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:34:20.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655354048501,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:34:20.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-16T04:34:20.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354048646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:34:20.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "cds",
"timestamp": 1655354055309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:34:20.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "policy-id",
"timestamp": 1655354052442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:34:20.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354048646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:34:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-16T04:34:20.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655354048501,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:34:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-16T04:34:20.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "cds",
"timestamp": 1655354055309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:34:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-16T04:34:20.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "policy-id",
"timestamp": 1655354052442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:34:20.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-16T04:34:20.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354057958,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:34:20.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:34:20.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "cds",
"timestamp": 1655354058948,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:34:20.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:34:20.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "policy-id",
"timestamp": 1655354058562,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:34:20.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:34:20.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "clamp",
"timestamp": 1655354058327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:34:20.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-16T04:34:20.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:34:20.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-16T04:34:20.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d17e876-3f2b-42af-a1e3-a3e341da403d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"925a4e34-cfa6-49c0-8fb0-06a4b40be437","serviceDescription":"service","serviceInvariantUUID":"b90c0dc3-33d4-451a-a045-6f9b0d560a28","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"75b618ae-656f-4407-aa6d-433fb016cdba","resourceInvariantUUID":"acdf22db-1976-4998-9765-f0b229ea15b7","resourceCustomizationUUID":"0901c8a8-a335-472c-b8d9-1053eea1e6f3","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":"MDdkNGVjZjY5Y2FiYmQyNWIyMWMzODlmOTVkNGEwNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ea08f5b-5cfe-4445-acf8-f7fd3bca57b7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDM0MzY2OWJlZjAyYjIxNTZmYTkxOGMyNDE5NzdjODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7daaefe2-7b07-498e-be28-cc87a11d7d90","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T04:34:20.345Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:34:20.346Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:34:20.353Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:34:20.353Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354059675,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:34:20.457Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-16T04:34:20.458Z||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-16T04:34:20.458Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:34:20.523Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:34:20.524Z||pool-35-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:34:21.354Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:34:21.355Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:34:21.359Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:34:21.359Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354059675,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:34:21.459Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:34:21.460Z||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-16T04:34:21.461Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:34:21.491Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:34:21.491Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:34:22.361Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "925a4e34-cfa6-49c0-8fb0-06a4b40be437",
"serviceDescription": "service",
"serviceInvariantUUID": "b90c0dc3-33d4-451a-a045-6f9b0d560a28",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "0901c8a8-a335-472c-b8d9-1053eea1e6f3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "75b618ae-656f-4407-aa6d-433fb016cdba",
"resourceInvariantUUID": "acdf22db-1976-4998-9765-f0b229ea15b7",
"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": "NDM0MzY2OWJlZjAyYjIxNTZmYTkxOGMyNDE5NzdjODY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7daaefe2-7b07-498e-be28-cc87a11d7d90"
}
],
"workloadContext": "Production"
}
2022-06-16T04:34:22.361Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T04:34:22.362Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 925a4e34-cfa6-49c0-8fb0-06a4b40be437 ASDC
2022-06-16T04:34:22.363Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9d17e876-3f2b-42af-a1e3-a3e341da403d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:925a4e34-cfa6-49c0-8fb0-06a4b40be437
ServiceInvariantUUID:b90c0dc3-33d4-451a-a045-6f9b0d560a28
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:7daaefe2-7b07-498e-be28-cc87a11d7d90
ArtifactChecksum:NDM0MzY2OWJlZjAyYjIxNTZmYTkxOGMyNDE5NzdjODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0901c8a8-a335-472c-b8d9-1053eea1e6f3
ResourceInvariantUUID:acdf22db-1976-4998-9765-f0b229ea15b7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:75b618ae-656f-4407-aa6d-433fb016cdba
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-16T04:34:22.365Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 925a4e34-cfa6-49c0-8fb0-06a4b40be437 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-16T04:34:22.449Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T04:34:22.452Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-16T04:34:22.452Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-16T04:34:22.453Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7daaefe2-7b07-498e-be28-cc87a11d7d90 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-16T04:34:22.454Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-16T04:34:22.454Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-16T04:34:22.561Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-16T04:34:22.566Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7daaefe2-7b07-498e-be28-cc87a11d7d90 52511
2022-06-16T04:34:22.567Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-16T04:34:22.567Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-16T04:34:22.567Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:34:22.568Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:34:22.571Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:34:22.572Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354062567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:34:22.673Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-16T04:34:22.675Z||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-16T04:34:22.675Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:34:22.732Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:34:22.733Z||pool-37-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:34:23.572Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T04:34:23.574Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-16T04:34:23.575Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7daaefe2-7b07-498e-be28-cc87a11d7d90, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:23.575Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-16T04:34:23.576Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:23.576Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:23.908Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15759805065809527430/Definitions/service-BasicNetwork-template.yml
2022-06-16T04:34:25.217Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-16T04:34:25.220Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.220Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.220Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-16T04:34:25.221Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-16T04:34:25.221Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T04:34:25.221Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.221Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.223Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.223Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.223Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:925a4e34-cfa6-49c0-8fb0-06a4b40be437
Model Version:NULL
Model InvariantUuid:b90c0dc3-33d4-451a-a045-6f9b0d560a28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:acdf22db-1976-4998-9765-f0b229ea15b7
Model UUID:57b6b480-8214-4803-8ca2-380a6c230730
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:0901c8a8-a335-472c-b8d9-1053eea1e6f3
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-16T04:34:25.240Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 75b618ae-656f-4407-aa6d-433fb016cdba
2022-06-16T04:34:25.240Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||No resources found for Service: 925a4e34-cfa6-49c0-8fb0-06a4b40be437
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-16T04:34:25.251Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||
2022-06-16T04:34:25.251Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-16T04:34:25.254Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 925a4e34-cfa6-49c0-8fb0-06a4b40be437
2022-06-16T04:34:25.254Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 925a4e34-cfa6-49c0-8fb0-06a4b40be437
2022-06-16T04:34:25.255Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-16T04:34:25.255Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T04:34:25.269Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32ac100a, org.onap.sdc.toscaparser.api.parameters.Input@406bff6a, org.onap.sdc.toscaparser.api.parameters.Input@456de7e7, org.onap.sdc.toscaparser.api.parameters.Input@5eb7c9b5, org.onap.sdc.toscaparser.api.parameters.Input@cc9be29]
2022-06-16T04:34:25.271Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 925a4e34-cfa6-49c0-8fb0-06a4b40be437: Generic NeutronNet
2022-06-16T04:34:25.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-16T04:34:25.335Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.336Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.336Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.337Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.337Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:34:25.338Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T04:34:25.338Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-16T04:34:25.448Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-16T04:34:25.449Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-16T04:34:25.449Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-16T04:34:25.450Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T04:34:25.450Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:34:25.455Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:34:25.455Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354065449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:34:25.555Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:34:25.557Z||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-16T04:34:25.557Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:34:25.575Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:34:25.576Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:34:26.457Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:34:26.476Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:34:26.482Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:34:26.483Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:34:26.483Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:34:56.484Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:34:56.515Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:34:56.521Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:34:56.521Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:34:56.521Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:35:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:35:19.682Z||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-16T04:35:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:35:19.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:35:19.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:35:19.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "policy-id",
"timestamp": 1655354059568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:35:19.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:35:26.525Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:35:26.571Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:35:26.578Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:35:26.579Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:35:26.579Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:35:56.579Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:35:56.609Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:35:56.614Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:35:56.614Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:35:56.614Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:36:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:36:19.682Z||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-16T04:36:19.682Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:36:19.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:36:19.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-16T04:36:19.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "cds",
"timestamp": 1655354059964,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T04:36:19.780Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d
2022-06-16T04:36:19.782Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-16T04:36:26.615Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:36:26.631Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:36:26.642Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:36:26.643Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:36:26.643Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:36:56.643Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:36:56.679Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:36:56.684Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:36:56.684Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T04:36:56.685Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T04:37:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:37:19.683Z||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-16T04:37:19.683Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:37:19.740Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:37:19.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354059675,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "clamp",
"timestamp": 1655354058327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:37:19.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354059827,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:37:19.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:37:19.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "policy-id",
"timestamp": 1655354060572,
"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-16T04:37:19.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d
2022-06-16T04:37:19.759Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-16T04:37:19.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354059675,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:37:19.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354060831,
"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-16T04:37:19.793Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d
2022-06-16T04:37:19.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-16T04:37:19.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354062567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:37:19.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:37:19.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354065449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:37:19.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:37:19.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "ves-openapi-manager",
"timestamp": 1655354064133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "ves-openapi-manager",
"timestamp": 1655354064133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "aai-ml",
"timestamp": 1655354072059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "clamp",
"timestamp": 1655354072663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:37:19.810Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:37:19.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "aai-ml",
"timestamp": 1655354072059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:37:19.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "aai-ml",
"timestamp": 1655354074830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:37:19.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:37:19.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "clamp",
"timestamp": 1655354075661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:37:19.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:37:19.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "clamp",
"timestamp": 1655354076668,
"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-16T04:37:19.823Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d
2022-06-16T04:37:19.824Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-16T04:37:19.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "aai-ml",
"timestamp": 1655354080374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T04:37:19.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T04:37:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "aai-ml",
"timestamp": 1655354081379,
"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-16T04:37:19.849Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d
2022-06-16T04:37:19.850Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-16T04:37:19.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655354104133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655354108501,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354108646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "policy-id",
"timestamp": 1655354112442,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "cds",
"timestamp": 1655354115309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655354104133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655354108501,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-06-16T04:37:19.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354108646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "policy-id",
"timestamp": 1655354112442,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "cds",
"timestamp": 1655354115309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655354104133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655354108501,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-06-16T04:37:19.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354108646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "policy-id",
"timestamp": 1655354112442,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "cds",
"timestamp": 1655354115309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655354104133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354108646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655354108501,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:37:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "policy-id",
"timestamp": 1655354112442,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "cds",
"timestamp": 1655354115309,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1655354104133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655354108646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655354108501,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:37:19.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "policy-id",
"timestamp": 1655354112442,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:37:19.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:19.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T04:37:19.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "clamp",
"timestamp": 1655354118327,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:37:19.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T04:37:26.685Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-16T04:37:26.771Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-16T04:37:26.796Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T04:37:26.796Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-16T04:37:26.798Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T04:37:26.833Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-16T04:37:56.834Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-16T04:37:56.848Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d and serviceModelVersionId: 925a4e34-cfa6-49c0-8fb0-06a4b40be437
2022-06-16T04:37:56.849Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b90c0dc3-33d4-451a-a045-6f9b0d560a28
2022-06-16T04:37:56.864Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0
2022-06-16T04:37:56.884Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T04:37:57.020Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|INFO|500||Invoke
2022-06-16T04:37:57.022Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d17e876-3f2b-42af-a1e3-a3e341da403d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02ee567c-937b-4918-bf6f-8103c2df4653], X-ECOMP-RequestID=[9d17e876-3f2b-42af-a1e3-a3e341da403d], X-TransactionId=[], X-ONAP-RequestID=[9d17e876-3f2b-42af-a1e3-a3e341da403d], Content-Type=[application/merge-patch+json]}
2022-06-16T04:37:57.076Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-16T04:37:57.270Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?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/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220616-04:37:55:732-63770], vertex-id=[188528], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:37:55 GMT], Content-Type=[application/json]}
2022-06-16T04:37:57.271Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T04:37:57.272Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|INFO|500||InvokeReturn
2022-06-16T04:37:57.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T04:37:57.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T04:37:57.306Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-16T04:37:57.312Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d17e876-3f2b-42af-a1e3-a3e341da403d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-16T04:37:57.313Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-16T04:37:57.315Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:37:57.319Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:37:57.320Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354277313,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-16T04:37:57.420Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:37:57.423Z||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-16T04:37:57.423Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:37:57.461Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:37:57.463Z||pool-39-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-16T04:37:58.349Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T04:37:58.350Z||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-16T04:37:58.351Z||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 mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:02.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:02.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-16T04:38:02.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e467a0ec-887d-49ac-8ab6-b54c7aaa80cb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"819293b9-2e80-4d80-bc6c-4a2027d6123f","serviceDescription":"service","serviceInvariantUUID":"bd353259-bb48-4134-9054-02b956a3392c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da03a762-1eb7-49e2-acb9-589967a9f546","resourceInvariantUUID":"a60cb126-80ee-4bd1-9d1a-8e62bb80101c","resourceCustomizationUUID":"84188470-352f-48f9-8285-d4db7814c675","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":"M2YwYjhlNTVlOTdmNjFiMDc0OGZmZjcxZThhZjhmZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6aa8aec6-bc5b-41d6-b788-b4b60456af6a","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":"8a69f723-5da5-44f7-b288-55fa8f169d8e","artifactVersion":"2","generatedFromUUID":"dfc98bd5-8956-47fb-89e1-e2cffe9ba56b"},{"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":"dfc98bd5-8956-47fb-89e1-e2cffe9ba56b","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":"YjE4MDEzYzU4NGYxNTUzNDIxMTI0ZjM4NTM4NjI4NTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4ee26cf-4363-4812-91de-7c64808da861","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":"a69517ef-5520-4877-9de0-0f93f99f8c87","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":"a99cd198-3ea6-4939-a48d-9ae2767856ea","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":"6a973770-1421-4998-8d3e-d4629338afd4","artifactVersion":"2","generatedFromUUID":"a69517ef-5520-4877-9de0-0f93f99f8c87"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjQ4MzdiNzE3MTU5ZDExMmI0M2ZiMDVmNTU4YjM2OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ca8b4e7-f45d-45d9-b164-bc5f00f1cc8e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGI5MzRkZTk1NWYyOGVkMDFkMTY2N2E2N2FhMmUyZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24e7d866-dc7f-4787-b503-ec8ee0591545","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T04:38:02.828Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:38:02.829Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:02.834Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:02.835Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354278349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:38:02.937Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-16T04:38:02.939Z||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-16T04:38:02.940Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:02.977Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:02.979Z||pool-40-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:38:03.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:38:03.838Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:03.842Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:03.843Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354278349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-06-16T04:38:03.943Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:38:03.945Z||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-16T04:38:03.946Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:03.974Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:03.975Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:38:04.843Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:38:04.845Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:04.848Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:04.849Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354278349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-06-16T04:38:04.954Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-16T04:38:04.956Z||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-16T04:38:04.957Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:04.976Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:04.977Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:38:05.849Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:38:05.851Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:05.854Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:05.855Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354278349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T04:38:05.955Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:38:05.957Z||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-16T04:38:05.957Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:05.975Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:05.976Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:38:06.856Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:38:06.873Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:06.879Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:06.880Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354278349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-16T04:38:06.980Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T04:38:06.981Z||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-16T04:38:06.982Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:07.004Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:07.009Z||pool-44-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:38:07.881Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:38:07.881Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:07.893Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:07.895Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354278349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:38:07.987Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-16T04:38:07.988Z||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-16T04:38:07.993Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:08.016Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:08.018Z||pool-45-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:38:08.897Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:38:08.898Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:08.925Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:08.925Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354278349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-06-16T04:38:09.003Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-06-16T04:38:09.005Z||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-16T04:38:09.006Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:09.063Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:09.065Z||pool-46-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:38:09.926Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:38:09.928Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:09.936Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:09.937Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354278349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T04:38:10.032Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-16T04:38:10.034Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-16T04:38:10.034Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:10.057Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:10.058Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-16T04:38:10.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T04:38:10.939Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:10.943Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:10.944Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354278349,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T04:38:11.043Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T04:38:11.045Z||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-16T04:38:11.045Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:11.063Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:11.063Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:38:11.947Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "819293b9-2e80-4d80-bc6c-4a2027d6123f",
"serviceDescription": "service",
"serviceInvariantUUID": "bd353259-bb48-4134-9054-02b956a3392c",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "84188470-352f-48f9-8285-d4db7814c675",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "da03a762-1eb7-49e2-acb9-589967a9f546",
"resourceInvariantUUID": "a60cb126-80ee-4bd1-9d1a-8e62bb80101c",
"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": "8a69f723-5da5-44f7-b288-55fa8f169d8e",
"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": "dfc98bd5-8956-47fb-89e1-e2cffe9ba56b",
"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": "YjE4MDEzYzU4NGYxNTUzNDIxMTI0ZjM4NTM4NjI4NTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b4ee26cf-4363-4812-91de-7c64808da861",
"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": "a69517ef-5520-4877-9de0-0f93f99f8c87",
"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": "6a973770-1421-4998-8d3e-d4629338afd4",
"generatedFromUUID": "a69517ef-5520-4877-9de0-0f93f99f8c87"
},
"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": "6a973770-1421-4998-8d3e-d4629338afd4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZGI5MzRkZTk1NWYyOGVkMDFkMTY2N2E2N2FhMmUyZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24e7d866-dc7f-4787-b503-ec8ee0591545"
}
],
"workloadContext": "Production"
}
2022-06-16T04:38:11.949Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T04:38:11.950Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 819293b9-2e80-4d80-bc6c-4a2027d6123f ASDC
2022-06-16T04:38:11.952Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e467a0ec-887d-49ac-8ab6-b54c7aaa80cb
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:819293b9-2e80-4d80-bc6c-4a2027d6123f
ServiceInvariantUUID:bd353259-bb48-4134-9054-02b956a3392c
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:24e7d866-dc7f-4787-b503-ec8ee0591545
ArtifactChecksum:ZGI5MzRkZTk1NWYyOGVkMDFkMTY2N2E2N2FhMmUyZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:84188470-352f-48f9-8285-d4db7814c675
ResourceInvariantUUID:a60cb126-80ee-4bd1-9d1a-8e62bb80101c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:da03a762-1eb7-49e2-acb9-589967a9f546
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:8a69f723-5da5-44f7-b288-55fa8f169d8e
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:dfc98bd5-8956-47fb-89e1-e2cffe9ba56b
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:b4ee26cf-4363-4812-91de-7c64808da861
ArtifactChecksum:YjE4MDEzYzU4NGYxNTUzNDIxMTI0ZjM4NTM4NjI4NTI=
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:a69517ef-5520-4877-9de0-0f93f99f8c87
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:6a973770-1421-4998-8d3e-d4629338afd4
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:6a973770-1421-4998-8d3e-d4629338afd4
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-16T04:38:11.955Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 819293b9-2e80-4d80-bc6c-4a2027d6123f 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-16T04:38:12.066Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T04:38:12.068Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-16T04:38:12.068Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-16T04:38:12.069Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24e7d866-dc7f-4787-b503-ec8ee0591545 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-16T04:38:12.070Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-16T04:38:12.071Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:12.277Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-16T04:38:12.283Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 24e7d866-dc7f-4787-b503-ec8ee0591545 68956
2022-06-16T04:38:12.283Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:12.283Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:12.284Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T04:38:12.284Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-16T04:38:12.288Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T04:38:12.288Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655354292283,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T04:38:12.391Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-16T04:38:12.393Z||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-16T04:38:12.393Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ...
2022-06-16T04:38:12.418Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T04:38:12.419Z||pool-49-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-16T04:38:13.289Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T04:38:13.291Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-16T04:38:13.291Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 24e7d866-dc7f-4787-b503-ec8ee0591545, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T04:38:13.292Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-16T04:38:13.293Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T04:38:13.293Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T04:38:13.686Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14459928689446159630/Definitions/service-BasicCnf-template.yml
2022-06-16T04:38:16.367Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T04:38:16.367Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:16.369Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:16.370Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-16T04:38:16.370Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:38:16.370Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:16.371Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T04:38:16.371Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-16T04:38:16.371Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T04:38:16.372Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:38:16.372Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:16.372Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T04:38:16.373Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-16T04:38:16.373Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T04:38:16.373Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:38:16.373Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:16.374Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:38:16.374Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-16T04:38:16.375Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-16T04:38:16.375Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-16T04:38:16.375Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T04:38:16.375Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:38:16.376Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-16T04:38:16.376Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:38:16.376Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T04:38:16.377Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:38:16.377Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:38:16.377Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T04:38:16.378Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:38:16.378Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T04:38:16.378Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-16T04:38:16.378Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T04:38:16.379Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery