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-08-22T03:21:21.920Z||main|||||INFO|500||The following profiles are active: basic
2022-08-22T03:21:36.829Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-22T03:21:36.830Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-22T03:21:36.977Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-22T03:21:44.220Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-22T03:21:44.835Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-22T03:21:45.539Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-22T03:21:45.563Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-22T03:21:45.724Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-22T03:21:46.054Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-22T03:21:46.934Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-22T03:21:49.532Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-22T03:21:52.596Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-22T03:21:52.677Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-22T03:21:53.872Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-22T03:21:54.302Z||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-08-22T03:21:56.335Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-22T03:21:57.718Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-22T03:21:57.750Z||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$$fa32a587.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-08-22T03:21:57.752Z||main|||||WARN|500||The sdc end point is not alive
2022-08-22T03:22:01.939Z||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-08-22T03:22:05.778Z||main|||||WARN|500||---
2022-08-22T03:22:05.825Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-22T03:22:05.825Z||main|||||WARN|500||---
2022-08-22T03:22:06.341Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-22T03:22:13.725Z||main|||||INFO|500||Started Application in 55.829 seconds (JVM running for 60.104)
2022-08-22T03:22:13.743Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T03:22:13.770Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T03:22:13.811Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T03:22:13.862Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T03:22:13.954Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c30f207e-6fed-48ec-815f-f3ed46a4e258 url= /sdc/v1/artifactTypes
2022-08-22T03:22:13.955Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-22T03:22:14.417Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-22T03:22:14.462Z||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-08-22T03:22:14.504Z||scheduling-1|||||DEBUG|500||create keys
2022-08-22T03:22:14.517Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-22T03:22:14.548Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:22:14.582Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9909dc77-5049-443a-a9a2-4ce073cf9673 url= /sdc/v1/registerForDistribution
2022-08-22T03:22:14.720Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9909dc77-5049-443a-a9a2-4ce073cf9673 url= /sdc/v1/registerForDistribution
2022-08-22T03:22:14.720Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-22T03:22:14.754Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-22T03:22:14.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:22:14.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:22:14.810Z||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-08-22T03:22:14.813Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:22:14.814Z||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-08-22T03:22:14.814Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:22:25.143Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:22:25.148Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:23:14.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:23:14.742Z||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-08-22T03:23:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:23:14.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:23:14.743Z||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-08-22T03:23:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:23:24.333Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:23:24.337Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:24:14.740Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:24:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:24:14.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T03:24:14.743Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:24:14.744Z||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-08-22T03:24:14.745Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:24:24.295Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:24:24.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:25:14.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:25:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:25:14.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T03:25:14.742Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:25:14.743Z||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-08-22T03:25:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:25:24.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:25:24.294Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:26:14.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:26:14.742Z||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-08-22T03:26:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:26:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:26:14.744Z||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-08-22T03:26:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:26:24.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:26:24.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:27:14.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:27:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:27:14.743Z||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-08-22T03:27:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:27:14.743Z||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-08-22T03:27:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:27:24.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:27:24.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:28:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:28:14.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:28:14.742Z||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-08-22T03:28:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:28:14.743Z||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-08-22T03:28:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:28:24.310Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:28:24.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:29:14.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:29:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:29:14.744Z||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-08-22T03:29:14.745Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:29:14.748Z||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-08-22T03:29:14.748Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:29:24.299Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:29:24.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:30:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:30:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:30:14.743Z||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-08-22T03:30:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:30:14.743Z||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-08-22T03:30:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:30:24.292Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:30:24.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:31:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:31:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:31:14.742Z||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-08-22T03:31:14.743Z||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-08-22T03:31:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:31:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:31:24.306Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:31:24.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:31:30.496Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-22T03:32:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:32:14.742Z||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-08-22T03:32:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:32:14.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:32:14.745Z||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-08-22T03:32:14.745Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:32:24.292Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:32:24.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:33:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:33:14.742Z||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-08-22T03:33:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:33:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:33:14.743Z||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-08-22T03:33:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:33:24.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:33:24.296Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:34:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:34:14.743Z||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-08-22T03:34:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:34:14.744Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:34:14.744Z||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-08-22T03:34:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:34:24.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:34:24.319Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:35:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:35:14.742Z||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-08-22T03:35:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:35:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:35:14.743Z||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-08-22T03:35:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:35:24.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:35:24.290Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:36:14.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:36:14.747Z||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-08-22T03:36:14.748Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:36:14.751Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:36:14.752Z||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-08-22T03:36:14.753Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:36:24.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:36:24.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:37:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:37:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:37:14.742Z||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-08-22T03:37:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:37:14.743Z||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-08-22T03:37:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:37:24.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:37:24.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:38:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:38:14.742Z||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-08-22T03:38:14.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:38:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:38:14.743Z||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-08-22T03:38:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:38:24.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:38:24.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:39:14.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:39:14.742Z||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-08-22T03:39:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:39:14.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:39:14.743Z||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-08-22T03:39:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:39:24.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:39:24.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:40:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:40:14.742Z||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-08-22T03:40:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:40:14.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:40:14.743Z||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-08-22T03:40:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:40:24.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:40:24.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:41:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:41:14.742Z||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-08-22T03:41:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:41:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:41:14.743Z||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-08-22T03:41:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:41:24.306Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:41:24.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:42:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:42:14.742Z||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-08-22T03:42:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:42:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:42:14.743Z||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-08-22T03:42:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:42:24.307Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:42:24.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:43:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:43:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:43:14.742Z||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-08-22T03:43:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:43:14.743Z||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-08-22T03:43:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:43:24.310Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:43:24.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:44:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:44:14.743Z||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-08-22T03:44:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:44:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:44:14.745Z||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-08-22T03:44:14.745Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:44:24.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:44:24.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:45:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:45:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:45:14.743Z||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-08-22T03:45:14.743Z||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-08-22T03:45:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:45:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:45:24.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:45:24.322Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:46:14.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:46:14.742Z||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-08-22T03:46:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:46:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:46:14.743Z||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-08-22T03:46:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:46:24.299Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:46:24.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:47:14.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:47:14.741Z||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-08-22T03:47:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:47:14.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:47:14.743Z||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-08-22T03:47:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:47:24.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:47:24.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:48:14.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:48:14.742Z||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-08-22T03:48:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:48:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:48:14.743Z||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-08-22T03:48:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:48:24.294Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:48:24.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:49:14.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:49:14.742Z||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-08-22T03:49:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:49:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:49:14.743Z||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-08-22T03:49:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:49:24.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:49:24.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:50:14.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:50:14.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:50:14.742Z||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-08-22T03:50:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:50:14.744Z||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-08-22T03:50:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:50:24.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:50:24.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:51:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:51:14.742Z||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-08-22T03:51:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:51:14.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:51:14.744Z||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-08-22T03:51:14.745Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:51:24.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:51:24.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:52:14.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:52:14.742Z||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-08-22T03:52:14.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:52:14.743Z||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-08-22T03:52:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:52:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:52:24.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:52:24.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:53:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:53:14.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:53:14.743Z||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-08-22T03:53:14.743Z||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-08-22T03:53:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:53:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:53:24.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:53:24.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:54:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:54:14.742Z||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-08-22T03:54:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:54:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:54:14.743Z||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-08-22T03:54:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:54:24.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:54:24.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:55:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:55:14.742Z||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-08-22T03:55:14.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:55:14.742Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:55:14.743Z||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-08-22T03:55:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:55:24.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:55:24.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:56:14.740Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:56:14.742Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T03:56:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:56:14.742Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:56:14.742Z||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-08-22T03:56:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:56:24.320Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:56:24.321Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:14.740Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:57:14.741Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T03:57:14.742Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:57:14.743Z||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-08-22T03:57:14.743Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:15.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:15.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0aa9155-f121-41f8-96a8-5500bb47d0de","serviceName":"basic_onboard_NWGWON","serviceVersion":"1.0","serviceUUID":"8f4d0721-4948-4123-87dd-e6d3c8024955","serviceDescription":"service","serviceInvariantUUID":"095268a8-b0b9-4fed-97d6-e6a413bd42bc","resources":[{"resourceInstanceName":"basic_onboard_NWGWON 0","resourceName":"basic_onboard_NWGWON","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52138be4-b932-4480-8d95-cc1e9ae095fb","resourceInvariantUUID":"00759dbd-44fe-462d-bbd8-9f538e096450","resourceCustomizationUUID":"bad40a5a-8bf6-4b62-964c-ba6af2633390","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml","artifactChecksum":"ODNjNTU1MzA5NGMwNWMxNTNkMWU3NWU0NWM0ZTkwZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9b93e0e-47c7-4adb-ad07-2ba30bf500fc","artifactVersion":"1"},{"artifactName":"basic_onboard_nwgwon0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json","artifactChecksum":"NjRmYzQxNDkzYWQ0ODZiOTgzNTkzMzU3MWE4YTQzMGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fb955c0-0ff0-4b89-881c-dcc26282f17b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f1a1b9c0-07aa-46df-ba29-9b249e95a6ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed5424ac-c934-4f06-8506-e6d68bedb014","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"764933e4-7297-41f7-9d9c-bc299d0f074e","artifactVersion":"2","generatedFromUUID":"f1a1b9c0-07aa-46df-ba29-9b249e95a6ab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNwgwon-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml","artifactChecksum":"OWFkM2E5N2MxNzhjOTUzMTIyMDZhYTAxOGI0YTM2NzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b697ad5-fd97-48ec-bfb4-2f012d023731","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNwgwon-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar","artifactChecksum":"NzQ2ZGZjYTNmMmY4MjZlODQxMzY4ZjliODk5ZjI1MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96ac1128-6596-48aa-aecf-2ca29b1bb411","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-22T03:57:15.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:15.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140605039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.422Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T03:57:15.429Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:15.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "cds",
"timestamp": 1661140609606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140613553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140610837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.467Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:15.467Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140605227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140605039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "cds",
"timestamp": 1661140609606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140613553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140610837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140605227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140605039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "cds",
"timestamp": 1661140609606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140613553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140610837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140605227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140605039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "cds",
"timestamp": 1661140609606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140613553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140610837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140605227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140605039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "cds",
"timestamp": 1661140609606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140610837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140613553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140605227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140618500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140605039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "cds",
"timestamp": 1661140609606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140613553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140610837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140605227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140618500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140605039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "cds",
"timestamp": 1661140609606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140613553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140610837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140605227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140618500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140622022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:15.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140622307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:15.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "cds",
"timestamp": 1661140622229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:15.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140622057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:15.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140618500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "cds",
"timestamp": 1661140623303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-08-22T03:57:15.571Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-22T03:57:15.600Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T03:57:15.601Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:15.613Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:15.614Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-22T03:57:15.829Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de
2022-08-22T03:57:15.852Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-08-22T03:57:15.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140623147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:15.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140623068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T03:57:15.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140618500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "policy-id",
"timestamp": 1661140624073,
"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-08-22T03:57:15.915Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de
2022-08-22T03:57:15.915Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-08-22T03:57:15.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140618500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140624217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:15.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140618500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140625334,
"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-08-22T03:57:15.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de
2022-08-22T03:57:15.936Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-08-22T03:57:15.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140626341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T03:57:15.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140626382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:15.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140629633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140629633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "NOTIFIED"
}
2022-08-22T03:57:15.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140631592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T03:57:15.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:57:15.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140629633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140632598,
"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-08-22T03:57:15.966Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de
2022-08-22T03:57:15.966Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-08-22T03:57:15.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140629633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:15.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:57:15.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140629633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:15.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:57:16.479Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T03:57:16.480Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:16.482Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:16.482Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "NOTIFIED"
}
2022-08-22T03:57:16.582Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T03:57:16.584Z||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-08-22T03:57:16.584Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:16.597Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:16.598Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-22T03:57:17.482Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T03:57:17.484Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:17.486Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:17.486Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-22T03:57:17.586Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T03:57:17.588Z||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-08-22T03:57:17.588Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:17.604Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:17.605Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:18.487Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T03:57:18.488Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:18.490Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:18.491Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:18.591Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T03:57:18.593Z||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-08-22T03:57:18.593Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:18.605Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:18.606Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:19.492Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T03:57:19.493Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:19.495Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:19.496Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-22T03:57:19.596Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T03:57:19.597Z||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-08-22T03:57:19.598Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:19.609Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:19.610Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:20.496Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T03:57:20.497Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:20.500Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:20.500Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:57:20.600Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T03:57:20.602Z||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-08-22T03:57:20.602Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:20.614Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:20.615Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:21.501Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T03:57:21.502Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:21.505Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:21.505Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T03:57:21.605Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T03:57:21.606Z||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-08-22T03:57:21.607Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:21.618Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:21.619Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:22.507Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"serviceName": "basic_onboard_NWGWON",
"serviceVersion": "1.0",
"serviceUUID": "8f4d0721-4948-4123-87dd-e6d3c8024955",
"serviceDescription": "service",
"serviceInvariantUUID": "095268a8-b0b9-4fed-97d6-e6a413bd42bc",
"resources": [
{
"resourceInstanceName": "basic_onboard_NWGWON 0",
"resourceCustomizationUUID": "bad40a5a-8bf6-4b62-964c-ba6af2633390",
"resourceName": "basic_onboard_NWGWON",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "52138be4-b932-4480-8d95-cc1e9ae095fb",
"resourceInvariantUUID": "00759dbd-44fe-462d-bbd8-9f538e096450",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nwgwon0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"artifactChecksum": "NjRmYzQxNDkzYWQ0ODZiOTgzNTkzMzU3MWE4YTQzMGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8fb955c0-0ff0-4b89-881c-dcc26282f17b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f1a1b9c0-07aa-46df-ba29-9b249e95a6ab",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "764933e4-7297-41f7-9d9c-bc299d0f074e",
"generatedFromUUID": "f1a1b9c0-07aa-46df-ba29-9b249e95a6ab"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "764933e4-7297-41f7-9d9c-bc299d0f074e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNwgwon-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"artifactChecksum": "NzQ2ZGZjYTNmMmY4MjZlODQxMzY4ZjliODk5ZjI1MmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "96ac1128-6596-48aa-aecf-2ca29b1bb411"
}
],
"workloadContext": "Production"
}
2022-08-22T03:57:22.509Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-22T03:57:22.509Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f4d0721-4948-4123-87dd-e6d3c8024955 ASDC
2022-08-22T03:57:22.639Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a0aa9155-f121-41f8-96a8-5500bb47d0de
ServiceName:basic_onboard_NWGWON
ServiceVersion:1.0
ServiceUUID:8f4d0721-4948-4123-87dd-e6d3c8024955
ServiceInvariantUUID:095268a8-b0b9-4fed-97d6-e6a413bd42bc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNwgwon-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar
ArtifactUUID:96ac1128-6596-48aa-aecf-2ca29b1bb411
ArtifactChecksum:NzQ2ZGZjYTNmMmY4MjZlODQxMzY4ZjliODk5ZjI1MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NWGWON 0
ResourceCustomizationUUID:bad40a5a-8bf6-4b62-964c-ba6af2633390
ResourceInvariantUUID:00759dbd-44fe-462d-bbd8-9f538e096450
ResourceName:basic_onboard_NWGWON
ResourceType:VF
ResourceUUID:52138be4-b932-4480-8d95-cc1e9ae095fb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nwgwon0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json
ArtifactUUID:8fb955c0-0ff0-4b89-881c-dcc26282f17b
ArtifactChecksum:NjRmYzQxNDkzYWQ0ODZiOTgzNTkzMzU3MWE4YTQzMGE=
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/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f1a1b9c0-07aa-46df-ba29-9b249e95a6ab
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/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env
ArtifactUUID:764933e4-7297-41f7-9d9c-bc299d0f074e
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/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env
ArtifactUUID:764933e4-7297-41f7-9d9c-bc299d0f074e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-22T03:57:22.639Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f4d0721-4948-4123-87dd-e6d3c8024955 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-08-22T03:57:22.702Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T03:57:22.703Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-22T03:57:22.704Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-22T03:57:22.704Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 96ac1128-6596-48aa-aecf-2ca29b1bb411 from URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:22.704Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T03:57:22.706Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:22.830Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T03:57:22.856Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar 96ac1128-6596-48aa-aecf-2ca29b1bb411 71586
2022-08-22T03:57:22.859Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar ASDC sendASDCNotification
2022-08-22T03:57:22.859Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:22.860Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T03:57:22.862Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:22.865Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:22.865Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140642856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:22.965Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T03:57:22.967Z||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-08-22T03:57:22.967Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:22.979Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:22.980Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:23.866Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T03:57:23.867Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-22T03:57:23.868Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 96ac1128-6596-48aa-aecf-2ca29b1bb411, URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar to file: /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:23.869Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:23.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:23.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:24.801Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12371878522275225358/Definitions/service-BasicOnboardNwgwon-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-08-22T03:57:26.934Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-22T03:57:26.939Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||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-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||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-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NWGWON 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-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||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-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||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-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||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-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||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-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:26.942Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-22T03:57:26.948Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.950Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:26.954Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria
2022-08-22T03:57:26.954Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-22T03:57:26.956Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T03:57:26.958Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.958Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:26.958Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria
2022-08-22T03:57:26.958Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-22T03:57:26.959Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T03:57:26.959Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.959Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:26.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is not matching search criteria
2022-08-22T03:57:26.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.965Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T03:57:26.966Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.966Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria
2022-08-22T03:57:26.966Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T03:57:26.967Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.967Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria
2022-08-22T03:57:26.967Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria
2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is not matching search criteria
2022-08-22T03:57:26.969Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-22T03:57:26.969Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-22T03:57:26.969Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=83fb10a6-0477-4b4f-9300-c40c6b13d21c
2022-08-22T03:57:26.969Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:26.971Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:26.971Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:26.971Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NWGWON
Description:service
Model UUID:8f4d0721-4948-4123-87dd-e6d3c8024955
Model Version:NULL
Model InvariantUuid:095268a8-b0b9-4fed-97d6-e6a413bd42bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NWGWON
Model UUID:14fd6458-9d0c-4343-870e-cf239f05bbaf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:00759dbd-44fe-462d-bbd8-9f538e096450
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bad40a5a-8bf6-4b62-964c-ba6af2633390
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ba12fe60-f4eb-4860-8342-ad75d7189a2c
ModelName:BasicOnboardNwgwon..base_ubuntu18..module-0
ModelUuid:378ebe3e-1d18-45e5-b9d6-767a896651c4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:83fb10a6-0477-4b4f-9300-c40c6b13d21c
ModelInvariantUuid:9e01a4bb-2bf1-41eb-8297-ebc212b43999
ModelName:basic_onboard_NWGWON-nodes.ubuntu18Cvfc
ModelUuid:87f91b5f-ae80-428e-bd35-843b880bd761
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6f5d79b4-ba68-420f-8f01-0d1b198442f9
ModelInvariantUuid:b53a4f6b-3189-43db-9d3b-76ac56ebe749
ModelName:BasicOnboardNwgwon.compute.nodes.heat.ubuntu18
ModelUuid:8bc57571-5b13-4993-b088-e023bfd7ef2d
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-08-22T03:57:26.985Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 52138be4-b932-4480-8d95-cc1e9ae095fb
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-08-22T03:57:27.089Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||basic_onboard_NWGWON 0
2022-08-22T03:57:27.098Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52138be4-b932-4480-8d95-cc1e9ae095fb
2022-08-22T03:57:27.099Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8fb955c0-0ff0-4b89-881c-dcc26282f17b from URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json
2022-08-22T03:57:27.099Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T03:57:27.100Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json
2022-08-22T03:57:27.164Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T03:57:27.165Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json 8fb955c0-0ff0-4b89-881c-dcc26282f17b 798
2022-08-22T03:57:27.165Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json ASDC sendASDCNotification
2022-08-22T03:57:27.165Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json
2022-08-22T03:57:27.166Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T03:57:27.166Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:27.169Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:27.169Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140647165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:27.270Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T03:57:27.271Z||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-08-22T03:57:27.271Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:27.284Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:27.285Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-22T03:57:28.171Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNwgwon..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ba12fe60-f4eb-4860-8342-ad75d7189a2c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "378ebe3e-1d18-45e5-b9d6-767a896651c4",
"vfModuleModelCustomizationUUID": "8a73c181-9ea2-438e-b893-c19e62d09c52",
"isBase": true,
"artifacts": [
"f1a1b9c0-07aa-46df-ba29-9b249e95a6ab",
"764933e4-7297-41f7-9d9c-bc299d0f074e"
],
"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-08-22T03:57:28.186Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNwgwon..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:378ebe3e-1d18-45e5-b9d6-767a896651c4
VfModuleModelInvariantUUID:ba12fe60-f4eb-4860-8342-ad75d7189a2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1a1b9c0-07aa-46df-ba29-9b249e95a6ab
,
764933e4-7297-41f7-9d9c-bc299d0f074e
}
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-08-22T03:57:28.189Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNwgwon..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ba12fe60-f4eb-4860-8342-ad75d7189a2c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "378ebe3e-1d18-45e5-b9d6-767a896651c4",
"vfModuleModelCustomizationUUID": "8a73c181-9ea2-438e-b893-c19e62d09c52",
"isBase": true,
"artifacts": [
"f1a1b9c0-07aa-46df-ba29-9b249e95a6ab",
"764933e4-7297-41f7-9d9c-bc299d0f074e"
],
"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-08-22T03:57:28.189Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNwgwon..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:378ebe3e-1d18-45e5-b9d6-767a896651c4
VfModuleModelInvariantUUID:ba12fe60-f4eb-4860-8342-ad75d7189a2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1a1b9c0-07aa-46df-ba29-9b249e95a6ab
,
764933e4-7297-41f7-9d9c-bc299d0f074e
}
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-08-22T03:57:28.189Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1a1b9c0-07aa-46df-ba29-9b249e95a6ab from URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml
2022-08-22T03:57:28.189Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T03:57:28.190Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml
2022-08-22T03:57:28.269Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T03:57:28.269Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml f1a1b9c0-07aa-46df-ba29-9b249e95a6ab 5033
2022-08-22T03:57:28.270Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-22T03:57:28.270Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml
2022-08-22T03:57:28.270Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T03:57:28.270Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:28.273Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:28.273Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140648270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:28.378Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-22T03:57:28.381Z||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-08-22T03:57:28.382Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:28.394Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:28.395Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:29.275Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 764933e4-7297-41f7-9d9c-bc299d0f074e from URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env
2022-08-22T03:57:29.275Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T03:57:29.276Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env
2022-08-22T03:57:29.370Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T03:57:29.371Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env 764933e4-7297-41f7-9d9c-bc299d0f074e 909
2022-08-22T03:57:29.372Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-22T03:57:29.372Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env
2022-08-22T03:57:29.372Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T03:57:29.373Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:29.376Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:29.376Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140649372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:57:29.477Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T03:57:29.479Z||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-08-22T03:57:29.479Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:29.494Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:29.496Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-22T03:57:30.378Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8f4d0721-4948-4123-87dd-e6d3c8024955
2022-08-22T03:57:30.379Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NWGWON 0 52138be4-b932-4480-8d95-cc1e9ae095fb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-22T03:57:30.417Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@aca6b55, org.onap.sdc.toscaparser.api.parameters.Input@56d2b4e2, org.onap.sdc.toscaparser.api.parameters.Input@76eb76d2, org.onap.sdc.toscaparser.api.parameters.Input@51259658, org.onap.sdc.toscaparser.api.parameters.Input@86ccfea]
2022-08-22T03:57:30.421Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.421Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:30.421Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-08-22T03:57:30.422Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bad40a5a-8bf6-4b62-964c-ba6af2633390
2022-08-22T03:57:30.422Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bad40a5a-8bf6-4b62-964c-ba6af2633390 matches Tosca VF Customization UUID: bad40a5a-8bf6-4b62-964c-ba6af2633390
2022-08-22T03:57:30.422Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bad40a5a-8bf6-4b62-964c-ba6af2633390 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-08-22T03:57:30.431Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.432Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:30.434Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bad40a5a-8bf6-4b62-964c-ba6af2633390: {\"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-08-22T03:57:30.434Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56411b03
2022-08-22T03:57:30.434Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.434Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T03:57:30.435Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a73c181-9ea2-438e-b893-c19e62d09c52
2022-08-22T03:57:30.437Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a73c181-9ea2-438e-b893-c19e62d09c52
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-08-22T03:57:30.446Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.446Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria
2022-08-22T03:57:30.447Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T03:57:30.447Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.448Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria
2022-08-22T03:57:30.448Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T03:57:30.449Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.449Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is not matching search criteria
2022-08-22T03:57:30.449Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-22T03:57:30.450Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-22T03:57:30.450Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=83fb10a6-0477-4b4f-9300-c40c6b13d21c
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-08-22T03:57:30.459Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.460Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria
2022-08-22T03:57:30.482Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T03:57:30.484Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.485Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria
2022-08-22T03:57:30.486Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=bad40a5a-8bf6-4b62-964c-ba6af2633390
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-08-22T03:57:30.491Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.492Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:30.493Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8f4d0721-4948-4123-87dd-e6d3c8024955: basic_onboard_NWGWON
2022-08-22T03:57:30.493Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.493Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:30.494Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.494Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:30.494Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.495Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:30.495Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.495Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:30.495Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T03:57:30.496Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T03:57:30.496Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_NWGWON
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-08-22T03:57:30.701Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NWGWON 52138be4-b932-4480-8d95-cc1e9ae095fb 1 ASDC deployResourceStructure
2022-08-22T03:57:30.702Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json ASDC sendASDCNotification
2022-08-22T03:57:30.702Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json
2022-08-22T03:57:30.702Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T03:57:30.703Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:30.705Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:30.705Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140650702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T03:57:30.806Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T03:57:30.807Z||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-08-22T03:57:30.807Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:30.821Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:30.822Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:31.707Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-22T03:57:31.707Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml
2022-08-22T03:57:31.707Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T03:57:31.708Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:31.710Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:31.711Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140651706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-22T03:57:31.811Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T03:57:31.812Z||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-08-22T03:57:31.813Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:31.824Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:31.824Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:32.711Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-22T03:57:32.712Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env
2022-08-22T03:57:32.712Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T03:57:32.712Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:32.714Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:32.715Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140652711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-22T03:57:32.815Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T03:57:32.817Z||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-08-22T03:57:32.818Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:32.830Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:32.831Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-22T03:57:33.716Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar ASDC sendASDCNotification
2022-08-22T03:57:33.716Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar
2022-08-22T03:57:33.717Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T03:57:33.717Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T03:57:33.719Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T03:57:33.719Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140653716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T03:57:33.819Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T03:57:33.821Z||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-08-22T03:57:33.821Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:57:33.833Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:57:33.834Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T03:57:34.721Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-22T03:57:34.743Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
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-08-22T03:57:34.746Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T03:57:34.746Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T03:57:34.747Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T03:58:04.747Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-22T03:58:04.762Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
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-08-22T03:58:04.768Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T03:58:04.768Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T03:58:04.768Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T03:58:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:58:14.744Z||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-08-22T03:58:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:58:14.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:58:14.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:58:14.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140635588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T03:58:14.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:58:34.769Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-22T03:58:34.784Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
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-08-22T03:58:34.787Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T03:58:34.788Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T03:58:34.788Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T03:59:04.792Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-22T03:59:04.811Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
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-08-22T03:59:04.816Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T03:59:04.816Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T03:59:04.816Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T03:59:14.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T03:59:14.744Z||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-08-22T03:59:14.744Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T03:59:14.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T03:59:14.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140629633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "aai-ml",
"timestamp": 1661140636596,
"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-08-22T03:59:14.805Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de
2022-08-22T03:59:14.806Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-08-22T03:59:14.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140629633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T03:59:14.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "NOTIFIED"
}
2022-08-22T03:59:14.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-22T03:59:14.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-22T03:59:14.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140634740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T03:59:14.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140642856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:59:14.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140647165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:59:14.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140648270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:59:14.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140649372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:59:14.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140649499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T03:59:14.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140650702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T03:59:14.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140651523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T03:59:14.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140651706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-22T03:59:14.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "clamp",
"timestamp": 1661140652530,
"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-08-22T03:59:14.837Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de
2022-08-22T03:59:14.837Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-08-22T03:59:14.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140652711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-22T03:59:14.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140653716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T03:59:14.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T03:59:14.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140689633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "cds",
"timestamp": 1661140684606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140685227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140685040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140690837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140685227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140689633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "NOTIFIED"
}
2022-08-22T03:59:14.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "cds",
"timestamp": 1661140684606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140685040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "NOTIFIED"
}
2022-08-22T03:59:14.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:14.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T03:59:14.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140690837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T03:59:14.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T03:59:34.816Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-22T03:59:34.832Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de
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-08-22T03:59:34.835Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T03:59:34.835Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-22T03:59:34.835Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-22T03:59:34.835Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T03:59:34.837Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||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-08-22T03:59:34.848Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-22T04:00:04.849Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de 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-08-22T04:00:04.862Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0aa9155-f121-41f8-96a8-5500bb47d0de and serviceModelVersionId: 8f4d0721-4948-4123-87dd-e6d3c8024955
2022-08-22T04:00:04.863Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 095268a8-b0b9-4fed-97d6-e6a413bd42bc
2022-08-22T04:00:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T04:00:14.745Z||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-08-22T04:00:14.745Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:15.281Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:15.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140685040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T04:00:15.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140685227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "cds",
"timestamp": 1661140684606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140689633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140690837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T04:00:15.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140685040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140685227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "cds",
"timestamp": 1661140684606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140689633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140690837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140685040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-22T04:00:15.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "cds",
"timestamp": 1661140684606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140685227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140689633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140690837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140685040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140685227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140689633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "cds",
"timestamp": 1661140684606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140690837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140685040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:00:15.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140689633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:00:15.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140685227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "cds",
"timestamp": 1661140684606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:00:15.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140690837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:00:15.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140700758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:15.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "cds",
"timestamp": 1661140700930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:15.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140700729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:15.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "cds",
"timestamp": 1661140701940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-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-08-22T04:00:15.356Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e
2022-08-22T04:00:15.359Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-08-22T04:00:15.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140701734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:00:15.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140701852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:15.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "policy-id",
"timestamp": 1661140702738,
"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-08-22T04:00:15.387Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e
2022-08-22T04:00:15.388Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-08-22T04:00:15.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140702923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:15.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140703554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140703973,
"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-08-22T04:00:15.420Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e
2022-08-22T04:00:15.420Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-08-22T04:00:15.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140703554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140704982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T04:00:15.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140703554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140703554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140707507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:15.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140703554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140703554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140708500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140709516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140703554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:00:15.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140708500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "clamp",
"timestamp": 1661140710521,
"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-08-22T04:00:15.462Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e
2022-08-22T04:00:15.462Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-08-22T04:00:15.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140711402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:15.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140708500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140708500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140708500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140708500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:15.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140708500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:00:15.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:00:15.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140716276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:15.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140720358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:00:15.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140721363,
"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-08-22T04:00:15.489Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e
2022-08-22T04:00:15.489Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-08-22T04:00:15.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140722907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:00:15.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:00:15.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:00:15.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "aai-ml",
"timestamp": 1661140723913,
"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-08-22T04:00:15.508Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e
2022-08-22T04:00:15.508Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-08-22T04:00:21.358Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0
2022-08-22T04:00:21.483Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-22T04:00:22.115Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|INFO|500||Invoke
2022-08-22T04:00:22.127Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a0aa9155-f121-41f8-96a8-5500bb47d0de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2cdd6cff-b48b-47f7-8560-d5c2b52aed9b], X-ECOMP-RequestID=[a0aa9155-f121-41f8-96a8-5500bb47d0de], X-TransactionId=[], X-ONAP-RequestID=[a0aa9155-f121-41f8-96a8-5500bb47d0de], Content-Type=[application/merge-patch+json]}
2022-08-22T04:00:22.263Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-22T04:00:22.670Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?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/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220822-04:00:22:548-71874], vertex-id=[164024], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:00:22 GMT], Content-Type=[application/json]}
2022-08-22T04:00:22.673Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-22T04:00:22.674Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|INFO|500||InvokeReturn
2022-08-22T04:00:22.679Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-22T04:00:22.679Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||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-08-22T04:00:22.691Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||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-08-22T04:00:22.693Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0aa9155-f121-41f8-96a8-5500bb47d0de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-22T04:00:22.695Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-22T04:00:22.695Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:22.698Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:22.698Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140822693,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-22T04:00:22.798Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:22.800Z||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-08-22T04:00:22.800Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:22.813Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:22.814Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-22T04:00:23.712Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T04:00:23.713Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T04:00:23.713Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:28.110Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:28.111Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T04:00:28.111Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"805b6ac2-5d94-407e-8c1d-075e7bd7202e","serviceName":"vFW 2022-08-22 03-57-13","serviceVersion":"1.0","serviceUUID":"ccb4dc0b-461a-499d-a337-74803f9efe83","serviceDescription":"catalog service description","serviceInvariantUUID":"4f086d59-dfb4-4cca-a337-9d4328e23d0e","resources":[{"resourceInstanceName":"vFW 18f23c14-1b39 0","resourceName":"vFW 18f23c14-1b39","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe1ac124-dc1f-4448-9ddc-6f671bb9b1df","resourceInvariantUUID":"dfa6b3df-262f-45a8-9aaa-cb2aa6271e32","resourceCustomizationUUID":"627758ba-c186-4a24-bfe2-1e13605b778c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml","artifactChecksum":"OTVjOWZiZTdiZjhjYzYyOTAwOTI3NGMxN2RjY2FjNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c95cd90b-3fe6-41c9-af9c-2e1b000a8650","artifactVersion":"1"},{"artifactName":"vfw18f23c141b390_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json","artifactChecksum":"ZjIzY2MyMjY0NGExMjM4MjQxNjNkMjliNGU3NTcxZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba3ab906-31bb-4f16-9a6e-515c120ef649","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1e4fa41-036a-4e3f-a7c0-e256a293d4b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml","artifactChecksum":"MGIyNWYwZmY5MTFiM2YxMzNiN2MyMmU4YmY1N2NhYWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3f34832-9a83-4d8b-8574-a5c420f32e67","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7edb4e3b-0ab3-4049-9e3f-afa0fec598a4","artifactVersion":"2","generatedFromUUID":"c1e4fa41-036a-4e3f-a7c0-e256a293d4b9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220822035713-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml","artifactChecksum":"ZjZmM2U5YzM2MGQ5Y2M4NGFhY2Y3N2Q5MTRkZjkyNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3580118e-fbe8-472c-84ae-dc429c0a3375","artifactVersion":"1"},{"artifactName":"service-Vfw20220822035713-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar","artifactChecksum":"ZmVmNTkwMzI3ODliZmIxMGRjMzlhNTQ2Y2NjMzA3Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6893ed91-aa71-4aa2-b56c-3f4a43f77823","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-22T04:00:28.115Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:00:28.116Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:28.118Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:28.118Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:28.218Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:28.219Z||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-08-22T04:00:28.219Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:28.232Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:28.233Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-22T04:00:29.119Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:00:29.120Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:29.123Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:29.123Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "NOTIFIED"
}
2022-08-22T04:00:29.223Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T04:00:29.224Z||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-08-22T04:00:29.224Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:29.235Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:29.236Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:30.124Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:00:30.124Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:30.127Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:30.127Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T04:00:30.227Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:30.228Z||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-08-22T04:00:30.229Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:30.241Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:30.242Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:31.127Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:00:31.128Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:31.132Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:31.132Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:31.233Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:31.234Z||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-08-22T04:00:31.234Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:31.247Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:31.247Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-22T04:00:32.133Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:00:32.134Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:32.136Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:32.136Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-22T04:00:32.236Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:32.237Z||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-08-22T04:00:32.238Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:32.248Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:32.249Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:33.138Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:00:33.139Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:33.141Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:33.141Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:00:33.242Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T04:00:33.243Z||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-08-22T04:00:33.244Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:33.256Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:33.257Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:34.144Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:00:34.145Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:34.147Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:34.148Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:00:34.248Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:34.250Z||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-08-22T04:00:34.250Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:34.262Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:34.263Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:35.150Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"serviceName": "vFW 2022-08-22 03-57-13",
"serviceVersion": "1.0",
"serviceUUID": "ccb4dc0b-461a-499d-a337-74803f9efe83",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4f086d59-dfb4-4cca-a337-9d4328e23d0e",
"resources": [
{
"resourceInstanceName": "vFW 18f23c14-1b39 0",
"resourceCustomizationUUID": "627758ba-c186-4a24-bfe2-1e13605b778c",
"resourceName": "vFW 18f23c14-1b39",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fe1ac124-dc1f-4448-9ddc-6f671bb9b1df",
"resourceInvariantUUID": "dfa6b3df-262f-45a8-9aaa-cb2aa6271e32",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw18f23c141b390_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"artifactChecksum": "ZjIzY2MyMjY0NGExMjM4MjQxNjNkMjliNGU3NTcxZmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ba3ab906-31bb-4f16-9a6e-515c120ef649",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c1e4fa41-036a-4e3f-a7c0-e256a293d4b9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7edb4e3b-0ab3-4049-9e3f-afa0fec598a4",
"generatedFromUUID": "c1e4fa41-036a-4e3f-a7c0-e256a293d4b9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7edb4e3b-0ab3-4049-9e3f-afa0fec598a4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220822035713-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"artifactChecksum": "ZmVmNTkwMzI3ODliZmIxMGRjMzlhNTQ2Y2NjMzA3Y2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6893ed91-aa71-4aa2-b56c-3f4a43f77823"
}
],
"workloadContext": "Production"
}
2022-08-22T04:00:35.150Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-22T04:00:35.150Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ccb4dc0b-461a-499d-a337-74803f9efe83 ASDC
2022-08-22T04:00:35.151Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:805b6ac2-5d94-407e-8c1d-075e7bd7202e
ServiceName:vFW 2022-08-22 03-57-13
ServiceVersion:1.0
ServiceUUID:ccb4dc0b-461a-499d-a337-74803f9efe83
ServiceInvariantUUID:4f086d59-dfb4-4cca-a337-9d4328e23d0e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220822035713-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar
ArtifactUUID:6893ed91-aa71-4aa2-b56c-3f4a43f77823
ArtifactChecksum:ZmVmNTkwMzI3ODliZmIxMGRjMzlhNTQ2Y2NjMzA3Y2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 18f23c14-1b39 0
ResourceCustomizationUUID:627758ba-c186-4a24-bfe2-1e13605b778c
ResourceInvariantUUID:dfa6b3df-262f-45a8-9aaa-cb2aa6271e32
ResourceName:vFW 18f23c14-1b39
ResourceType:VF
ResourceUUID:fe1ac124-dc1f-4448-9ddc-6f671bb9b1df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw18f23c141b390_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json
ArtifactUUID:ba3ab906-31bb-4f16-9a6e-515c120ef649
ArtifactChecksum:ZjIzY2MyMjY0NGExMjM4MjQxNjNkMjliNGU3NTcxZmE=
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/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml
ArtifactUUID:c1e4fa41-036a-4e3f-a7c0-e256a293d4b9
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/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env
ArtifactUUID:7edb4e3b-0ab3-4049-9e3f-afa0fec598a4
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/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env
ArtifactUUID:7edb4e3b-0ab3-4049-9e3f-afa0fec598a4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-22T04:00:35.151Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccb4dc0b-461a-499d-a337-74803f9efe83 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-08-22T04:00:35.188Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T04:00:35.188Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-22T04:00:35.189Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-22T04:00:35.189Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6893ed91-aa71-4aa2-b56c-3f4a43f77823 from URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:35.189Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T04:00:35.189Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:35.292Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T04:00:35.298Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar 6893ed91-aa71-4aa2-b56c-3f4a43f77823 99040
2022-08-22T04:00:35.299Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar ASDC sendASDCNotification
2022-08-22T04:00:35.299Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:35.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T04:00:35.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:35.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:35.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140835299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:35.403Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:35.404Z||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-08-22T04:00:35.405Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:35.416Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:35.418Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:36.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T04:00:36.304Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-22T04:00:36.304Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6893ed91-aa71-4aa2-b56c-3f4a43f77823, URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar to file: /app/ASDC/1/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:36.306Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220822035713-csar.csar
2022-08-22T04:00:36.306Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:36.306Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:36.543Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9231563160118612457/Definitions/service-Vfw20220822035713-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-08-22T04:00:38.915Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-22T04:00:38.916Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-22T04:00:38.916Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.917Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-22T04:00:38.917Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.917Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.918Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.918Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.919Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.919Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.919Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.920Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.920Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.920Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.920Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.921Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.921Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 18f23c14-1b39 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-Vfw20220822035713-csar.csar
2022-08-22T04:00:38.921Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-22T04:00:38.922Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.922Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:38.923Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:38.923Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-22T04:00:38.924Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T04:00:38.925Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.925Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:38.925Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:38.926Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-22T04:00:38.926Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T04:00:38.927Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.927Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:38.928Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.928Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria
2022-08-22T04:00:38.929Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:00:38.929Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:00:38.929Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T04:00:38.930Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:38.930Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.931Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T04:00:38.931Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.931Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T04:00:38.931Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T04:00:38.932Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.932Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:38.932Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T04:00:38.933Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:38.933Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T04:00:38.933Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.934Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-22T04:00:38.934Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.935Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T04:00:38.935Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.936Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:38.936Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:00:38.937Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.937Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:38.938Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:00:38.938Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.939Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:38.939Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:00:38.940Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.940Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria
2022-08-22T04:00:38.940Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:00:38.941Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:00:38.941Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-22T04:00:38.941Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T04:00:38.942Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T04:00:38.942Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.943Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:38.943Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T04:00:38.943Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:38.944Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T04:00:38.944Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.944Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=75fa4886-362f-4261-9b9b-8d55c5cf366b
2022-08-22T04:00:38.944Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.945Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria
2022-08-22T04:00:38.945Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:00:38.945Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:00:38.946Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T04:00:38.946Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:38.946Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.946Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T04:00:38.947Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.947Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-22T04:00:38.947Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T04:00:38.947Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:38.948Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T04:00:38.948Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.948Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=271c4167-8a48-46ca-afa8-70998aee114e
2022-08-22T04:00:38.949Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.949Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria
2022-08-22T04:00:38.949Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:00:38.949Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:00:38.950Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T04:00:38.950Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:38.950Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.950Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T04:00:38.951Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.951Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T04:00:38.951Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T04:00:38.952Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:38.952Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:38.952Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-22T04:00:38.952Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35ee0641-b02f-438a-877e-72fbbe2f8873
2022-08-22T04:00:38.953Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.953Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:38.953Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.953Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:38.954Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.954Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:38.954Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:38.955Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:38.955Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-22 03-57-13
Description:catalog service description
Model UUID:ccb4dc0b-461a-499d-a337-74803f9efe83
Model Version:NULL
Model InvariantUuid:4f086d59-dfb4-4cca-a337-9d4328e23d0e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 18f23c14-1b39
Model UUID:a756cafd-dbec-4816-8627-792db7fd4065
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dfa6b3df-262f-45a8-9aaa-cb2aa6271e32
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:627758ba-c186-4a24-bfe2-1e13605b778c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a7017404-0bb3-4aaf-b4eb-ee3711013436
ModelName:Vfw18f23c141b39..base_vfw..module-0
ModelUuid:2bc2b4ee-fbea-4745-957e-3b810ee9284b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:75fa4886-362f-4261-9b9b-8d55c5cf366b
ModelInvariantUuid:d823d9f4-6bd6-4af6-9177-141fc46eab59
ModelName:vFW 18f23c14-1b39-nodes.vfwCvfc
ModelUuid:82710bed-0185-4598-b726-30005252de1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ccf5763d-81bc-486f-84fd-75fec8d33cf4
ModelInvariantUuid:35fe5871-ba84-417a-a593-fe5b7feae460
ModelName:Vfw18f23c141b39.compute.nodes.heat.vfw
ModelUuid:f80d41be-5108-4678-b1da-8865527c7379
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:271c4167-8a48-46ca-afa8-70998aee114e
ModelInvariantUuid:a360723f-0c0d-441d-8135-9b7d5d1c564f
ModelName:vFW 18f23c14-1b39-nodes.vsnCvfc
ModelUuid:821a7fef-dbe0-4adf-9592-1dd4e3f37983
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:972a08c6-b1b0-4874-a206-6f01b1ba6734
ModelInvariantUuid:ffdb66cf-8a84-440b-8dd1-af1a80b4489a
ModelName:Vfw18f23c141b39.compute.nodes.heat.vsn
ModelUuid:ded67458-3851-4b3c-94fc-ad64b19b06c6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:35ee0641-b02f-438a-877e-72fbbe2f8873
ModelInvariantUuid:c455f170-a785-4714-a6f9-ca8267d1a02b
ModelName:vFW 18f23c14-1b39-nodes.vpgCvfc
ModelUuid:c3a94af7-64fe-4586-953a-6197b4d08c69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2fcea500-e37e-455c-94d5-bf2ca2c01e6f
ModelInvariantUuid:2bd91438-af8d-4cc8-90ad-80913ddd0553
ModelName:Vfw18f23c141b39.compute.nodes.heat.vpg
ModelUuid:7ad1e0a0-ef0b-4f2c-b364-082de06e7681
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-08-22T04:00:38.966Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fe1ac124-dc1f-4448-9ddc-6f671bb9b1df
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-08-22T04:00:38.970Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||vFW 18f23c14-1b39 0
2022-08-22T04:00:38.971Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe1ac124-dc1f-4448-9ddc-6f671bb9b1df
2022-08-22T04:00:38.971Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ba3ab906-31bb-4f16-9a6e-515c120ef649 from URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json
2022-08-22T04:00:38.972Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T04:00:38.972Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json
2022-08-22T04:00:39.044Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T04:00:39.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json ba3ab906-31bb-4f16-9a6e-515c120ef649 785
2022-08-22T04:00:39.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json ASDC sendASDCNotification
2022-08-22T04:00:39.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json
2022-08-22T04:00:39.047Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T04:00:39.047Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:39.050Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:39.050Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140839046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:39.150Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:39.151Z||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-08-22T04:00:39.151Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:39.167Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:39.168Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-22T04:00:40.051Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw18f23c141b39..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a7017404-0bb3-4aaf-b4eb-ee3711013436",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2bc2b4ee-fbea-4745-957e-3b810ee9284b",
"vfModuleModelCustomizationUUID": "abf44ecc-57ca-4353-94ac-db45d2839591",
"isBase": true,
"artifacts": [
"c1e4fa41-036a-4e3f-a7c0-e256a293d4b9",
"7edb4e3b-0ab3-4049-9e3f-afa0fec598a4"
],
"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-08-22T04:00:40.059Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw18f23c141b39..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2bc2b4ee-fbea-4745-957e-3b810ee9284b
VfModuleModelInvariantUUID:a7017404-0bb3-4aaf-b4eb-ee3711013436
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1e4fa41-036a-4e3f-a7c0-e256a293d4b9
,
7edb4e3b-0ab3-4049-9e3f-afa0fec598a4
}
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-08-22T04:00:40.063Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw18f23c141b39..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a7017404-0bb3-4aaf-b4eb-ee3711013436",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2bc2b4ee-fbea-4745-957e-3b810ee9284b",
"vfModuleModelCustomizationUUID": "abf44ecc-57ca-4353-94ac-db45d2839591",
"isBase": true,
"artifacts": [
"c1e4fa41-036a-4e3f-a7c0-e256a293d4b9",
"7edb4e3b-0ab3-4049-9e3f-afa0fec598a4"
],
"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-08-22T04:00:40.064Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw18f23c141b39..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2bc2b4ee-fbea-4745-957e-3b810ee9284b
VfModuleModelInvariantUUID:a7017404-0bb3-4aaf-b4eb-ee3711013436
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1e4fa41-036a-4e3f-a7c0-e256a293d4b9
,
7edb4e3b-0ab3-4049-9e3f-afa0fec598a4
}
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-08-22T04:00:40.064Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c1e4fa41-036a-4e3f-a7c0-e256a293d4b9 from URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml
2022-08-22T04:00:40.064Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T04:00:40.065Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml
2022-08-22T04:00:40.151Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T04:00:40.153Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml c1e4fa41-036a-4e3f-a7c0-e256a293d4b9 20368
2022-08-22T04:00:40.154Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-22T04:00:40.154Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml
2022-08-22T04:00:40.155Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T04:00:40.156Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:40.158Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:40.158Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140840154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:40.262Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-22T04:00:40.263Z||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-08-22T04:00:40.263Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:40.276Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:40.276Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:41.159Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7edb4e3b-0ab3-4049-9e3f-afa0fec598a4 from URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env
2022-08-22T04:00:41.160Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T04:00:41.161Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env
2022-08-22T04:00:41.234Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env 7edb4e3b-0ab3-4049-9e3f-afa0fec598a4 2098
2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env
2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:41.237Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:41.238Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140841235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:00:41.338Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:41.339Z||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-08-22T04:00:41.339Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:41.352Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:41.352Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:42.238Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ccb4dc0b-461a-499d-a337-74803f9efe83
2022-08-22T04:00:42.239Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 18f23c14-1b39 0 fe1ac124-dc1f-4448-9ddc-6f671bb9b1df ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-22T04:00:42.263Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27a34182, org.onap.sdc.toscaparser.api.parameters.Input@70f33354, org.onap.sdc.toscaparser.api.parameters.Input@1024ed2d, org.onap.sdc.toscaparser.api.parameters.Input@1e73fd3d, org.onap.sdc.toscaparser.api.parameters.Input@23611020]
2022-08-22T04:00:42.265Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.266Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:42.266Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-08-22T04:00:42.266Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 627758ba-c186-4a24-bfe2-1e13605b778c
2022-08-22T04:00:42.267Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 627758ba-c186-4a24-bfe2-1e13605b778c matches Tosca VF Customization UUID: 627758ba-c186-4a24-bfe2-1e13605b778c
2022-08-22T04:00:42.267Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 627758ba-c186-4a24-bfe2-1e13605b778c 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-08-22T04:00:42.270Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.271Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:42.272Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 627758ba-c186-4a24-bfe2-1e13605b778c: {\"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-08-22T04:00:42.272Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c00bff4
2022-08-22T04:00:42.272Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.273Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T04:00:42.273Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : abf44ecc-57ca-4353-94ac-db45d2839591
2022-08-22T04:00:42.273Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID abf44ecc-57ca-4353-94ac-db45d2839591
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-08-22T04:00:42.277Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.277Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:42.278Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:00:42.278Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.278Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:42.279Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:00:42.279Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.279Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria
2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T04:00:42.281Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:42.281Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:42.281Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T04:00:42.282Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:42.282Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T04:00:42.282Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:42.283Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=75fa4886-362f-4261-9b9b-8d55c5cf366b
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-08-22T04:00:42.287Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.287Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:42.287Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:00:42.288Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.288Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria
2022-08-22T04:00:42.288Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:00:42.288Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:00:42.289Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T04:00:42.289Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:42.289Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:42.289Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T04:00:42.291Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:42.291Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=271c4167-8a48-46ca-afa8-70998aee114e
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-08-22T04:00:42.294Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.295Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:42.295Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:00:42.299Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.299Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria
2022-08-22T04:00:42.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:00:42.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:00:42.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T04:00:42.301Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:42.301Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:42.301Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T04:00:42.302Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:00:42.302Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T04:00:42.302Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T04:00:42.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:00:42.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T04:00:42.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-22T04:00:42.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35ee0641-b02f-438a-877e-72fbbe2f8873
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-08-22T04:00:42.310Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.310Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:42.311Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:00:42.311Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.312Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria
2022-08-22T04:00:42.312Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=627758ba-c186-4a24-bfe2-1e13605b778c
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-08-22T04:00:42.315Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.315Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:42.316Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ccb4dc0b-461a-499d-a337-74803f9efe83: vFW 18f23c14-1b39
2022-08-22T04:00:42.316Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.316Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:42.317Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.317Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:42.317Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.318Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:42.318Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.318Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:42.319Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:00:42.319Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:00:42.319Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-08-22 03-57-13
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-08-22T04:00:42.595Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 18f23c14-1b39 fe1ac124-dc1f-4448-9ddc-6f671bb9b1df 1 ASDC deployResourceStructure
2022-08-22T04:00:42.596Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json ASDC sendASDCNotification
2022-08-22T04:00:42.596Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json
2022-08-22T04:00:42.596Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T04:00:42.596Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:42.599Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:42.599Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140842596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T04:00:42.700Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T04:00:42.701Z||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-08-22T04:00:42.701Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:42.713Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:42.714Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:43.600Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-22T04:00:43.601Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml
2022-08-22T04:00:43.602Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T04:00:43.602Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:43.605Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:43.605Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140843600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-22T04:00:43.705Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:43.706Z||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-08-22T04:00:43.707Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:43.719Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:43.719Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:44.606Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-22T04:00:44.607Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env
2022-08-22T04:00:44.607Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T04:00:44.608Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:44.610Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:44.611Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140844606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-22T04:00:44.711Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:44.712Z||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-08-22T04:00:44.713Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:44.724Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:44.725Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-22T04:00:45.612Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar ASDC sendASDCNotification
2022-08-22T04:00:45.612Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar
2022-08-22T04:00:45.612Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T04:00:45.613Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:00:45.615Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:00:45.615Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140845612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:00:45.715Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:00:45.716Z||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-08-22T04:00:45.716Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:00:45.733Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:00:45.733Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:00:46.616Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 805b6ac2-5d94-407e-8c1d-075e7bd7202e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-22T04:00:46.640Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 805b6ac2-5d94-407e-8c1d-075e7bd7202e
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-08-22T04:00:46.645Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T04:00:46.645Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-22T04:00:46.645Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-22T04:00:46.645Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-08-22T04:00:46.653Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-22T04:01:14.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T04:01:14.746Z||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-08-22T04:01:14.747Z||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 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:15.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:15.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140822693,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-22T04:01:15.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "cds",
"timestamp": 1661140819606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140825039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140823553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140825227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "cds",
"timestamp": 1661140819606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140825039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140823553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140825227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "cds",
"timestamp": 1661140819606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140825039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140823553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140825227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140828500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "cds",
"timestamp": 1661140819606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140825039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140823553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140825227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140828500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "cds",
"timestamp": 1661140819606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140825039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140823553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140825227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140828500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "cds",
"timestamp": 1661140819606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140825039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140823553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140825227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140830849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140828500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140825039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "cds",
"timestamp": 1661140819606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140823553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1661140825227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140830849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140828500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140833322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "cds",
"timestamp": 1661140833511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140833661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140830849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140828500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "cds",
"timestamp": 1661140834520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-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-08-22T04:01:15.522Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee
2022-08-22T04:01:15.522Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-08-22T04:01:15.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140834457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140830849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140828500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140835299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140835529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140830849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140836263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140836571,
"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-08-22T04:01:15.571Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee
2022-08-22T04:01:15.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-08-22T04:01:15.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140830849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140830849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661140837577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T04:01:15.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140838624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140839046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140839630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:01:15.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140840154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.620Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140839633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140840384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:01:15.620Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "policy-id",
"timestamp": 1661140840634,
"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-08-22T04:01:15.631Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee
2022-08-22T04:01:15.631Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-08-22T04:01:15.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140841235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140839633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661140841389,
"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-08-22T04:01:15.653Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee
2022-08-22T04:01:15.653Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-08-22T04:01:15.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140839633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140842596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T04:01:15.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140839633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140843600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-22T04:01:15.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140839633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140844791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:01:15.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140844606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-22T04:01:15.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140839633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:15.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "aai-ml",
"timestamp": 1661140845797,
"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-08-22T04:01:15.683Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee
2022-08-22T04:01:15.684Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-08-22T04:01:15.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140845612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:01:15.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140839633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:01:15.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140854540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:15.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140856551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T04:01:15.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T04:01:15.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T04:01:15.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "clamp",
"timestamp": 1661140857556,
"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-08-22T04:01:15.735Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee
2022-08-22T04:01:15.735Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-08-22T04:01:16.653Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-08-22T04:01:16.665Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 805b6ac2-5d94-407e-8c1d-075e7bd7202e and serviceModelVersionId: ccb4dc0b-461a-499d-a337-74803f9efe83
2022-08-22T04:01:16.665Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f086d59-dfb4-4cca-a337-9d4328e23d0e
2022-08-22T04:01:16.669Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0
2022-08-22T04:01:16.679Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-22T04:01:16.745Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|INFO|500||Invoke
2022-08-22T04:01:16.746Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[805b6ac2-5d94-407e-8c1d-075e7bd7202e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fece27b7-2636-4ffe-b2f2-5119322ad674], X-ECOMP-RequestID=[805b6ac2-5d94-407e-8c1d-075e7bd7202e], X-TransactionId=[], X-ONAP-RequestID=[805b6ac2-5d94-407e-8c1d-075e7bd7202e], Content-Type=[application/merge-patch+json]}
2022-08-22T04:01:16.781Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-22T04:01:16.977Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?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/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220822-04:01:17:072-50057], vertex-id=[348360], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:01:17 GMT], Content-Type=[application/json]}
2022-08-22T04:01:16.977Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-22T04:01:16.978Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|INFO|500||InvokeReturn
2022-08-22T04:01:16.978Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-22T04:01:16.979Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-08-22T04:01:16.991Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||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-08-22T04:01:16.992Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 805b6ac2-5d94-407e-8c1d-075e7bd7202e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-22T04:01:16.992Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-22T04:01:16.993Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:16.998Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:16.998Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140876992,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-22T04:01:17.097Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T04:01:17.098Z||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-08-22T04:01:17.098Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:17.112Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:17.112Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-22T04:01:18.030Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T04:01:18.031Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"80a4c8cd-72b6-43c9-a4c9-93e481a411ee","serviceName":"vFW 2022-08-22 03-59-10","serviceVersion":"1.0","serviceUUID":"2185cf88-a1e3-481c-8057-372a96054708","serviceDescription":"catalog service description","serviceInvariantUUID":"6a4e26f6-9f12-4dc2-9431-6f656fd9f52d","resources":[{"resourceInstanceName":"vFW cec55053-2f75 0","resourceName":"vFW cec55053-2f75","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b54e793-4acf-45bd-964f-af632bd7e5bc","resourceInvariantUUID":"d1c6f18c-f1c3-44e7-a99c-7bcf501cd66a","resourceCustomizationUUID":"1f4d84db-cd26-43f1-89d1-d158a0c34196","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml","artifactChecksum":"MmI5ZTczNTgyZDI3M2FlODM5MzI2NTQwMDViOTE1NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9a85e2e-62d1-481f-ae73-0606a6899c07","artifactVersion":"1"},{"artifactName":"vfwcec550532f750_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json","artifactChecksum":"M2YwOTI5YTAwMzMwMzMzZDk4MWIyMzgwMWRhMTlkN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"767481dd-baba-48f6-9f59-39d44fa70f61","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f35eedb-ad5d-473c-bdcc-b430d1a6762f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml","artifactChecksum":"YmY3ZjYyNzZiYmEyNWYwMzk2ZWUwNDNhNTU3Y2ZiNzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b61e263-0cba-47d1-83b2-1f12b2daae2a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88829879-7af8-4489-93f2-dcec72bbb56e","artifactVersion":"2","generatedFromUUID":"2f35eedb-ad5d-473c-bdcc-b430d1a6762f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220822035910-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml","artifactChecksum":"OTg3MGVjOGZlZTAyZWY1ODUwMDkyN2FkM2NlZmU1MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f3378a2-545d-4ce1-a9b6-435dae3da3e7","artifactVersion":"1"},{"artifactName":"service-Vfw20220822035910-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar","artifactChecksum":"ZjQ4MWY2MDM1M2RhMDVmNjkyY2VlYTkzMWI3N2RjMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ac5c9a-6133-44dd-a743-eb13e4c7b35d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-22T04:01:18.033Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:01:18.034Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:18.037Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:18.037Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:18.137Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:18.138Z||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-08-22T04:01:18.138Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:18.152Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:18.153Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:01:19.037Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:01:19.038Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:19.041Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:19.041Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "NOTIFIED"
}
2022-08-22T04:01:19.141Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:19.143Z||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-08-22T04:01:19.143Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:19.154Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:19.154Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:01:20.042Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:01:20.043Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:20.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:20.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T04:01:20.146Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:20.147Z||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-08-22T04:01:20.147Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:20.158Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:20.159Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:01:21.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:01:21.047Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:21.050Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:21.050Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:21.150Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:21.152Z||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-08-22T04:01:21.152Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:21.162Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:21.163Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-22T04:01:22.051Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:01:22.053Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:22.057Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:22.057Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-22T04:01:22.156Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T04:01:22.157Z||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-08-22T04:01:22.158Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:22.169Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:22.170Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:01:23.058Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:01:23.059Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:23.062Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:23.062Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T04:01:23.162Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:23.163Z||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-08-22T04:01:23.163Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:23.176Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:23.176Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-22T04:01:24.062Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T04:01:24.063Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:24.066Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:24.066Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140823711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T04:01:24.166Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:24.167Z||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-08-22T04:01:24.168Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:24.180Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:24.181Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:01:25.068Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"serviceName": "vFW 2022-08-22 03-59-10",
"serviceVersion": "1.0",
"serviceUUID": "2185cf88-a1e3-481c-8057-372a96054708",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6a4e26f6-9f12-4dc2-9431-6f656fd9f52d",
"resources": [
{
"resourceInstanceName": "vFW cec55053-2f75 0",
"resourceCustomizationUUID": "1f4d84db-cd26-43f1-89d1-d158a0c34196",
"resourceName": "vFW cec55053-2f75",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6b54e793-4acf-45bd-964f-af632bd7e5bc",
"resourceInvariantUUID": "d1c6f18c-f1c3-44e7-a99c-7bcf501cd66a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcec550532f750_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"artifactChecksum": "M2YwOTI5YTAwMzMwMzMzZDk4MWIyMzgwMWRhMTlkN2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "767481dd-baba-48f6-9f59-39d44fa70f61",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2f35eedb-ad5d-473c-bdcc-b430d1a6762f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88829879-7af8-4489-93f2-dcec72bbb56e",
"generatedFromUUID": "2f35eedb-ad5d-473c-bdcc-b430d1a6762f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88829879-7af8-4489-93f2-dcec72bbb56e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220822035910-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"artifactChecksum": "ZjQ4MWY2MDM1M2RhMDVmNjkyY2VlYTkzMWI3N2RjMWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "01ac5c9a-6133-44dd-a743-eb13e4c7b35d"
}
],
"workloadContext": "Production"
}
2022-08-22T04:01:25.068Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-22T04:01:25.068Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2185cf88-a1e3-481c-8057-372a96054708 ASDC
2022-08-22T04:01:25.069Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:80a4c8cd-72b6-43c9-a4c9-93e481a411ee
ServiceName:vFW 2022-08-22 03-59-10
ServiceVersion:1.0
ServiceUUID:2185cf88-a1e3-481c-8057-372a96054708
ServiceInvariantUUID:6a4e26f6-9f12-4dc2-9431-6f656fd9f52d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220822035910-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar
ArtifactUUID:01ac5c9a-6133-44dd-a743-eb13e4c7b35d
ArtifactChecksum:ZjQ4MWY2MDM1M2RhMDVmNjkyY2VlYTkzMWI3N2RjMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cec55053-2f75 0
ResourceCustomizationUUID:1f4d84db-cd26-43f1-89d1-d158a0c34196
ResourceInvariantUUID:d1c6f18c-f1c3-44e7-a99c-7bcf501cd66a
ResourceName:vFW cec55053-2f75
ResourceType:VF
ResourceUUID:6b54e793-4acf-45bd-964f-af632bd7e5bc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcec550532f750_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json
ArtifactUUID:767481dd-baba-48f6-9f59-39d44fa70f61
ArtifactChecksum:M2YwOTI5YTAwMzMwMzMzZDk4MWIyMzgwMWRhMTlkN2I=
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/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml
ArtifactUUID:2f35eedb-ad5d-473c-bdcc-b430d1a6762f
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/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env
ArtifactUUID:88829879-7af8-4489-93f2-dcec72bbb56e
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/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env
ArtifactUUID:88829879-7af8-4489-93f2-dcec72bbb56e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-22T04:01:25.069Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2185cf88-a1e3-481c-8057-372a96054708 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-08-22T04:01:25.112Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 01ac5c9a-6133-44dd-a743-eb13e4c7b35d from URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:25.189Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T04:01:25.194Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar 01ac5c9a-6133-44dd-a743-eb13e4c7b35d 99010
2022-08-22T04:01:25.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar ASDC sendASDCNotification
2022-08-22T04:01:25.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:25.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T04:01:25.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:25.197Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:25.198Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140885194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:25.298Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:25.300Z||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-08-22T04:01:25.300Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:25.314Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:25.315Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-22T04:01:26.198Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T04:01:26.199Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-22T04:01:26.200Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 01ac5c9a-6133-44dd-a743-eb13e4c7b35d, URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar to file: /app/ASDC/1/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:26.200Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220822035910-csar.csar
2022-08-22T04:01:26.201Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:26.201Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:26.499Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2164937595019330264/Definitions/service-Vfw20220822035910-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-08-22T04:01:28.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-22T04:01:28.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-22T04:01:28.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-22T04:01:28.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||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-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||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-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||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-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||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-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cec55053-2f75 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-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||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-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||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-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||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-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||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-Vfw20220822035910-csar.csar
2022-08-22T04:01:28.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-22T04:01:28.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:01:28.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria
2022-08-22T04:01:28.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-22T04:01:28.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T04:01:28.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:01:28.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria
2022-08-22T04:01:28.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-22T04:01:28.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T04:01:28.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:01:28.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria
2022-08-22T04:01:28.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T04:01:28.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T04:01:28.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T04:01:28.797Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.797Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:28.797Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.799Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T04:01:28.799Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.799Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria
2022-08-22T04:01:28.799Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria
2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria
2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria
2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3fc54d46-afbc-49e3-9eb2-6c6091fceb4b
2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria
2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=050745d9-b31b-41a0-85b5-b17529f5f931
2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria
2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce8eb346-d91d-4132-8947-c3e1270a49ec
2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:28.809Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:01:28.809Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-22 03-59-10
Description:catalog service description
Model UUID:2185cf88-a1e3-481c-8057-372a96054708
Model Version:NULL
Model InvariantUuid:6a4e26f6-9f12-4dc2-9431-6f656fd9f52d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cec55053-2f75
Model UUID:f6aaa0ae-a36b-4ddd-aa3e-0d7223759ea3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d1c6f18c-f1c3-44e7-a99c-7bcf501cd66a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1f4d84db-cd26-43f1-89d1-d158a0c34196
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ee63da69-eeca-490d-8adc-331ed35b5984
ModelName:VfwCec550532f75..base_vfw..module-0
ModelUuid:71c48760-bf48-495c-819e-1454cf31e13c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3fc54d46-afbc-49e3-9eb2-6c6091fceb4b
ModelInvariantUuid:8600d685-d68f-4d5d-a15b-4d461a04327b
ModelName:vFW cec55053-2f75-nodes.vfwCvfc
ModelUuid:7367eb39-1fa7-4e55-8f15-9da2f0efe3d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f090f6ea-d6b7-4f13-a293-d57794ea6589
ModelInvariantUuid:5b26df91-9b9f-4eee-9b87-569bc3bafb2f
ModelName:VfwCec550532f75.compute.nodes.heat.vfw
ModelUuid:e43322a0-c3e9-4f87-8126-b2cb40db4875
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:050745d9-b31b-41a0-85b5-b17529f5f931
ModelInvariantUuid:b0de0a9d-b0bc-4f59-ab28-4ccd19c02443
ModelName:vFW cec55053-2f75-nodes.vsnCvfc
ModelUuid:a9be6ef9-acbc-4247-b844-18c406e7f7c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:576d4434-21bb-4416-86b2-ed239fc96186
ModelInvariantUuid:412779cf-3788-46c5-8aab-ce4bcda24aa3
ModelName:VfwCec550532f75.compute.nodes.heat.vsn
ModelUuid:d97c2afc-2a0b-4450-9bd4-5f55b8f1c35a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ce8eb346-d91d-4132-8947-c3e1270a49ec
ModelInvariantUuid:47600a9b-9a92-4676-ba7e-c38edbade168
ModelName:vFW cec55053-2f75-nodes.vpgCvfc
ModelUuid:393621de-c7bb-4eea-8bae-60aea64e3521
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:43af9ff8-6351-4e7e-9d5f-aa0514a2b1c8
ModelInvariantUuid:d7f1e9ff-f995-4551-87c3-513243581c02
ModelName:VfwCec550532f75.compute.nodes.heat.vpg
ModelUuid:c1a9e194-75d1-4d8e-abdb-389f3eee0174
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-08-22T04:01:28.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b54e793-4acf-45bd-964f-af632bd7e5bc
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-08-22T04:01:28.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||vFW cec55053-2f75 0
2022-08-22T04:01:28.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b54e793-4acf-45bd-964f-af632bd7e5bc
2022-08-22T04:01:28.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 767481dd-baba-48f6-9f59-39d44fa70f61 from URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json
2022-08-22T04:01:28.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T04:01:28.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json
2022-08-22T04:01:28.888Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T04:01:28.889Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json 767481dd-baba-48f6-9f59-39d44fa70f61 785
2022-08-22T04:01:28.889Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json ASDC sendASDCNotification
2022-08-22T04:01:28.889Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json
2022-08-22T04:01:28.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T04:01:28.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:28.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:28.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140888889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:28.993Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:28.994Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T04:01:28.994Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:29.014Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:29.015Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:01:29.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCec550532f75..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ee63da69-eeca-490d-8adc-331ed35b5984",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71c48760-bf48-495c-819e-1454cf31e13c",
"vfModuleModelCustomizationUUID": "42348236-ebdd-497b-9cff-b62eccce9f03",
"isBase": true,
"artifacts": [
"2f35eedb-ad5d-473c-bdcc-b430d1a6762f",
"88829879-7af8-4489-93f2-dcec72bbb56e"
],
"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-08-22T04:01:29.899Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCec550532f75..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71c48760-bf48-495c-819e-1454cf31e13c
VfModuleModelInvariantUUID:ee63da69-eeca-490d-8adc-331ed35b5984
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f35eedb-ad5d-473c-bdcc-b430d1a6762f
,
88829879-7af8-4489-93f2-dcec72bbb56e
}
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-08-22T04:01:29.901Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCec550532f75..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ee63da69-eeca-490d-8adc-331ed35b5984",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71c48760-bf48-495c-819e-1454cf31e13c",
"vfModuleModelCustomizationUUID": "42348236-ebdd-497b-9cff-b62eccce9f03",
"isBase": true,
"artifacts": [
"2f35eedb-ad5d-473c-bdcc-b430d1a6762f",
"88829879-7af8-4489-93f2-dcec72bbb56e"
],
"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-08-22T04:01:29.901Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCec550532f75..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71c48760-bf48-495c-819e-1454cf31e13c
VfModuleModelInvariantUUID:ee63da69-eeca-490d-8adc-331ed35b5984
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f35eedb-ad5d-473c-bdcc-b430d1a6762f
,
88829879-7af8-4489-93f2-dcec72bbb56e
}
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-08-22T04:01:29.901Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2f35eedb-ad5d-473c-bdcc-b430d1a6762f from URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml
2022-08-22T04:01:29.901Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T04:01:29.902Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml
2022-08-22T04:01:30.015Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T04:01:30.016Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml 2f35eedb-ad5d-473c-bdcc-b430d1a6762f 20368
2022-08-22T04:01:30.017Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-22T04:01:30.017Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml
2022-08-22T04:01:30.017Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T04:01:30.018Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:30.020Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:30.020Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140890017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:30.120Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:30.121Z||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-08-22T04:01:30.122Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:30.133Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:30.134Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-22T04:01:31.025Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 88829879-7af8-4489-93f2-dcec72bbb56e from URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env
2022-08-22T04:01:31.030Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-22T04:01:31.030Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env
2022-08-22T04:01:31.129Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-22T04:01:31.130Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env 88829879-7af8-4489-93f2-dcec72bbb56e 2098
2022-08-22T04:01:31.131Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-22T04:01:31.131Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env
2022-08-22T04:01:31.131Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T04:01:31.132Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-22T04:01:31.134Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T04:01:31.134Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661140891131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T04:01:31.234Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T04:01:31.236Z||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-08-22T04:01:31.236Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ...
2022-08-22T04:01:31.248Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T04:01:31.249Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-22T04:01:32.135Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2185cf88-a1e3-481c-8057-372a96054708
2022-08-22T04:01:32.136Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cec55053-2f75 0 6b54e793-4acf-45bd-964f-af632bd7e5bc 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-08-22T04:01:32.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@135b7c7a, org.onap.sdc.toscaparser.api.parameters.Input@6cff3b49, org.onap.sdc.toscaparser.api.parameters.Input@240ceac0, org.onap.sdc.toscaparser.api.parameters.Input@7f5d36b5, org.onap.sdc.toscaparser.api.parameters.Input@37ad2d88]
2022-08-22T04:01:32.158Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:32.159Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:01:32.159Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-08-22T04:01:32.159Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1f4d84db-cd26-43f1-89d1-d158a0c34196
2022-08-22T04:01:32.159Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f4d84db-cd26-43f1-89d1-d158a0c34196 matches Tosca VF Customization UUID: 1f4d84db-cd26-43f1-89d1-d158a0c34196
2022-08-22T04:01:32.160Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1f4d84db-cd26-43f1-89d1-d158a0c34196 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-08-22T04:01:32.163Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:32.163Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T04:01:32.164Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1f4d84db-cd26-43f1-89d1-d158a0c34196: {\"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-08-22T04:01:32.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77fab325
2022-08-22T04:01:32.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:32.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T04:01:32.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42348236-ebdd-497b-9cff-b62eccce9f03
2022-08-22T04:01:32.166Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42348236-ebdd-497b-9cff-b62eccce9f03
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-08-22T04:01:32.170Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:32.170Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria
2022-08-22T04:01:32.170Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:01:32.170Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:32.171Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria
2022-08-22T04:01:32.171Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:01:32.171Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:32.172Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria
2022-08-22T04:01:32.172Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T04:01:32.172Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T04:01:32.172Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-22T04:01:32.173Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T04:01:32.173Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T04:01:32.173Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T04:01:32.175Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3fc54d46-afbc-49e3-9eb2-6c6091fceb4b
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-08-22T04:01:32.178Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T04:01:32.178Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria
2022-08-22T04:01:32.178Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T04:01:32.179Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery