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-05-31T03:39:51.435Z||main|||||INFO|500||The following profiles are active: basic
2022-05-31T03:40:03.855Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-31T03:40:03.856Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-31T03:40:03.995Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-31T03:40:08.609Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-31T03:40:09.171Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-31T03:40:09.695Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-31T03:40:09.702Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-31T03:40:09.836Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-31T03:40:10.087Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-31T03:40:10.785Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-31T03:40:12.719Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-31T03:40:15.341Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-31T03:40:15.402Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-31T03:40:16.123Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-31T03:40:16.516Z||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-05-31T03:40:17.879Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-31T03:40:19.190Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-31T03:40:19.216Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-31T03:40:19.218Z||main|||||WARN|500||The sdc end point is not alive
2022-05-31T03:40:22.521Z||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-05-31T03:40:25.577Z||main|||||WARN|500||---
2022-05-31T03:40:25.577Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-31T03:40:25.578Z||main|||||WARN|500||---
2022-05-31T03:40:26.084Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-31T03:40:31.350Z||main|||||INFO|500||Started Application in 43.294 seconds (JVM running for 45.739)
2022-05-31T03:40:31.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-31T03:40:31.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-31T03:40:31.400Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-31T03:40:31.436Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-31T03:40:31.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 365c8458-99d5-4f56-b963-455cfe08ee0d url= /sdc/v1/artifactTypes
2022-05-31T03:40:31.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-31T03:40:31.820Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-31T03:40:31.850Z||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-05-31T03:40:31.877Z||scheduling-1|||||DEBUG|500||create keys
2022-05-31T03:40:31.890Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-31T03:40:31.965Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:40:32.004Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 476d5213-2b94-4b2a-8780-eb882273c75e url= /sdc/v1/registerForDistribution
2022-05-31T03:40:32.228Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 476d5213-2b94-4b2a-8780-eb882273c75e url= /sdc/v1/registerForDistribution
2022-05-31T03:40:32.230Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-31T03:40:32.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:40:32.293Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-31T03:40:32.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:40:32.415Z||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-05-31T03:40:32.416Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:40:32.416Z||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-05-31T03:40:32.416Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T03:40:43.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:40:43.139Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:41:32.250Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:41:32.251Z||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-05-31T03:41:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:41:32.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:41:32.270Z||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-05-31T03:41:32.270Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:41:41.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:41:41.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:42:32.251Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:42:32.252Z||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-05-31T03:42:32.252Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:42:32.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:42:32.264Z||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-05-31T03:42:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:42:41.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:42:41.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:43:32.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:43:32.254Z||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-05-31T03:43:32.254Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:43:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:43:32.265Z||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-05-31T03:43:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:43:41.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:43:41.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:44:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:44:32.251Z||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-05-31T03:44:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:44:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:44:32.264Z||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-05-31T03:44:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:44:41.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:44:41.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:45:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:45:32.253Z||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-05-31T03:45:32.254Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:45:32.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:45:32.264Z||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-05-31T03:45:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:45:41.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:45:41.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:46:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:46:32.251Z||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-05-31T03:46:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:46:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:46:32.264Z||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-05-31T03:46:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:46:41.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:46:41.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:47:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:47:32.251Z||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-05-31T03:47:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:47:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:47:32.267Z||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-05-31T03:47:32.268Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:47:41.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:47:41.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:48:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:48:32.251Z||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-05-31T03:48:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:48:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:48:32.264Z||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-05-31T03:48:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:48:41.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:48:41.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:49:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:49:32.251Z||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-05-31T03:49:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:49:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:49:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T03:49:32.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T03:49:41.824Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:49:41.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:50:21.500Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-31T03:50:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:50:32.251Z||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-05-31T03:50:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:50:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:50:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T03:50:32.265Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T03:50:41.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:50:41.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:51:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:51:32.251Z||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-05-31T03:51:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:51:32.264Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:51:32.265Z||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-05-31T03:51:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:51:41.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:51:41.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:52:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:52:32.251Z||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-05-31T03:52:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:52:32.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:52:32.264Z||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-05-31T03:52:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:52:41.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:52:41.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:53:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:53:32.251Z||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-05-31T03:53:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:53:32.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:53:32.264Z||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-05-31T03:53:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:53:41.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:53:41.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:54:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:54:32.251Z||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-05-31T03:54:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:54:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:54:32.264Z||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-05-31T03:54:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:54:41.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:54:41.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:55:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:55:32.252Z||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-05-31T03:55:32.252Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:55:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:55:32.265Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T03:55:32.265Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T03:55:41.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:55:41.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:56:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:56:32.253Z||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-05-31T03:56:32.253Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:56:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:56:32.264Z||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-05-31T03:56:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:56:41.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:56:41.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:57:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:57:32.251Z||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-05-31T03:57:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:57:32.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:57:32.264Z||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-05-31T03:57:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:57:41.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:57:41.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:58:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:58:32.251Z||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-05-31T03:58:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:58:32.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:58:32.265Z||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-05-31T03:58:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:58:41.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:58:41.821Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:59:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:59:32.251Z||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-05-31T03:59:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:59:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:59:32.264Z||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-05-31T03:59:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T03:59:41.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:59:41.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:00:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:00:32.251Z||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-05-31T04:00:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:00:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:00:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:00:32.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:00:41.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:00:41.832Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:01:32.250Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:01:32.251Z||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-05-31T04:01:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:01:32.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:01:32.265Z||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-05-31T04:01:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:01:41.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:01:41.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:02:32.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:02:32.251Z||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-05-31T04:02:32.253Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:02:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:02:32.264Z||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-05-31T04:02:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:02:41.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:02:41.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:03:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:03:32.251Z||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-05-31T04:03:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:03:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:03:32.264Z||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-05-31T04:03:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:03:41.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:03:41.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:04:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:04:32.251Z||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-05-31T04:04:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:04:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:04:32.264Z||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-05-31T04:04:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:04:41.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:04:41.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:05:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:05:32.252Z||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-05-31T04:05:32.252Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:05:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:05:32.265Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:05:32.265Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:05:41.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:05:41.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:06:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:06:32.251Z||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-05-31T04:06:32.252Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:06:32.265Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:06:32.265Z||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-05-31T04:06:32.266Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:06:41.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:06:41.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:07:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:07:32.251Z||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-05-31T04:07:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:07:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:07:32.264Z||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-05-31T04:07:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:07:41.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:07:41.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:08:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:08:32.255Z||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-05-31T04:08:32.255Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:08:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:08:32.264Z||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-05-31T04:08:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:08:41.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:08:41.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:09:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:09:32.250Z||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-05-31T04:09:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:09:32.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:09:32.264Z||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-05-31T04:09:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:09:41.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:09:41.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:10:32.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:10:32.250Z||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-05-31T04:10:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:10:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:10:32.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:10:32.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:10:41.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:10:41.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:11:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:11:32.250Z||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-05-31T04:11:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:11:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:11:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:11:32.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:11:41.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:11:41.819Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:12:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:12:32.251Z||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-05-31T04:12:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:12:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:12:32.264Z||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-05-31T04:12:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:12:41.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:12:41.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:13:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:13:32.251Z||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-05-31T04:13:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:13:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:13:32.264Z||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-05-31T04:13:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:13:41.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:13:41.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:14:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:14:32.251Z||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-05-31T04:14:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:14:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:14:32.265Z||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-05-31T04:14:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:14:41.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:14:41.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:15:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:15:32.251Z||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-05-31T04:15:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:15:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:15:32.264Z||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-05-31T04:15:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:15:41.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:15:41.823Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:16:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:16:32.252Z||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-05-31T04:16:32.252Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:16:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:16:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:16:32.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:16:41.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:16:41.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:17:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:17:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:17:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:17:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:17:32.264Z||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-05-31T04:17:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:17:41.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:17:41.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:18:32.251Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:18:32.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:18:32.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:18:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:18:32.265Z||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-05-31T04:18:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:18:41.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:18:41.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:19:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:19:32.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:19:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:19:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:19:32.265Z||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-05-31T04:19:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:19:41.797Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:19:41.857Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:20:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:20:32.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:20:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:20:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:20:32.264Z||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-05-31T04:20:32.264Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:20:41.894Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:20:42.009Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:21:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:21:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:21:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:21:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:21:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:21:32.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:21:41.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:21:41.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:22:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:22:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:22:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:22:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:22:32.265Z||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-05-31T04:22:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:22:41.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:22:41.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:23:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:23:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:23:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:23:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:23:32.265Z||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-05-31T04:23:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:23:41.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:23:41.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:24:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:24:32.252Z||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-05-31T04:24:32.252Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:24:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:24:32.264Z||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-05-31T04:24:32.265Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:24:41.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:24:41.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:32.250Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:25:32.251Z||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-05-31T04:25:32.251Z||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 UGibuShiTvIjXZNa) ...
2022-05-31T04:25:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:25:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:25:32.265Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:32.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:32.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"da47ba14-7e43-4872-b084-773b061723cd","serviceName":"basic_onboard_rinoeA","serviceVersion":"1.0","serviceUUID":"e68b6769-3686-4414-94fb-d60c191a6f47","serviceDescription":"service","serviceInvariantUUID":"b9b9bf37-5059-44a1-9334-7b2be9d88d33","resources":[{"resourceInstanceName":"basic_onboard_rinoeA 0","resourceName":"basic_onboard_rinoeA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b390cef-634b-4bbf-b829-cb2365900dde","resourceInvariantUUID":"23cbe037-0a89-4fb6-affe-3dd9dc570ee2","resourceCustomizationUUID":"6a9be786-ceea-4600-89a8-b8b45d405afb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml","artifactChecksum":"MTU0YmE3ZTNkNmI2ZDUwZWVjNTVkODdhNzc0MTFiOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c30dbb3e-04f4-4056-a851-f3bcb65c8859","artifactVersion":"1"},{"artifactName":"basic_onboard_rinoea0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json","artifactChecksum":"NTM5YjUyMTZjZDYxYTI2MDgyNWUzZDQ3ZGUxNDg2NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcfae0ad-25db-4624-8ee7-8deaf0d444a8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"221771ee-95de-430f-9d10-f6e64fcdc529","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7debfd2-47bc-46e2-a4af-e9c491033e90","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ecd06ce9-836d-45bc-8131-1a95de5665cd","artifactVersion":"2","generatedFromUUID":"221771ee-95de-430f-9d10-f6e64fcdc529"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRinoea-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml","artifactChecksum":"YWRmM2RkODg1Mzc5MDEzOTM5ZTdkZTcwMDFjYWUxMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ed3ffae-05e1-4928-a03c-cd134981ed4b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRinoea-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar","artifactChecksum":"ZTgwMmYyY2MyOWM4MDgzMGMyOTc5MWEzYTBhNjBkZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffe03481-72e8-4a7f-b4ff-b1b862e01f95","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-31T04:25:32.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:32.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971112499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.903Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:25:32.912Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:32.929Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:32.930Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971108820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "cds",
"timestamp": 1653971113122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971112972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971112499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T04:25:32.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971108820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971113789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "cds",
"timestamp": 1653971113122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971112972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T04:25:32.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971112499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971108820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T04:25:32.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971113789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "cds",
"timestamp": 1653971113122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971112972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T04:25:32.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971112499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971108820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971113789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "cds",
"timestamp": 1653971113122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971112972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971112499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971108820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971113789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "cds",
"timestamp": 1653971113122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971112972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-31T04:25:32.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971112499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971108820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971113789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "cds",
"timestamp": 1653971113122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971112972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971112499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:25:32.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971108820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:25:32.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971113789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "cds",
"timestamp": 1653971113122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:25:32.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971112972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:25:32.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971113789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971120164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "cds",
"timestamp": 1653971121582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:32.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:32.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971121320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:32.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:32.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971121254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:32.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:32.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971120164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:32.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:32.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971122267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:25:32.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:32.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:32.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "cds",
"timestamp": 1653971122606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-05-31T04:25:33.029Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-31T04:25:33.033Z||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-05-31T04:25:33.034Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:25:33.052Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:33.053Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T04:25:33.213Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd
2022-05-31T04:25:33.239Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:25:33.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971120164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:33.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:33.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971122824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:33.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:33.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "policy-id",
"timestamp": 1653971123272,
"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-05-31T04:25:33.283Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd
2022-05-31T04:25:33.283Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:25:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971120164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971124270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:33.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971120164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:33.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971125329,
"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-05-31T04:25:33.298Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd
2022-05-31T04:25:33.298Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:25:33.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971120164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:33.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:33.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971126349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:33.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:33.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971126334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T04:25:33.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:33.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971120164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:25:33.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971128127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:33.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971128379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:25:33.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:25:33.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "clamp",
"timestamp": 1653971129385,
"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-05-31T04:25:33.335Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd
2022-05-31T04:25:33.335Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:25:33.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:25:33.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971132003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:33.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:25:33.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:25:33.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:33.942Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:33.943Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T04:25:34.043Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:25:34.044Z||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-05-31T04:25:34.044Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:34.063Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:34.064Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:34.943Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:25:34.945Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:34.947Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:34.947Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T04:25:35.047Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T04:25:35.048Z||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-05-31T04:25:35.049Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:35.063Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:35.064Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:35.948Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:25:35.949Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:35.952Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:35.952Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:36.052Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:25:36.053Z||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-05-31T04:25:36.054Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:36.069Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:36.070Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:36.953Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:25:36.954Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:36.956Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:36.956Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-31T04:25:37.056Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T04:25:37.058Z||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-05-31T04:25:37.058Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:37.073Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:37.074Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:37.957Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:25:37.958Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:37.960Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:37.961Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:25:38.061Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:25:38.062Z||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-05-31T04:25:38.062Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:38.087Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:38.087Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:38.961Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:25:38.962Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:38.964Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:38.964Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:25:39.065Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:25:39.066Z||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-05-31T04:25:39.066Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:39.079Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:39.080Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:39.967Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"serviceName": "basic_onboard_rinoeA",
"serviceVersion": "1.0",
"serviceUUID": "e68b6769-3686-4414-94fb-d60c191a6f47",
"serviceDescription": "service",
"serviceInvariantUUID": "b9b9bf37-5059-44a1-9334-7b2be9d88d33",
"resources": [
{
"resourceInstanceName": "basic_onboard_rinoeA 0",
"resourceCustomizationUUID": "6a9be786-ceea-4600-89a8-b8b45d405afb",
"resourceName": "basic_onboard_rinoeA",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4b390cef-634b-4bbf-b829-cb2365900dde",
"resourceInvariantUUID": "23cbe037-0a89-4fb6-affe-3dd9dc570ee2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rinoea0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"artifactChecksum": "NTM5YjUyMTZjZDYxYTI2MDgyNWUzZDQ3ZGUxNDg2NDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bcfae0ad-25db-4624-8ee7-8deaf0d444a8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "221771ee-95de-430f-9d10-f6e64fcdc529",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ecd06ce9-836d-45bc-8131-1a95de5665cd",
"generatedFromUUID": "221771ee-95de-430f-9d10-f6e64fcdc529"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ecd06ce9-836d-45bc-8131-1a95de5665cd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRinoea-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"artifactChecksum": "ZTgwMmYyY2MyOWM4MDgzMGMyOTc5MWEzYTBhNjBkZjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ffe03481-72e8-4a7f-b4ff-b1b862e01f95"
}
],
"workloadContext": "Production"
}
2022-05-31T04:25:39.968Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-31T04:25:39.968Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e68b6769-3686-4414-94fb-d60c191a6f47 ASDC
2022-05-31T04:25:40.091Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:da47ba14-7e43-4872-b084-773b061723cd
ServiceName:basic_onboard_rinoeA
ServiceVersion:1.0
ServiceUUID:e68b6769-3686-4414-94fb-d60c191a6f47
ServiceInvariantUUID:b9b9bf37-5059-44a1-9334-7b2be9d88d33
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRinoea-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar
ArtifactUUID:ffe03481-72e8-4a7f-b4ff-b1b862e01f95
ArtifactChecksum:ZTgwMmYyY2MyOWM4MDgzMGMyOTc5MWEzYTBhNjBkZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rinoeA 0
ResourceCustomizationUUID:6a9be786-ceea-4600-89a8-b8b45d405afb
ResourceInvariantUUID:23cbe037-0a89-4fb6-affe-3dd9dc570ee2
ResourceName:basic_onboard_rinoeA
ResourceType:VF
ResourceUUID:4b390cef-634b-4bbf-b829-cb2365900dde
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rinoea0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json
ArtifactUUID:bcfae0ad-25db-4624-8ee7-8deaf0d444a8
ArtifactChecksum:NTM5YjUyMTZjZDYxYTI2MDgyNWUzZDQ3ZGUxNDg2NDY=
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/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml
ArtifactUUID:221771ee-95de-430f-9d10-f6e64fcdc529
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/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env
ArtifactUUID:ecd06ce9-836d-45bc-8131-1a95de5665cd
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/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env
ArtifactUUID:ecd06ce9-836d-45bc-8131-1a95de5665cd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-31T04:25:40.091Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e68b6769-3686-4414-94fb-d60c191a6f47 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-05-31T04:25:40.141Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T04:25:40.143Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-31T04:25:40.145Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-31T04:25:40.145Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ffe03481-72e8-4a7f-b4ff-b1b862e01f95 from URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:40.145Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:25:40.146Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:40.802Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:25:40.822Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar ffe03481-72e8-4a7f-b4ff-b1b862e01f95 71551
2022-05-31T04:25:40.825Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar ASDC sendASDCNotification
2022-05-31T04:25:40.825Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:40.828Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:25:40.830Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:40.832Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:40.833Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971140823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:40.933Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T04:25:40.934Z||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-05-31T04:25:40.934Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:40.949Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:40.950Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:41.833Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T04:25:41.834Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-31T04:25:41.835Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ffe03481-72e8-4a7f-b4ff-b1b862e01f95, URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar to file: /app/ASDC/1/service-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:41.835Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:41.938Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:41.938Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:42.672Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4667380007285157310/Definitions/service-BasicOnboardRinoea-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-05-31T04:25:44.781Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-31T04:25:44.786Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-31T04:25:44.786Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.786Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-31T04:25:44.787Z|da47ba14-7e43-4872-b084-773b061723cd|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-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.787Z|da47ba14-7e43-4872-b084-773b061723cd|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-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.787Z|da47ba14-7e43-4872-b084-773b061723cd|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-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.788Z|da47ba14-7e43-4872-b084-773b061723cd|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-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.788Z|da47ba14-7e43-4872-b084-773b061723cd|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-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.788Z|da47ba14-7e43-4872-b084-773b061723cd|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-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.788Z|da47ba14-7e43-4872-b084-773b061723cd|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-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.789Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rinoeA 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-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.789Z|da47ba14-7e43-4872-b084-773b061723cd|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-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:44.789Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-31T04:25:44.795Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.797Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:44.801Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria
2022-05-31T04:25:44.801Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-31T04:25:44.803Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T04:25:44.805Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.805Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:44.805Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria
2022-05-31T04:25:44.806Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-31T04:25:44.806Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T04:25:44.806Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.807Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:44.810Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.810Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is not matching search criteria
2022-05-31T04:25:44.810Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-31T04:25:44.811Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-31T04:25:44.811Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-31T04:25:44.811Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-31T04:25:44.812Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-31T04:25:44.812Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.812Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T04:25:44.813Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.814Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria
2022-05-31T04:25:44.814Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:25:44.815Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.815Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria
2022-05-31T04:25:44.815Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:25:44.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria
2022-05-31T04:25:44.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:25:44.817Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.817Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is not matching search criteria
2022-05-31T04:25:44.817Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-31T04:25:44.818Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-31T04:25:44.818Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=265c37b9-ff86-4717-9202-5330e4935cf9
2022-05-31T04:25:44.818Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:44.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:44.820Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.820Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:44.820Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:44.821Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:44.821Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_rinoeA
Description:service
Model UUID:e68b6769-3686-4414-94fb-d60c191a6f47
Model Version:NULL
Model InvariantUuid:b9b9bf37-5059-44a1-9334-7b2be9d88d33
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_rinoeA
Model UUID:161827cf-a2d8-4eec-a270-cdf3fb17d51d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:23cbe037-0a89-4fb6-affe-3dd9dc570ee2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6a9be786-ceea-4600-89a8-b8b45d405afb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:be67bc1f-b340-42b0-b1e2-79cfec3ecd38
ModelName:BasicOnboardRinoea..base_ubuntu18..module-0
ModelUuid:e92b1289-429d-4240-ad06-78a16c1665e8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:265c37b9-ff86-4717-9202-5330e4935cf9
ModelInvariantUuid:4828770a-1de2-4516-a46c-7a11d03b0a67
ModelName:basic_onboard_rinoeA-nodes.ubuntu18Cvfc
ModelUuid:e9d7b8a6-b470-4860-a067-e89383af2477
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c24c5cab-5612-4be6-b502-3bc89ce208c9
ModelInvariantUuid:b7f1c33b-8737-42f8-bf8e-279ec465644b
ModelName:BasicOnboardRinoea.compute.nodes.heat.ubuntu18
ModelUuid:26b16192-016f-46db-9e81-30f786ef1c61
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-05-31T04:25:44.830Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b390cef-634b-4bbf-b829-cb2365900dde
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-05-31T04:25:44.931Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||basic_onboard_rinoeA 0
2022-05-31T04:25:44.937Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b390cef-634b-4bbf-b829-cb2365900dde
2022-05-31T04:25:44.937Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcfae0ad-25db-4624-8ee7-8deaf0d444a8 from URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json
2022-05-31T04:25:44.961Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:25:44.962Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json
2022-05-31T04:25:45.930Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:25:45.930Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json bcfae0ad-25db-4624-8ee7-8deaf0d444a8 798
2022-05-31T04:25:45.931Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json ASDC sendASDCNotification
2022-05-31T04:25:45.931Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json
2022-05-31T04:25:45.931Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:25:45.932Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:45.935Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:45.935Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971145931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:46.035Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:25:46.037Z||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-05-31T04:25:46.037Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:46.050Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:46.052Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:46.938Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRinoea..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be67bc1f-b340-42b0-b1e2-79cfec3ecd38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e92b1289-429d-4240-ad06-78a16c1665e8",
"vfModuleModelCustomizationUUID": "541cceea-ddc6-49f5-aea4-049908cd9bda",
"isBase": true,
"artifacts": [
"221771ee-95de-430f-9d10-f6e64fcdc529",
"ecd06ce9-836d-45bc-8131-1a95de5665cd"
],
"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-05-31T04:25:46.952Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRinoea..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e92b1289-429d-4240-ad06-78a16c1665e8
VfModuleModelInvariantUUID:be67bc1f-b340-42b0-b1e2-79cfec3ecd38
VfModuleModelDescription:NULL
Artifacts UUID List:{
221771ee-95de-430f-9d10-f6e64fcdc529
,
ecd06ce9-836d-45bc-8131-1a95de5665cd
}
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-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRinoea..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be67bc1f-b340-42b0-b1e2-79cfec3ecd38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e92b1289-429d-4240-ad06-78a16c1665e8",
"vfModuleModelCustomizationUUID": "541cceea-ddc6-49f5-aea4-049908cd9bda",
"isBase": true,
"artifacts": [
"221771ee-95de-430f-9d10-f6e64fcdc529",
"ecd06ce9-836d-45bc-8131-1a95de5665cd"
],
"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-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRinoea..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e92b1289-429d-4240-ad06-78a16c1665e8
VfModuleModelInvariantUUID:be67bc1f-b340-42b0-b1e2-79cfec3ecd38
VfModuleModelDescription:NULL
Artifacts UUID List:{
221771ee-95de-430f-9d10-f6e64fcdc529
,
ecd06ce9-836d-45bc-8131-1a95de5665cd
}
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-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 221771ee-95de-430f-9d10-f6e64fcdc529 from URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml
2022-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml
2022-05-31T04:25:47.375Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:25:47.375Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml 221771ee-95de-430f-9d10-f6e64fcdc529 5033
2022-05-31T04:25:47.376Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-31T04:25:47.376Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml
2022-05-31T04:25:47.376Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:25:47.376Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:47.378Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:47.379Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971147376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:47.479Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:25:47.480Z||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-05-31T04:25:47.480Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:47.494Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:47.495Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:48.380Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ecd06ce9-836d-45bc-8131-1a95de5665cd from URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env
2022-05-31T04:25:48.380Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:25:48.380Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env
2022-05-31T04:25:48.924Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:25:48.924Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env ecd06ce9-836d-45bc-8131-1a95de5665cd 909
2022-05-31T04:25:48.925Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-31T04:25:48.925Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env
2022-05-31T04:25:48.925Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:25:48.925Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:48.928Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:48.928Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971148925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:25:49.028Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:25:49.030Z||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-05-31T04:25:49.030Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:49.045Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:49.046Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:49.929Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e68b6769-3686-4414-94fb-d60c191a6f47
2022-05-31T04:25:49.929Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rinoeA 0 4b390cef-634b-4bbf-b829-cb2365900dde 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-05-31T04:25:49.960Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b5716dc, org.onap.sdc.toscaparser.api.parameters.Input@568741d5, org.onap.sdc.toscaparser.api.parameters.Input@267cf88c, org.onap.sdc.toscaparser.api.parameters.Input@2b5c70c5, org.onap.sdc.toscaparser.api.parameters.Input@78ee7284]
2022-05-31T04:25:49.964Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.964Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:49.964Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-05-31T04:25:49.965Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6a9be786-ceea-4600-89a8-b8b45d405afb
2022-05-31T04:25:49.965Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a9be786-ceea-4600-89a8-b8b45d405afb matches Tosca VF Customization UUID: 6a9be786-ceea-4600-89a8-b8b45d405afb
2022-05-31T04:25:49.965Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6a9be786-ceea-4600-89a8-b8b45d405afb 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-05-31T04:25:49.972Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.972Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:49.974Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6a9be786-ceea-4600-89a8-b8b45d405afb: {\"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-05-31T04:25:49.974Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55bf523c
2022-05-31T04:25:49.974Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.975Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T04:25:49.975Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 541cceea-ddc6-49f5-aea4-049908cd9bda
2022-05-31T04:25:49.977Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 541cceea-ddc6-49f5-aea4-049908cd9bda
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-05-31T04:25:49.982Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.982Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria
2022-05-31T04:25:49.983Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:25:49.984Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.984Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria
2022-05-31T04:25:49.984Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:25:49.984Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.985Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is not matching search criteria
2022-05-31T04:25:49.985Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-31T04:25:49.985Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-31T04:25:49.985Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=265c37b9-ff86-4717-9202-5330e4935cf9
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-05-31T04:25:49.994Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.994Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria
2022-05-31T04:25:49.994Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:25:49.995Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.995Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria
2022-05-31T04:25:49.995Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=6a9be786-ceea-4600-89a8-b8b45d405afb
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-05-31T04:25:49.998Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.998Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:49.999Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e68b6769-3686-4414-94fb-d60c191a6f47: basic_onboard_rinoeA
2022-05-31T04:25:49.999Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:49.999Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:50.000Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:50.000Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:50.000Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:50.000Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:50.001Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:50.001Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:50.001Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:25:50.002Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:25:50.002Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_rinoeA
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-05-31T04:25:50.164Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rinoeA 4b390cef-634b-4bbf-b829-cb2365900dde 1 ASDC deployResourceStructure
2022-05-31T04:25:50.165Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json ASDC sendASDCNotification
2022-05-31T04:25:50.165Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json
2022-05-31T04:25:50.165Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T04:25:50.166Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:50.168Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:50.168Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971150165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T04:25:50.268Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:25:50.269Z||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-05-31T04:25:50.270Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:50.287Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:50.287Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-31T04:25:51.169Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-31T04:25:51.170Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml
2022-05-31T04:25:51.170Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T04:25:51.170Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:51.172Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:51.172Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971151169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T04:25:51.272Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:25:51.273Z||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-05-31T04:25:51.274Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:51.291Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:51.292Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:52.173Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-31T04:25:52.174Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env
2022-05-31T04:25:52.174Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T04:25:52.174Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:52.177Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:52.177Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971152173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-31T04:25:52.277Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T04:25:52.278Z||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-05-31T04:25:52.278Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:52.312Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:52.313Z||pool-16-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:53.178Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar ASDC sendASDCNotification
2022-05-31T04:25:53.179Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar
2022-05-31T04:25:53.179Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T04:25:53.180Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:25:53.182Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:25:53.182Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971153178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:25:53.284Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-31T04:25:53.285Z||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-05-31T04:25:53.285Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:25:53.298Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:53.299Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:25:54.183Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:25:54.205Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
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-05-31T04:25:54.208Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T04:25:54.208Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T04:25:54.209Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T04:26:24.209Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:26:24.224Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
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-05-31T04:26:24.228Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T04:26:24.228Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T04:26:24.228Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T04:26:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:26:32.265Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:26:32.265Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:26:32.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:26:32.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:26:32.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971132003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:26:32.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:26:54.229Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:26:54.249Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
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-05-31T04:26:54.253Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T04:26:54.254Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T04:26:54.254Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T04:27:24.254Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:27:24.264Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
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-05-31T04:27:24.267Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T04:27:24.267Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T04:27:24.267Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T04:27:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:27:32.265Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:27:32.265Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:27:32.291Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:27:32.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:27:32.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971132003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:27:32.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T04:27:32.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971132003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:27:32.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T04:27:32.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971132003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:27:32.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:27:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971132003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:27:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-31T04:27:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971132003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:27:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:27:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971132250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:27:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:27:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971140341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:27:32.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971140935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:27:32.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971140823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:27:32.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "aai-ml",
"timestamp": 1653971141941,
"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-05-31T04:27:32.309Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd
2022-05-31T04:27:32.309Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:27:32.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971145107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:27:32.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971146114,
"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-05-31T04:27:32.325Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd
2022-05-31T04:27:32.325Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:27:32.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971145931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:27:32.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971147376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:27:32.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971148925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:27:32.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971150165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T04:27:32.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971151169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T04:27:32.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971152173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-31T04:27:32.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:32.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:27:32.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971153178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:27:32.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:27:54.268Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:27:54.283Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd
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-05-31T04:27:54.286Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:27:54.288Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:27:54.288Z|da47ba14-7e43-4872-b084-773b061723cd|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-05-31T04:27:54.292Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-31T04:28:24.292Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:28:24.308Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da47ba14-7e43-4872-b084-773b061723cd and serviceModelVersionId: e68b6769-3686-4414-94fb-d60c191a6f47
2022-05-31T04:28:24.309Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9b9bf37-5059-44a1-9334-7b2be9d88d33
2022-05-31T04:28:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:28:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:28:32.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:32.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:32.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971240164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "cds",
"timestamp": 1653971248122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971240164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "cds",
"timestamp": 1653971248122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971248820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971240164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "cds",
"timestamp": 1653971248122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971248820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971240164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "cds",
"timestamp": 1653971248122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971248820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T04:28:32.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:28:32.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971252003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:32.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:28:40.840Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0
2022-05-31T04:28:40.972Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-31T04:28:41.551Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|INFO|500||Invoke
2022-05-31T04:28:41.559Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da47ba14-7e43-4872-b084-773b061723cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c042db5-631f-467d-8b87-154039ad47ff], X-ECOMP-RequestID=[da47ba14-7e43-4872-b084-773b061723cd], X-TransactionId=[], X-ONAP-RequestID=[da47ba14-7e43-4872-b084-773b061723cd], Content-Type=[application/merge-patch+json]}
2022-05-31T04:28:41.688Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-31T04:28:42.387Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?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/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220531-04:28:41:421-91443], vertex-id=[241792], Content-Length=[0], Date=[Tue, 31 May 2022 04:28:41 GMT], Content-Type=[application/json]}
2022-05-31T04:28:42.389Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-31T04:28:42.390Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|INFO|500||InvokeReturn
2022-05-31T04:28:42.396Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-31T04:28:42.396Z|da47ba14-7e43-4872-b084-773b061723cd|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-05-31T04:28:42.402Z|da47ba14-7e43-4872-b084-773b061723cd|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-05-31T04:28:42.404Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da47ba14-7e43-4872-b084-773b061723cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-31T04:28:42.405Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-31T04:28:42.406Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:42.409Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:42.409Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "da47ba14-7e43-4872-b084-773b061723cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971322404,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-31T04:28:42.509Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:28:42.511Z||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-05-31T04:28:42.511Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:42.527Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:42.528Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-31T04:28:43.421Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:28:43.422Z|da47ba14-7e43-4872-b084-773b061723cd|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-05-31T04:28:43.422Z|da47ba14-7e43-4872-b084-773b061723cd|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 UGibuShiTvIjXZNa) ...
2022-05-31T04:28:47.815Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:47.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-31T04:28:47.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6af27d4-d368-4540-90dc-c6467fec1d61","serviceName":"vFW 2022-05-31 04-25-09","serviceVersion":"1.0","serviceUUID":"378231e7-be3b-465e-82d3-b8e3d77b6f45","serviceDescription":"catalog service description","serviceInvariantUUID":"abf59ee5-6fe7-4f12-a674-0239fdec02aa","resources":[{"resourceInstanceName":"vFW 101d111d-b761 0","resourceName":"vFW 101d111d-b761","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00d937a9-f46c-4d32-8e3a-71e3c341cc6f","resourceInvariantUUID":"09ea0d09-d1b3-4ef5-a7f8-d82dfd416bac","resourceCustomizationUUID":"c8e47053-a335-44ac-a20b-256866c64c39","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml","artifactChecksum":"ODFmNjM1Y2IxNzRlYTBlYzA1MjZmNWMyZDZjZjE0Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0def2fd8-a24f-4481-98bc-c9fea52cf012","artifactVersion":"1"},{"artifactName":"vfw101d111db7610_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json","artifactChecksum":"ZDdjYjJhZTBiMmE4MDA3MGFmZDIwZjgwNGNmYTlhZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"642096af-4c72-4b30-972e-3b892a47771f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"839d3ae3-dab0-46f5-a8c4-9584e11d1879","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml","artifactChecksum":"YTI2YjliODZlNTMyZjI0ZWQ2ZGRiYjY3ZmQyNmJlOTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e5be9a95-df67-45bc-92db-1ada58a05133","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d246976d-ac60-43e4-a96e-3ce08662e201","artifactVersion":"2","generatedFromUUID":"839d3ae3-dab0-46f5-a8c4-9584e11d1879"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531042509-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml","artifactChecksum":"YTFjY2ZjMTgxYmFjYmViNjljZWVhZjcxMzFjNmFlYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc8ad529-4d75-42f0-aea0-aa8740cf878d","artifactVersion":"1"},{"artifactName":"service-Vfw20220531042509-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar","artifactChecksum":"OTA5YWQ2YTRiMDk0NGE5ZmVkMjdhOWQ5MjFkYjQ1ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"580d35e1-8d08-4c26-9bb0-a33fc3f88c45","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-31T04:28:47.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:28:47.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:47.822Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:47.822Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971323421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:47.924Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-31T04:28:47.925Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T04:28:47.925Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:47.943Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:47.944Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:28:48.822Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:28:48.824Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:48.827Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:48.827Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971323421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "NOTIFIED"
}
2022-05-31T04:28:48.928Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:28:48.929Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T04:28:48.929Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:48.943Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:48.944Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:28:49.827Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:28:49.829Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:49.831Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:49.831Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971323421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T04:28:49.931Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:28:49.932Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T04:28:49.933Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:49.948Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:49.949Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:28:50.832Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:28:50.833Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:50.836Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:50.836Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971323421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:50.936Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:28:50.937Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T04:28:50.938Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:50.951Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:50.952Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:28:51.837Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:28:51.838Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:51.840Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:51.840Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971323421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T04:28:51.940Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:28:51.942Z||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-05-31T04:28:51.942Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:51.958Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:51.959Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-31T04:28:52.841Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:28:52.842Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:52.844Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:52.844Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971323421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:28:52.944Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:28:52.945Z||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-05-31T04:28:52.946Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:52.960Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:52.961Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:28:53.845Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:28:53.846Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:53.848Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:53.848Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971323421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:28:53.948Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T04:28:53.950Z||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-05-31T04:28:53.950Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:53.964Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:53.965Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:28:54.850Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"serviceName": "vFW 2022-05-31 04-25-09",
"serviceVersion": "1.0",
"serviceUUID": "378231e7-be3b-465e-82d3-b8e3d77b6f45",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "abf59ee5-6fe7-4f12-a674-0239fdec02aa",
"resources": [
{
"resourceInstanceName": "vFW 101d111d-b761 0",
"resourceCustomizationUUID": "c8e47053-a335-44ac-a20b-256866c64c39",
"resourceName": "vFW 101d111d-b761",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "00d937a9-f46c-4d32-8e3a-71e3c341cc6f",
"resourceInvariantUUID": "09ea0d09-d1b3-4ef5-a7f8-d82dfd416bac",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw101d111db7610_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"artifactChecksum": "ZDdjYjJhZTBiMmE4MDA3MGFmZDIwZjgwNGNmYTlhZTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "642096af-4c72-4b30-972e-3b892a47771f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "839d3ae3-dab0-46f5-a8c4-9584e11d1879",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d246976d-ac60-43e4-a96e-3ce08662e201",
"generatedFromUUID": "839d3ae3-dab0-46f5-a8c4-9584e11d1879"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d246976d-ac60-43e4-a96e-3ce08662e201",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220531042509-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"artifactChecksum": "OTA5YWQ2YTRiMDk0NGE5ZmVkMjdhOWQ5MjFkYjQ1ZDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "580d35e1-8d08-4c26-9bb0-a33fc3f88c45"
}
],
"workloadContext": "Production"
}
2022-05-31T04:28:54.851Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-31T04:28:54.851Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 378231e7-be3b-465e-82d3-b8e3d77b6f45 ASDC
2022-05-31T04:28:54.852Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f6af27d4-d368-4540-90dc-c6467fec1d61
ServiceName:vFW 2022-05-31 04-25-09
ServiceVersion:1.0
ServiceUUID:378231e7-be3b-465e-82d3-b8e3d77b6f45
ServiceInvariantUUID:abf59ee5-6fe7-4f12-a674-0239fdec02aa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220531042509-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar
ArtifactUUID:580d35e1-8d08-4c26-9bb0-a33fc3f88c45
ArtifactChecksum:OTA5YWQ2YTRiMDk0NGE5ZmVkMjdhOWQ5MjFkYjQ1ZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 101d111d-b761 0
ResourceCustomizationUUID:c8e47053-a335-44ac-a20b-256866c64c39
ResourceInvariantUUID:09ea0d09-d1b3-4ef5-a7f8-d82dfd416bac
ResourceName:vFW 101d111d-b761
ResourceType:VF
ResourceUUID:00d937a9-f46c-4d32-8e3a-71e3c341cc6f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw101d111db7610_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json
ArtifactUUID:642096af-4c72-4b30-972e-3b892a47771f
ArtifactChecksum:ZDdjYjJhZTBiMmE4MDA3MGFmZDIwZjgwNGNmYTlhZTk=
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/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml
ArtifactUUID:839d3ae3-dab0-46f5-a8c4-9584e11d1879
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/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env
ArtifactUUID:d246976d-ac60-43e4-a96e-3ce08662e201
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/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env
ArtifactUUID:d246976d-ac60-43e4-a96e-3ce08662e201
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-31T04:28:54.853Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 378231e7-be3b-465e-82d3-b8e3d77b6f45 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T04:28:54.882Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T04:28:54.884Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-31T04:28:54.884Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-31T04:28:54.885Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 580d35e1-8d08-4c26-9bb0-a33fc3f88c45 from URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar
2022-05-31T04:28:54.886Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:28:54.886Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar
2022-05-31T04:28:55.225Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:28:55.231Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar 580d35e1-8d08-4c26-9bb0-a33fc3f88c45 99002
2022-05-31T04:28:55.231Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar ASDC sendASDCNotification
2022-05-31T04:28:55.232Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar
2022-05-31T04:28:55.232Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:28:55.232Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:55.234Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:55.235Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971335231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:28:55.335Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:28:55.336Z||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-05-31T04:28:55.336Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:55.351Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:55.352Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-31T04:28:56.235Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T04:28:56.237Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-31T04:28:56.237Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 580d35e1-8d08-4c26-9bb0-a33fc3f88c45, URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar to file: /app/ASDC/1/service-Vfw20220531042509-csar.csar
2022-05-31T04:28:56.238Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531042509-csar.csar
2022-05-31T04:28:56.238Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531042509-csar.csar
2022-05-31T04:28:56.239Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531042509-csar.csar
2022-05-31T04:28:56.401Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5227056002495118339/Definitions/service-Vfw20220531042509-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-05-31T04:28:58.523Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-31T04:28:58.524Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-31T04:28:58.524Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.524Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-31T04:28:58.524Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 101d111d-b761 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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-Vfw20220531042509-csar.csar
2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria
2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:28:58.533Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.533Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:28:58.533Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:28:58.533Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria
2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=67738127-133e-4dee-ae51-7d39beae734c
2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria
2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3f30c50b-7cc8-4a83-8d91-eab0fd373764
2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria
2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=099739a0-10da-461d-a74d-f0ce616a95ca
2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:28:58.543Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-31 04-25-09
Description:catalog service description
Model UUID:378231e7-be3b-465e-82d3-b8e3d77b6f45
Model Version:NULL
Model InvariantUuid:abf59ee5-6fe7-4f12-a674-0239fdec02aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 101d111d-b761
Model UUID:0298cfe7-5ff3-4eca-a2d4-14ed1d64dab7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:09ea0d09-d1b3-4ef5-a7f8-d82dfd416bac
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c8e47053-a335-44ac-a20b-256866c64c39
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bacadb1e-93be-4533-90dc-eb9f33960816
ModelName:Vfw101d111dB761..base_vfw..module-0
ModelUuid:20bb8b2c-69ed-4248-b403-52a0cc3b5be0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:67738127-133e-4dee-ae51-7d39beae734c
ModelInvariantUuid:5a20749e-6f96-430e-8042-d7358c9e28c7
ModelName:vFW 101d111d-b761-nodes.vfwCvfc
ModelUuid:5cd87ad3-4895-47d8-8cf6-611c32bce88e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1d14155c-cc75-496f-a4b8-9ca58e71d89e
ModelInvariantUuid:e4b00113-4085-47f5-abbd-d8ecedfd72e1
ModelName:Vfw101d111dB761.compute.nodes.heat.vfw
ModelUuid:32b923db-1b11-415a-a021-7c7d5cfc1b45
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3f30c50b-7cc8-4a83-8d91-eab0fd373764
ModelInvariantUuid:cfeba9fb-e690-4bce-a5f6-d33c891ae280
ModelName:vFW 101d111d-b761-nodes.vsnCvfc
ModelUuid:8128a69d-f1ec-4662-95a6-8d7a9dec294d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:18d4e29d-2660-470d-9545-87acc3ac7afc
ModelInvariantUuid:2585b984-a538-4587-8de5-0ddf6b92e96b
ModelName:Vfw101d111dB761.compute.nodes.heat.vsn
ModelUuid:8b94c79c-792d-4756-8cd9-f51656c66620
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:099739a0-10da-461d-a74d-f0ce616a95ca
ModelInvariantUuid:f1fb5595-1b51-414a-82a7-56a0766fea1c
ModelName:vFW 101d111d-b761-nodes.vpgCvfc
ModelUuid:2e5676f0-4606-4de0-b453-2ea8204c72b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:55906699-8522-4d9d-9b43-c29c18bde929
ModelInvariantUuid:5cd136b5-2ac6-429b-ad68-b840685be526
ModelName:Vfw101d111dB761.compute.nodes.heat.vpg
ModelUuid:62ad1d19-e666-4af4-98ef-9de36f14c159
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-05-31T04:28:58.550Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 00d937a9-f46c-4d32-8e3a-71e3c341cc6f
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-05-31T04:28:58.553Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||vFW 101d111d-b761 0
2022-05-31T04:28:58.554Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 00d937a9-f46c-4d32-8e3a-71e3c341cc6f
2022-05-31T04:28:58.554Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 642096af-4c72-4b30-972e-3b892a47771f from URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json
2022-05-31T04:28:58.554Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:28:58.554Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json
2022-05-31T04:28:58.734Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:28:58.735Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json 642096af-4c72-4b30-972e-3b892a47771f 785
2022-05-31T04:28:58.735Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json ASDC sendASDCNotification
2022-05-31T04:28:58.736Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json
2022-05-31T04:28:58.736Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:28:58.736Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:58.738Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:58.738Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971338735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:28:58.838Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T04:28:58.840Z||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-05-31T04:28:58.840Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:58.857Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:58.858Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:28:59.739Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw101d111dB761..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bacadb1e-93be-4533-90dc-eb9f33960816",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20bb8b2c-69ed-4248-b403-52a0cc3b5be0",
"vfModuleModelCustomizationUUID": "dac4346c-3b5a-4e85-a6a1-fc8d9c0b912f",
"isBase": true,
"artifacts": [
"839d3ae3-dab0-46f5-a8c4-9584e11d1879",
"d246976d-ac60-43e4-a96e-3ce08662e201"
],
"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-05-31T04:28:59.744Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw101d111dB761..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20bb8b2c-69ed-4248-b403-52a0cc3b5be0
VfModuleModelInvariantUUID:bacadb1e-93be-4533-90dc-eb9f33960816
VfModuleModelDescription:NULL
Artifacts UUID List:{
839d3ae3-dab0-46f5-a8c4-9584e11d1879
,
d246976d-ac60-43e4-a96e-3ce08662e201
}
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-05-31T04:28:59.747Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw101d111dB761..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bacadb1e-93be-4533-90dc-eb9f33960816",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20bb8b2c-69ed-4248-b403-52a0cc3b5be0",
"vfModuleModelCustomizationUUID": "dac4346c-3b5a-4e85-a6a1-fc8d9c0b912f",
"isBase": true,
"artifacts": [
"839d3ae3-dab0-46f5-a8c4-9584e11d1879",
"d246976d-ac60-43e4-a96e-3ce08662e201"
],
"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-05-31T04:28:59.747Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw101d111dB761..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20bb8b2c-69ed-4248-b403-52a0cc3b5be0
VfModuleModelInvariantUUID:bacadb1e-93be-4533-90dc-eb9f33960816
VfModuleModelDescription:NULL
Artifacts UUID List:{
839d3ae3-dab0-46f5-a8c4-9584e11d1879
,
d246976d-ac60-43e4-a96e-3ce08662e201
}
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-05-31T04:28:59.747Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 839d3ae3-dab0-46f5-a8c4-9584e11d1879 from URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml
2022-05-31T04:28:59.747Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:28:59.748Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml
2022-05-31T04:28:59.808Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:28:59.809Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml 839d3ae3-dab0-46f5-a8c4-9584e11d1879 20368
2022-05-31T04:28:59.809Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-31T04:28:59.809Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml
2022-05-31T04:28:59.809Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:28:59.810Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:28:59.812Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:28:59.812Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971339809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:28:59.913Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:28:59.914Z||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-05-31T04:28:59.914Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:28:59.929Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:59.930Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:29:00.814Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d246976d-ac60-43e4-a96e-3ce08662e201 from URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env
2022-05-31T04:29:00.814Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:29:00.814Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env
2022-05-31T04:29:00.875Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:29:00.875Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env d246976d-ac60-43e4-a96e-3ce08662e201 2098
2022-05-31T04:29:00.876Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-31T04:29:00.876Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env
2022-05-31T04:29:00.876Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:29:00.877Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:29:00.879Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:29:00.879Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971340876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:29:00.979Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:29:00.981Z||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-05-31T04:29:00.981Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:29:00.995Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:29:00.997Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:29:01.880Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 378231e7-be3b-465e-82d3-b8e3d77b6f45
2022-05-31T04:29:01.881Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 101d111d-b761 0 00d937a9-f46c-4d32-8e3a-71e3c341cc6f 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-05-31T04:29:01.932Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21009ed9, org.onap.sdc.toscaparser.api.parameters.Input@6e534e48, org.onap.sdc.toscaparser.api.parameters.Input@4fb3a2b5, org.onap.sdc.toscaparser.api.parameters.Input@20fd3c1f, org.onap.sdc.toscaparser.api.parameters.Input@52e888f]
2022-05-31T04:29:01.935Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.936Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:29:01.936Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-05-31T04:29:01.937Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c8e47053-a335-44ac-a20b-256866c64c39
2022-05-31T04:29:01.937Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c8e47053-a335-44ac-a20b-256866c64c39 matches Tosca VF Customization UUID: c8e47053-a335-44ac-a20b-256866c64c39
2022-05-31T04:29:01.937Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c8e47053-a335-44ac-a20b-256866c64c39 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-05-31T04:29:01.940Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.941Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:29:01.942Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c8e47053-a335-44ac-a20b-256866c64c39: {\"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-05-31T04:29:01.942Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6adbc856
2022-05-31T04:29:01.942Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.942Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T04:29:01.943Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dac4346c-3b5a-4e85-a6a1-fc8d9c0b912f
2022-05-31T04:29:01.943Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dac4346c-3b5a-4e85-a6a1-fc8d9c0b912f
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-05-31T04:29:01.946Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.946Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:29:01.947Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:29:01.947Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.947Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:29:01.948Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:29:01.948Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.949Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria
2022-05-31T04:29:01.949Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:29:01.949Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T04:29:01.950Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:29:01.950Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T04:29:01.951Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T04:29:01.951Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:29:01.951Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T04:29:01.952Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T04:29:01.952Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T04:29:01.953Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T04:29:01.953Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:29:01.954Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=67738127-133e-4dee-ae51-7d39beae734c
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-05-31T04:29:01.957Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.957Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:29:01.958Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:29:01.958Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.959Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria
2022-05-31T04:29:01.959Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:29:01.960Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T04:29:01.960Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:29:01.961Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T04:29:01.961Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:29:01.961Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T04:29:01.962Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:29:01.962Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-31T04:29:01.963Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T04:29:01.964Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T04:29:01.965Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T04:29:01.965Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:29:01.966Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3f30c50b-7cc8-4a83-8d91-eab0fd373764
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-05-31T04:29:01.969Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.970Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:29:01.970Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:29:01.974Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.975Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria
2022-05-31T04:29:01.975Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:29:01.975Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:29:01.977Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T04:29:01.977Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T04:29:01.977Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:29:01.978Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T04:29:01.978Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-31T04:29:01.978Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=099739a0-10da-461d-a74d-f0ce616a95ca
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-05-31T04:29:01.981Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.981Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:29:01.982Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:29:01.982Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.982Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria
2022-05-31T04:29:01.982Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=c8e47053-a335-44ac-a20b-256866c64c39
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-05-31T04:29:01.984Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.984Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:29:01.985Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 378231e7-be3b-465e-82d3-b8e3d77b6f45: vFW 101d111d-b761
2022-05-31T04:29:01.985Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.985Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:29:01.986Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.986Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:29:01.986Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.986Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:29:01.987Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.987Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:29:01.987Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:29:01.988Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:29:01.988Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-31 04-25-09
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-05-31T04:29:02.190Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 101d111d-b761 00d937a9-f46c-4d32-8e3a-71e3c341cc6f 1 ASDC deployResourceStructure
2022-05-31T04:29:02.191Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json ASDC sendASDCNotification
2022-05-31T04:29:02.191Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json
2022-05-31T04:29:02.191Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T04:29:02.192Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:29:02.194Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:29:02.194Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971342191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T04:29:02.294Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:29:02.295Z||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-05-31T04:29:02.295Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:29:02.313Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:29:02.314Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:29:03.195Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-31T04:29:03.196Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml
2022-05-31T04:29:03.196Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T04:29:03.196Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:29:03.198Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:29:03.199Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971343195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T04:29:03.299Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:29:03.300Z||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-05-31T04:29:03.300Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:29:03.315Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:29:03.316Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:29:04.200Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-31T04:29:04.200Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env
2022-05-31T04:29:04.200Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T04:29:04.200Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:29:04.202Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:29:04.202Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971344199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-31T04:29:04.304Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-31T04:29:04.305Z||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-05-31T04:29:04.305Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:29:04.321Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:29:04.322Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:29:05.203Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar ASDC sendASDCNotification
2022-05-31T04:29:05.204Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar
2022-05-31T04:29:05.204Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T04:29:05.204Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:29:05.206Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:29:05.206Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971345203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:29:05.306Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:29:05.307Z||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-05-31T04:29:05.308Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:29:05.329Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:29:05.330Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:29:06.207Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:29:06.222Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61
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-05-31T04:29:06.224Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T04:29:06.224Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T04:29:06.224Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T04:29:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:29:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:29:32.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:29:32.288Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:29:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:29:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971240164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:29:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:29:36.225Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:29:36.237Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61
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-05-31T04:29:36.239Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T04:29:36.239Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T04:29:36.239Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T04:30:06.240Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:30:06.250Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61
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-05-31T04:30:06.253Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T04:30:06.253Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T04:30:06.253Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T04:30:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:30:32.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:30:32.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ...
2022-05-31T04:30:32.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:30:32.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "cds",
"timestamp": 1653971248122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971248820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971252003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971240164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "cds",
"timestamp": 1653971248122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971248820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971252972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971252003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971253789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971240164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "cds",
"timestamp": 1653971248122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971248820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971252972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971252003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971253789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971248820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971252972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971252003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971256212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:30:32.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "cds",
"timestamp": 1653971256437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971253789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971252972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971252003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "cds",
"timestamp": 1653971257455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T04:30:32.313Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61
2022-05-31T04:30:32.313Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971257182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:30:32.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971253789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971252972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971252003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971258187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:30:32.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971253789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971252972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "policy-id",
"timestamp": 1653971259191,
"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-05-31T04:30:32.337Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61
2022-05-31T04:30:32.337Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971253789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971252972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971260551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:30:32.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653971253789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971261035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:30:32.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971262441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:30:32.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971262499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971264447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:30:32.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971263812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:30:32.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971262499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653971265453,
"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-05-31T04:30:32.358Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61
2022-05-31T04:30:32.358Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971264834,
"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-05-31T04:30:32.378Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61
2022-05-31T04:30:32.378Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971262499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971266095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:30:32.387Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653971265837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T04:30:32.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971262499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "aai-ml",
"timestamp": 1653971267099,
"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-05-31T04:30:32.397Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61
2022-05-31T04:30:32.397Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971262499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971262499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:30:32.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971262499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:30:32.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-31T04:30:32.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971276365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:30:32.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971278375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T04:30:32.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T04:30:32.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-31T04:30:32.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "clamp",
"timestamp": 1653971279379,
"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-05-31T04:30:32.417Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61
2022-05-31T04:30:32.417Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:36.254Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:30:36.266Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61
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-05-31T04:30:36.268Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T04:30:36.268Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-05-31T04:30:36.274Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-31T04:31:06.274Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:31:06.283Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6af27d4-d368-4540-90dc-c6467fec1d61 and serviceModelVersionId: 378231e7-be3b-465e-82d3-b8e3d77b6f45
2022-05-31T04:31:06.283Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abf59ee5-6fe7-4f12-a674-0239fdec02aa
2022-05-31T04:31:06.284Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0
2022-05-31T04:31:06.289Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-31T04:31:06.347Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-31T04:31:06.348Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0|INFO|500||Invoke
2022-05-31T04:31:06.377Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-31T04:31:06.897Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0|INFO|500||InvokeReturn
2022-05-31T04:31:06.899Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220531-04:31:06:102-15070], vertex-id=[180256], Content-Length=[0], Date=[Tue, 31 May 2022 04:31:06 GMT], Content-Type=[application/json]}
2022-05-31T04:31:06.899Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-31T04:31:06.900Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-31T04:31:06.900Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-05-31T04:31:06.904Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-05-31T04:31:06.905Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6af27d4-d368-4540-90dc-c6467fec1d61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-31T04:31:06.905Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-31T04:31:06.906Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:06.908Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:06.908Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971466905,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-31T04:31:07.008Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:31:07.009Z||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-05-31T04:31:07.009Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:07.028Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:07.029Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-31T04:31:07.918Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:31:07.919Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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-05-31T04:31:07.919Z|f6af27d4-d368-4540-90dc-c6467fec1d61|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 UGibuShiTvIjXZNa) ...
2022-05-31T04:31:12.333Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:12.334Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-31T04:31:12.334Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"be5a24e3-cf0d-4696-bbfa-2a5401a4aea8","serviceName":"vFW 2022-05-31 04-28-13","serviceVersion":"1.0","serviceUUID":"5c5d85bc-c77d-4d32-a099-16ccb319b13d","serviceDescription":"catalog service description","serviceInvariantUUID":"9dfdc261-b457-4557-bbd7-3d280b522a5c","resources":[{"resourceInstanceName":"vFW b33f05b2-0426 0","resourceName":"vFW b33f05b2-0426","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15b3cef9-5e9e-4157-8ed4-ec159b82aa81","resourceInvariantUUID":"912b83a6-e9e6-4f31-8763-3e3025dd0713","resourceCustomizationUUID":"ff547913-ce22-44e4-9f0b-b3335b121950","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml","artifactChecksum":"NTQwOTdmMWQzYTc4NTVhYzZhMmJhYWY5ZGU5MWM4Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b882ed77-7264-47cc-a2ff-ce6281b53d62","artifactVersion":"1"},{"artifactName":"vfwb33f05b204260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json","artifactChecksum":"MzUzMTM2YjkxNjBjOWY1ZmViMzIzMzQ5NDQ0MTUwOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e660e70-1a09-4668-8551-9dabee28fc7a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41afb26b-3176-4f16-82e6-3a1b06a740a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml","artifactChecksum":"YTlhMzI4M2E4YThmZmQwYzdjY2E4MGJiMjEyYTIzYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f054b3b-8b0d-49ca-9d51-b4c61a79066e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8d7f03ed-c662-4826-8786-ce8c7b942c0c","artifactVersion":"2","generatedFromUUID":"41afb26b-3176-4f16-82e6-3a1b06a740a3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531042813-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml","artifactChecksum":"ZjFlYTI0OTRiZjcyYThkYThlODAwNzA5MWU0YTFiNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47c4a866-a659-43a9-9f57-c0b7e315b67c","artifactVersion":"1"},{"artifactName":"service-Vfw20220531042813-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar","artifactChecksum":"OTQ0NWM2ZDRmMmIxMGY3MzhhZjZkMjY5NjUzM2NjYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95b4d35c-3f69-4903-be2d-270344534710","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-31T04:31:12.338Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:31:12.338Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:12.344Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:12.345Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971467918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:31:12.441Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-31T04:31:12.442Z||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-05-31T04:31:12.443Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:12.468Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:12.469Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"count":1}
2022-05-31T04:31:13.345Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:31:13.346Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:13.349Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:13.353Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971467918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json",
"status": "NOTIFIED"
}
2022-05-31T04:31:13.449Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-31T04:31:13.450Z||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-05-31T04:31:13.450Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:13.465Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:13.466Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:31:14.354Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:31:14.354Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:14.357Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:14.357Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971467918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T04:31:14.457Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:31:14.458Z||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-05-31T04:31:14.458Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:14.477Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:14.477Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-31T04:31:15.357Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:31:15.358Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:15.361Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:15.361Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971467918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:31:15.461Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:31:15.462Z||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-05-31T04:31:15.462Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:15.476Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:15.477Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:31:16.361Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:31:16.362Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:16.364Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:16.365Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971467918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T04:31:16.465Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:31:16.467Z||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-05-31T04:31:16.467Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:16.481Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:16.482Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:31:17.365Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:31:17.366Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:17.369Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:17.369Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971467918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T04:31:17.469Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:31:17.470Z||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-05-31T04:31:17.470Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:17.488Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:17.489Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:31:18.369Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T04:31:18.370Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:18.373Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:18.373Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971467918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T04:31:18.473Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T04:31:18.474Z||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-05-31T04:31:18.475Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:18.490Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:18.490Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:31:19.375Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"serviceName": "vFW 2022-05-31 04-28-13",
"serviceVersion": "1.0",
"serviceUUID": "5c5d85bc-c77d-4d32-a099-16ccb319b13d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9dfdc261-b457-4557-bbd7-3d280b522a5c",
"resources": [
{
"resourceInstanceName": "vFW b33f05b2-0426 0",
"resourceCustomizationUUID": "ff547913-ce22-44e4-9f0b-b3335b121950",
"resourceName": "vFW b33f05b2-0426",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "15b3cef9-5e9e-4157-8ed4-ec159b82aa81",
"resourceInvariantUUID": "912b83a6-e9e6-4f31-8763-3e3025dd0713",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb33f05b204260_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json",
"artifactChecksum": "MzUzMTM2YjkxNjBjOWY1ZmViMzIzMzQ5NDQ0MTUwOWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e660e70-1a09-4668-8551-9dabee28fc7a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "41afb26b-3176-4f16-82e6-3a1b06a740a3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8d7f03ed-c662-4826-8786-ce8c7b942c0c",
"generatedFromUUID": "41afb26b-3176-4f16-82e6-3a1b06a740a3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8d7f03ed-c662-4826-8786-ce8c7b942c0c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220531042813-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar",
"artifactChecksum": "OTQ0NWM2ZDRmMmIxMGY3MzhhZjZkMjY5NjUzM2NjYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95b4d35c-3f69-4903-be2d-270344534710"
}
],
"workloadContext": "Production"
}
2022-05-31T04:31:19.375Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-31T04:31:19.375Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c5d85bc-c77d-4d32-a099-16ccb319b13d ASDC
2022-05-31T04:31:19.376Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:be5a24e3-cf0d-4696-bbfa-2a5401a4aea8
ServiceName:vFW 2022-05-31 04-28-13
ServiceVersion:1.0
ServiceUUID:5c5d85bc-c77d-4d32-a099-16ccb319b13d
ServiceInvariantUUID:9dfdc261-b457-4557-bbd7-3d280b522a5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220531042813-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar
ArtifactUUID:95b4d35c-3f69-4903-be2d-270344534710
ArtifactChecksum:OTQ0NWM2ZDRmMmIxMGY3MzhhZjZkMjY5NjUzM2NjYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b33f05b2-0426 0
ResourceCustomizationUUID:ff547913-ce22-44e4-9f0b-b3335b121950
ResourceInvariantUUID:912b83a6-e9e6-4f31-8763-3e3025dd0713
ResourceName:vFW b33f05b2-0426
ResourceType:VF
ResourceUUID:15b3cef9-5e9e-4157-8ed4-ec159b82aa81
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb33f05b204260_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json
ArtifactUUID:0e660e70-1a09-4668-8551-9dabee28fc7a
ArtifactChecksum:MzUzMTM2YjkxNjBjOWY1ZmViMzIzMzQ5NDQ0MTUwOWQ=
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/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml
ArtifactUUID:41afb26b-3176-4f16-82e6-3a1b06a740a3
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/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env
ArtifactUUID:8d7f03ed-c662-4826-8786-ce8c7b942c0c
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/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env
ArtifactUUID:8d7f03ed-c662-4826-8786-ce8c7b942c0c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-31T04:31:19.376Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c5d85bc-c77d-4d32-a099-16ccb319b13d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T04:31:19.407Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95b4d35c-3f69-4903-be2d-270344534710 from URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar
2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar
2022-05-31T04:31:19.821Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:31:19.826Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar 95b4d35c-3f69-4903-be2d-270344534710 98983
2022-05-31T04:31:19.827Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar ASDC sendASDCNotification
2022-05-31T04:31:19.827Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar
2022-05-31T04:31:19.827Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:31:19.827Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:19.830Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:19.830Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971479827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:31:19.930Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:31:19.931Z||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-05-31T04:31:19.932Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:19.945Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:19.946Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-31T04:31:20.831Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T04:31:20.832Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-31T04:31:20.833Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 95b4d35c-3f69-4903-be2d-270344534710, URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar to file: /app/ASDC/1/service-Vfw20220531042813-csar.csar
2022-05-31T04:31:20.833Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531042813-csar.csar
2022-05-31T04:31:20.834Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531042813-csar.csar
2022-05-31T04:31:20.834Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531042813-csar.csar
2022-05-31T04:31:21.048Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17747639833524017294/Definitions/service-Vfw20220531042813-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-05-31T04:31:23.237Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b33f05b2-0426 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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-Vfw20220531042813-csar.csar
2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-31T04:31:23.241Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.241Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:31:23.241Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria
2022-05-31T04:31:23.241Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-31T04:31:23.242Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T04:31:23.242Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.242Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:31:23.243Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria
2022-05-31T04:31:23.243Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-31T04:31:23.243Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T04:31:23.244Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.244Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:31:23.244Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.244Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria
2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.246Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T04:31:23.246Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:31:23.246Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T04:31:23.246Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T04:31:23.248Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.248Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-31T04:31:23.248Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.248Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T04:31:23.249Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.249Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria
2022-05-31T04:31:23.249Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:31:23.250Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.250Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria
2022-05-31T04:31:23.250Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:31:23.250Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.251Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria
2022-05-31T04:31:23.251Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:31:23.251Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.251Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria
2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T04:31:23.253Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.253Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:23.253Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T04:31:23.253Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:23.254Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T04:31:23.254Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.254Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c764b339-163f-411c-8dae-66b4ce7ec6ad
2022-05-31T04:31:23.254Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.255Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria
2022-05-31T04:31:23.255Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:31:23.255Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T04:31:23.255Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:23.256Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.256Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.256Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T04:31:23.256Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.258Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32e04d53-f504-4881-9d50-d54d2cf0127c
2022-05-31T04:31:23.258Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.258Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria
2022-05-31T04:31:23.258Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:31:23.259Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T04:31:23.259Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:23.259Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.259Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.260Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T04:31:23.260Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:31:23.260Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T04:31:23.260Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T04:31:23.261Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:31:23.261Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:23.261Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-31T04:31:23.261Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63efd151-9e09-40f7-9f68-e544ae6e6dd1
2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:31:23.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:23.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:31:23.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-31 04-28-13
Description:catalog service description
Model UUID:5c5d85bc-c77d-4d32-a099-16ccb319b13d
Model Version:NULL
Model InvariantUuid:9dfdc261-b457-4557-bbd7-3d280b522a5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b33f05b2-0426
Model UUID:f158de03-376c-4a6a-83a7-a09a8c9c03a9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:912b83a6-e9e6-4f31-8763-3e3025dd0713
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ff547913-ce22-44e4-9f0b-b3335b121950
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e1876876-4361-4601-90b6-c0a1d99f513a
ModelName:VfwB33f05b20426..base_vfw..module-0
ModelUuid:ccef818e-cbf7-4f2d-818e-d851cba496eb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c764b339-163f-411c-8dae-66b4ce7ec6ad
ModelInvariantUuid:f50a6406-4448-486d-a99b-de9e4e7859ea
ModelName:vFW b33f05b2-0426-nodes.vfwCvfc
ModelUuid:a9939064-014d-4565-ae34-0e19d8677961
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7fc5fb4d-0528-4f0d-953e-96c475c30010
ModelInvariantUuid:663643f2-d7ea-46cd-af5d-4a221d33482b
ModelName:VfwB33f05b20426.compute.nodes.heat.vfw
ModelUuid:efdd32b8-d762-4a15-a2d7-29ac33f2c5e5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:32e04d53-f504-4881-9d50-d54d2cf0127c
ModelInvariantUuid:bfecf30c-e32d-471b-8c2f-215eb1e3cc6c
ModelName:vFW b33f05b2-0426-nodes.vsnCvfc
ModelUuid:3d6770ce-82f6-4306-840e-ea7c450405c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dfb571fc-9f49-417f-abcc-a981f10919a2
ModelInvariantUuid:694fe98c-9571-4708-868d-6007460ce275
ModelName:VfwB33f05b20426.compute.nodes.heat.vsn
ModelUuid:36d3b337-6dfb-454a-b51f-b1a3f438ab54
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:63efd151-9e09-40f7-9f68-e544ae6e6dd1
ModelInvariantUuid:a4f87e4c-c743-46c2-84d7-b481e50f71df
ModelName:vFW b33f05b2-0426-nodes.vpgCvfc
ModelUuid:2c27b006-f7bb-4a54-aada-4d5bfc1e1d08
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6da10155-64f9-47b9-a31f-6131adfa9b23
ModelInvariantUuid:be76acec-fe37-4d6f-99ba-1ec1e7abd2d2
ModelName:VfwB33f05b20426.compute.nodes.heat.vpg
ModelUuid:23a7ac5c-7806-48d6-bb7f-92381b1a345e
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-05-31T04:31:23.271Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 15b3cef9-5e9e-4157-8ed4-ec159b82aa81
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-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||vFW b33f05b2-0426 0
2022-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 15b3cef9-5e9e-4157-8ed4-ec159b82aa81
2022-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0e660e70-1a09-4668-8551-9dabee28fc7a from URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json
2022-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json
2022-05-31T04:31:23.427Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json 0e660e70-1a09-4668-8551-9dabee28fc7a 785
2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json ASDC sendASDCNotification
2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json
2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:23.430Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:23.430Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971483428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:31:23.531Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:31:23.532Z||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-05-31T04:31:23.532Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:23.548Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:23.549Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:31:24.431Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB33f05b20426..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e1876876-4361-4601-90b6-c0a1d99f513a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ccef818e-cbf7-4f2d-818e-d851cba496eb",
"vfModuleModelCustomizationUUID": "d190dde7-b421-4238-a4c9-041fa2a3b215",
"isBase": true,
"artifacts": [
"41afb26b-3176-4f16-82e6-3a1b06a740a3",
"8d7f03ed-c662-4826-8786-ce8c7b942c0c"
],
"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-05-31T04:31:24.435Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB33f05b20426..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ccef818e-cbf7-4f2d-818e-d851cba496eb
VfModuleModelInvariantUUID:e1876876-4361-4601-90b6-c0a1d99f513a
VfModuleModelDescription:NULL
Artifacts UUID List:{
41afb26b-3176-4f16-82e6-3a1b06a740a3
,
8d7f03ed-c662-4826-8786-ce8c7b942c0c
}
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-05-31T04:31:24.436Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB33f05b20426..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e1876876-4361-4601-90b6-c0a1d99f513a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ccef818e-cbf7-4f2d-818e-d851cba496eb",
"vfModuleModelCustomizationUUID": "d190dde7-b421-4238-a4c9-041fa2a3b215",
"isBase": true,
"artifacts": [
"41afb26b-3176-4f16-82e6-3a1b06a740a3",
"8d7f03ed-c662-4826-8786-ce8c7b942c0c"
],
"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-05-31T04:31:24.437Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB33f05b20426..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ccef818e-cbf7-4f2d-818e-d851cba496eb
VfModuleModelInvariantUUID:e1876876-4361-4601-90b6-c0a1d99f513a
VfModuleModelDescription:NULL
Artifacts UUID List:{
41afb26b-3176-4f16-82e6-3a1b06a740a3
,
8d7f03ed-c662-4826-8786-ce8c7b942c0c
}
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-05-31T04:31:24.437Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 41afb26b-3176-4f16-82e6-3a1b06a740a3 from URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml
2022-05-31T04:31:24.437Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:31:24.437Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml
2022-05-31T04:31:24.542Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:31:24.543Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml 41afb26b-3176-4f16-82e6-3a1b06a740a3 20368
2022-05-31T04:31:24.544Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-31T04:31:24.544Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml
2022-05-31T04:31:24.544Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:31:24.545Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:24.547Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:24.547Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971484544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:31:24.647Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:31:24.648Z||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-05-31T04:31:24.648Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:24.665Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:24.665Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T04:31:25.547Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d7f03ed-c662-4826-8786-ce8c7b942c0c from URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env
2022-05-31T04:31:25.548Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-31T04:31:25.549Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env
2022-05-31T04:31:25.921Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-31T04:31:25.922Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env 8d7f03ed-c662-4826-8786-ce8c7b942c0c 2098
2022-05-31T04:31:25.922Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-31T04:31:25.922Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env
2022-05-31T04:31:25.922Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T04:31:25.923Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-31T04:31:25.925Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T04:31:25.925Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653971485922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T04:31:26.025Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T04:31:26.026Z||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-05-31T04:31:26.026Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ...
2022-05-31T04:31:26.042Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:26.043Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-31T04:31:26.926Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5c5d85bc-c77d-4d32-a099-16ccb319b13d
2022-05-31T04:31:26.926Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b33f05b2-0426 0 15b3cef9-5e9e-4157-8ed4-ec159b82aa81 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-05-31T04:31:26.943Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d729713, org.onap.sdc.toscaparser.api.parameters.Input@4c2ee2d2, org.onap.sdc.toscaparser.api.parameters.Input@4912a5e5, org.onap.sdc.toscaparser.api.parameters.Input@47d52d97, org.onap.sdc.toscaparser.api.parameters.Input@3e66e071]
2022-05-31T04:31:26.945Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:26.945Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:31:26.946Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-05-31T04:31:26.946Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ff547913-ce22-44e4-9f0b-b3335b121950
2022-05-31T04:31:26.946Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ff547913-ce22-44e4-9f0b-b3335b121950 matches Tosca VF Customization UUID: ff547913-ce22-44e4-9f0b-b3335b121950
2022-05-31T04:31:26.946Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ff547913-ce22-44e4-9f0b-b3335b121950 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-05-31T04:31:26.948Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:26.949Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T04:31:26.949Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ff547913-ce22-44e4-9f0b-b3335b121950: {\"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-05-31T04:31:26.950Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37d32aeb
2022-05-31T04:31:26.950Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:26.950Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T04:31:26.950Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d190dde7-b421-4238-a4c9-041fa2a3b215
2022-05-31T04:31:26.951Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d190dde7-b421-4238-a4c9-041fa2a3b215
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-05-31T04:31:26.953Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:26.953Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria
2022-05-31T04:31:26.953Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:31:26.953Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:26.954Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria
2022-05-31T04:31:26.954Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:31:26.954Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:26.954Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria
2022-05-31T04:31:26.955Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T04:31:26.955Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T04:31:26.955Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T04:31:26.955Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T04:31:26.956Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T04:31:26.956Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T04:31:26.956Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:26.956Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T04:31:26.957Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T04:31:26.957Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T04:31:26.957Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T04:31:26.957Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c764b339-163f-411c-8dae-66b4ce7ec6ad
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-05-31T04:31:26.959Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T04:31:26.959Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria
2022-05-31T04:31:26.960Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T04:31:26.960Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery