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-11-07T05:23:36.109Z||main|||||INFO|500||The following profiles are active: basic
2022-11-07T05:23:48.122Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-07T05:23:48.123Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-07T05:23:48.231Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-07T05:23:52.292Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-07T05:23:52.834Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-07T05:23:53.367Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-07T05:23:53.385Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-07T05:23:53.551Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-07T05:23:53.773Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-07T05:23:54.380Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-07T05:23:56.624Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-07T05:23:59.400Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-07T05:23:59.460Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-07T05:24:00.186Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-07T05:24:00.418Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-07T05:24:01.616Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-07T05:24:02.750Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-07T05:24:02.773Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-07T05:24:02.774Z||main|||||WARN|500||The sdc end point is not alive
2022-11-07T05:24:05.877Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-07T05:24:09.331Z||main|||||WARN|500||---
2022-11-07T05:24:09.332Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-07T05:24:09.333Z||main|||||WARN|500||---
2022-11-07T05:24:09.821Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-07T05:24:14.809Z||main|||||INFO|500||Started Application in 41.979 seconds (JVM running for 44.42)
2022-11-07T05:24:14.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-07T05:24:14.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-07T05:24:14.846Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-07T05:24:14.876Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-07T05:24:14.942Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1de2c4d1-129e-4f1a-ad84-8d114278c2d6 url= /sdc/v1/artifactTypes
2022-11-07T05:24:14.943Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-07T05:24:15.449Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-07T05:24:15.476Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-07T05:24:15.497Z||scheduling-1|||||DEBUG|500||create keys
2022-11-07T05:24:15.504Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-07T05:24:15.547Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:24:15.564Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5415f3f7-25ed-4a29-8b50-abdcf26bf70e url= /sdc/v1/registerForDistribution
2022-11-07T05:24:15.644Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5415f3f7-25ed-4a29-8b50-abdcf26bf70e url= /sdc/v1/registerForDistribution
2022-11-07T05:24:15.644Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-07T05:24:15.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:24:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:24:15.668Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:24:15.668Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:24:15.668Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:24:15.668Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:24:15.669Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-07T05:24:26.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:24:26.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:25:15.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:25:15.654Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:25:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:25:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:25:15.657Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:25:15.658Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:25:25.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:25:25.208Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:26:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:26:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:26:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:26:15.656Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:26:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:26:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:26:25.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:26:25.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:27:15.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:27:15.654Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:27:15.654Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T05:27:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:27:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:27:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:27:25.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:27:25.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:28:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:28:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:28:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:28:15.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:28:15.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:28:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:28:25.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:28:25.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:29:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:29:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:29:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:29:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:29:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:29:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:29:25.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:29:25.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:30:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:30:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:30:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:30:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:30:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:30:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:30:25.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:30:25.212Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:31:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:31:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:31:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:31:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:31:15.659Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:31:15.659Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:31:25.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:31:25.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:32:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:32:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:32:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:32:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:32:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:32:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:32:25.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:32:25.208Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:33:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:33:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:33:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:33:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:33:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:33:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:33:25.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:33:25.218Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:34:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:34:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:34:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:34:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:34:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:34:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:34:25.208Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:34:25.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:34:27.972Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-07T05:35:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:35:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:35:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:35:15.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:35:15.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:35:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:35:25.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:35:25.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:36:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:36:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:36:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:36:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:36:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:36:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:36:25.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:36:25.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:37:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:37:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:37:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:37:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:37:15.657Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:37:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:37:25.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:37:25.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:38:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:38:15.655Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:38:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:38:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:38:15.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:38:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:38:25.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:38:25.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:39:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:39:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:39:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:39:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:39:15.656Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:39:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:39:25.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:39:25.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:40:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:40:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:40:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:40:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:40:15.657Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:40:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:40:25.218Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:40:25.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:41:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:41:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:41:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:41:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:41:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:41:15.658Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:41:25.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:41:25.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:42:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:42:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:42:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:42:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:42:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:42:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:42:25.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:42:25.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:43:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:43:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:43:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:43:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:43:15.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:43:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:43:25.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:43:25.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:44:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:44:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:44:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:44:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:44:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:44:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:44:25.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:44:25.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:45:15.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:45:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:45:15.662Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:45:15.662Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:45:15.663Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:45:15.663Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:45:25.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:45:25.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:46:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:46:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:46:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:46:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:46:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:46:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:46:25.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:46:25.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:47:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:47:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:47:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:47:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:47:15.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:47:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:47:25.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:47:25.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:48:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:48:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:48:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:48:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:48:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:48:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:48:25.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:48:25.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:49:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:49:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:49:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:49:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:49:15.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:49:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:49:25.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:49:25.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:50:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:50:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:50:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:50:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:50:15.657Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:50:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:50:25.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:50:25.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:51:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:51:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:51:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:51:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:51:15.657Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:51:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:51:25.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:51:25.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:52:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:52:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:52:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:52:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:52:15.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:52:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:52:25.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:52:25.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:53:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:53:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:53:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:53:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:53:15.657Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:53:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:53:25.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:53:25.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:54:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:54:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:54:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:54:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:54:15.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:54:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:54:25.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:54:25.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:55:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:55:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:55:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:55:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:55:15.657Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:55:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:55:25.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:55:25.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:56:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:56:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:56:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:56:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:56:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:56:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:56:25.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:56:25.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:57:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:57:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:57:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:57:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:57:15.657Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:57:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:57:25.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:57:25.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:58:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:58:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:58:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:58:15.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:58:15.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:58:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:58:25.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:58:25.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:59:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:59:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:59:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:59:15.656Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:59:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:59:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:59:25.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T05:59:25.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:00:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:00:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:00:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:00:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:00:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:00:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:00:25.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:00:25.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:01:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:01:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:01:15.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:01:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:01:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:01:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:01:25.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:01:25.206Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:02:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:02:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:02:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:02:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:02:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:02:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:02:25.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:02:25.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:03:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:03:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:03:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:03:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:03:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:03:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:03:25.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:03:25.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:04:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:04:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:04:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:04:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:04:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:04:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:04:25.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:04:25.208Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:05:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:05:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:05:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:05:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:05:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:05:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:05:25.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:05:25.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:06:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:06:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:06:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:06:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:06:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:06:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:06:25.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:06:25.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:07:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:07:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:07:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:07:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:07:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:07:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:07:25.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:07:25.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:08:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:08:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:08:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:08:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:08:15.657Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:08:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:08:25.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:08:25.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:09:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:09:15.655Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:09:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:09:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:09:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:09:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:09:25.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:09:25.215Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:10:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:10:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:10:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:10:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:16.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:16.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:10:16.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e50a9103-6c83-4d33-8f86-7a186ee0b711","serviceName":"vFW 2022-11-07 06-09-20","serviceVersion":"1.0","serviceUUID":"0a6d146e-1959-42ed-bacc-aa55eeebf07a","serviceDescription":"catalog service description","serviceInvariantUUID":"2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4","resources":[{"resourceInstanceName":"vFW e39886f5-a800 0","resourceName":"vFW e39886f5-a800","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eefa2e58-5333-4299-b3d7-ce900133a446","resourceInvariantUUID":"063eae82-7f06-4db0-b15f-02d140bc1786","resourceCustomizationUUID":"8f68e135-578a-4477-b809-6a62218523f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml","artifactChecksum":"NTgzZmU0YWRiYThhNjAxYjlmZTg1YzZlY2FmMWVlMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c542b0d3-82ab-4372-9486-093da0503d12","artifactVersion":"1"},{"artifactName":"vfwe39886f5a8000_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json","artifactChecksum":"OGE5ZDhhMGU5ZDViMzI0NWM5YWUyYWQwYjcyMDYyNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4b8a854-fdde-463d-ba2b-9d807d95aed4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"43afbf17-4714-4daf-b879-fb0431493146","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml","artifactChecksum":"ODQ2NmZiMTViZGFlY2NiMzY1N2FmZGI2M2E4YWQzYmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20282532-11b4-4984-b0ee-df9b275d9e24","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50488954-67d1-4eea-8fff-2dd5c37abbc2","artifactVersion":"2","generatedFromUUID":"43afbf17-4714-4daf-b879-fb0431493146"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221107060920-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml","artifactChecksum":"OGMwZDIxZTBiZjg1NWYwMWI3ZmFkNjUzYmNhNzUxYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a1a2363-6966-48dc-8549-ba51b3da2799","artifactVersion":"1"},{"artifactName":"service-Vfw20221107060920-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar","artifactChecksum":"NzRjYTU4MWY0MTU5MDNjYTUzNWFkOTRjYWE0OTM1MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfd8396c-8bc2-468f-818a-9e814bfcfc40","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:10:16.490Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:16.503Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:16.522Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:16.522Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:10:16.622Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-11-07T06:10:16.630Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:16.630Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:16.642Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:16.643Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:16.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:10:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801415571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:10:16.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:10:17.534Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:17.534Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:17.538Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:17.538Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "NOTIFIED"
}
2022-11-07T06:10:17.637Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-07T06:10:17.639Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:17.639Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:17.648Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:17.649Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:18.540Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:18.541Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:18.544Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:18.544Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-07T06:10:18.644Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:18.645Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:18.645Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:18.655Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:18.655Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:19.545Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:19.546Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:19.548Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:19.549Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:10:19.649Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:19.650Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:19.650Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:19.663Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:19.663Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:20.550Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:20.550Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:20.553Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:20.554Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-07T06:10:20.653Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:10:20.654Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:20.655Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:20.663Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:20.664Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:21.554Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:21.555Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:21.558Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:21.558Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:10:21.658Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:21.659Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:21.659Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:21.672Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:21.673Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:22.558Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:22.559Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:22.562Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:22.562Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:10:22.662Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:22.663Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:22.663Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:22.682Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:22.682Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:10:23.565Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"serviceName": "vFW 2022-11-07 06-09-20",
"serviceVersion": "1.0",
"serviceUUID": "0a6d146e-1959-42ed-bacc-aa55eeebf07a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4",
"resources": [
{
"resourceInstanceName": "vFW e39886f5-a800 0",
"resourceCustomizationUUID": "8f68e135-578a-4477-b809-6a62218523f5",
"resourceName": "vFW e39886f5-a800",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "eefa2e58-5333-4299-b3d7-ce900133a446",
"resourceInvariantUUID": "063eae82-7f06-4db0-b15f-02d140bc1786",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe39886f5a8000_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"artifactChecksum": "OGE5ZDhhMGU5ZDViMzI0NWM5YWUyYWQwYjcyMDYyNGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d4b8a854-fdde-463d-ba2b-9d807d95aed4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "43afbf17-4714-4daf-b879-fb0431493146",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50488954-67d1-4eea-8fff-2dd5c37abbc2",
"generatedFromUUID": "43afbf17-4714-4daf-b879-fb0431493146"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50488954-67d1-4eea-8fff-2dd5c37abbc2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221107060920-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"artifactChecksum": "NzRjYTU4MWY0MTU5MDNjYTUzNWFkOTRjYWE0OTM1MzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cfd8396c-8bc2-468f-818a-9e814bfcfc40"
}
],
"workloadContext": "Production"
}
2022-11-07T06:10:23.567Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:10:23.567Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a6d146e-1959-42ed-bacc-aa55eeebf07a ASDC
2022-11-07T06:10:23.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e50a9103-6c83-4d33-8f86-7a186ee0b711
ServiceName:vFW 2022-11-07 06-09-20
ServiceVersion:1.0
ServiceUUID:0a6d146e-1959-42ed-bacc-aa55eeebf07a
ServiceInvariantUUID:2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221107060920-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
ArtifactUUID:cfd8396c-8bc2-468f-818a-9e814bfcfc40
ArtifactChecksum:NzRjYTU4MWY0MTU5MDNjYTUzNWFkOTRjYWE0OTM1MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e39886f5-a800 0
ResourceCustomizationUUID:8f68e135-578a-4477-b809-6a62218523f5
ResourceInvariantUUID:063eae82-7f06-4db0-b15f-02d140bc1786
ResourceName:vFW e39886f5-a800
ResourceType:VF
ResourceUUID:eefa2e58-5333-4299-b3d7-ce900133a446
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe39886f5a8000_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
ArtifactUUID:d4b8a854-fdde-463d-ba2b-9d807d95aed4
ArtifactChecksum:OGE5ZDhhMGU5ZDViMzI0NWM5YWUyYWQwYjcyMDYyNGQ=
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/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
ArtifactUUID:43afbf17-4714-4daf-b879-fb0431493146
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/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
ArtifactUUID:50488954-67d1-4eea-8fff-2dd5c37abbc2
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/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
ArtifactUUID:50488954-67d1-4eea-8fff-2dd5c37abbc2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-07T06:10:23.755Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a6d146e-1959-42ed-bacc-aa55eeebf07a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:10:24.071Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:10:24.073Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:10:24.075Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:10:24.075Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cfd8396c-8bc2-468f-818a-9e814bfcfc40 from URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:24.076Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:10:24.077Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:24.186Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:10:24.206Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar cfd8396c-8bc2-468f-818a-9e814bfcfc40 100708
2022-11-07T06:10:24.208Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar ASDC sendASDCNotification
2022-11-07T06:10:24.208Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:24.210Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:10:24.211Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:24.214Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:24.214Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801424206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:10:24.314Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:24.315Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:24.315Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:24.327Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:24.327Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:25.214Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:10:25.215Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:10:25.216Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cfd8396c-8bc2-468f-818a-9e814bfcfc40, URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar to file: /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:25.217Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221107060920-csar.csar
2022-11-07T06:10:25.349Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:25.349Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:26.268Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13252744625382853308/Definitions/service-Vfw20221107060920-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-07T06:10:28.829Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:10:28.834Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-07T06:10:28.834Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.834Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.836Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.836Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.836Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e39886f5-a800 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.836Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-07T06:10:28.842Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.861Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.865Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.866Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-07T06:10:28.867Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:10:28.869Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.869Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.869Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.870Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-07T06:10:28.870Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:10:28.870Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.870Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.873Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-07T06:10:28.877Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.877Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:10:28.878Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.878Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.878Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea9fb8e0-f3e4-422b-99c7-741f59f8c6d0
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65504708-5579-4583-8310-9608449e1980
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2804a9da-16e0-4c0d-817c-ca068dba4c80
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.889Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.889Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:28.889Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.889Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-07 06-09-20
Description:catalog service description
Model UUID:0a6d146e-1959-42ed-bacc-aa55eeebf07a
Model Version:NULL
Model InvariantUuid:2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e39886f5-a800
Model UUID:5e82fbe5-4266-45c1-ad5a-3bbecaba8b4a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:063eae82-7f06-4db0-b15f-02d140bc1786
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8f68e135-578a-4477-b809-6a62218523f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:66e63ed2-2764-46fe-8ec7-f21f3a445576
ModelName:VfwE39886f5A800..base_vfw..module-0
ModelUuid:c0c05b02-09bd-4753-8b11-154db64dc561
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ea9fb8e0-f3e4-422b-99c7-741f59f8c6d0
ModelInvariantUuid:1f224c53-ef69-495c-a37e-de6532269df6
ModelName:vFW e39886f5-a800-nodes.vfwCvfc
ModelUuid:bce26287-e5b6-4e66-93fa-56f26bed9867
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ba707c93-4779-4d0a-a56e-ab6e3fd9de58
ModelInvariantUuid:c52a3447-7860-44f3-8e10-724a5e8200a9
ModelName:VfwE39886f5A800.compute.nodes.heat.vfw
ModelUuid:541acea8-a4d6-4ac5-9747-395d05d36602
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:65504708-5579-4583-8310-9608449e1980
ModelInvariantUuid:0c0004bc-4d3a-4293-9083-cf50590c4d1a
ModelName:vFW e39886f5-a800-nodes.vsnCvfc
ModelUuid:e1804121-1b93-4c4c-bcfd-d99b85dedfdc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:415f46e3-9d14-451b-a6ee-62a1f1407445
ModelInvariantUuid:6935b6c3-2a47-40c7-8088-e2ccb3aee8b6
ModelName:VfwE39886f5A800.compute.nodes.heat.vsn
ModelUuid:30e5062c-330f-48ef-b18d-83fb835fdbf6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2804a9da-16e0-4c0d-817c-ca068dba4c80
ModelInvariantUuid:b20cac68-4c34-4fc9-9561-cf2ca4250122
ModelName:vFW e39886f5-a800-nodes.vpgCvfc
ModelUuid:7f3721e8-976b-47cd-853e-f64e0617d127
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:911c9d99-b88a-4c4e-9b93-b3031a3bb863
ModelInvariantUuid:059fa993-8ab5-4fbe-b3ab-b59cc92ac86b
ModelName:VfwE39886f5A800.compute.nodes.heat.vpg
ModelUuid:f4908e0e-f044-4bfc-8e4e-85a3d346e535
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:10:28.914Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: eefa2e58-5333-4299-b3d7-ce900133a446
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:10:29.010Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||vFW e39886f5-a800 0
2022-11-07T06:10:29.017Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eefa2e58-5333-4299-b3d7-ce900133a446
2022-11-07T06:10:29.017Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d4b8a854-fdde-463d-ba2b-9d807d95aed4 from URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
2022-11-07T06:10:29.018Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:10:29.018Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
2022-11-07T06:10:29.067Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:10:29.068Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json d4b8a854-fdde-463d-ba2b-9d807d95aed4 785
2022-11-07T06:10:29.068Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json ASDC sendASDCNotification
2022-11-07T06:10:29.068Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
2022-11-07T06:10:29.069Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:10:29.069Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:29.073Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:29.073Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801429068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:10:29.173Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:29.174Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:29.174Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:29.185Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:29.186Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:30.075Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE39886f5A800..base_vfw..module-0",
"vfModuleModelInvariantUUID": "66e63ed2-2764-46fe-8ec7-f21f3a445576",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c0c05b02-09bd-4753-8b11-154db64dc561",
"vfModuleModelCustomizationUUID": "f3bd3ca5-4776-4104-9f98-35a11a6007aa",
"isBase": true,
"artifacts": [
"43afbf17-4714-4daf-b879-fb0431493146",
"50488954-67d1-4eea-8fff-2dd5c37abbc2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-07T06:10:30.089Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE39886f5A800..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0c05b02-09bd-4753-8b11-154db64dc561
VfModuleModelInvariantUUID:66e63ed2-2764-46fe-8ec7-f21f3a445576
VfModuleModelDescription:NULL
Artifacts UUID List:{
43afbf17-4714-4daf-b879-fb0431493146
,
50488954-67d1-4eea-8fff-2dd5c37abbc2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-07T06:10:30.091Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE39886f5A800..base_vfw..module-0",
"vfModuleModelInvariantUUID": "66e63ed2-2764-46fe-8ec7-f21f3a445576",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c0c05b02-09bd-4753-8b11-154db64dc561",
"vfModuleModelCustomizationUUID": "f3bd3ca5-4776-4104-9f98-35a11a6007aa",
"isBase": true,
"artifacts": [
"43afbf17-4714-4daf-b879-fb0431493146",
"50488954-67d1-4eea-8fff-2dd5c37abbc2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-07T06:10:30.091Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE39886f5A800..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0c05b02-09bd-4753-8b11-154db64dc561
VfModuleModelInvariantUUID:66e63ed2-2764-46fe-8ec7-f21f3a445576
VfModuleModelDescription:NULL
Artifacts UUID List:{
43afbf17-4714-4daf-b879-fb0431493146
,
50488954-67d1-4eea-8fff-2dd5c37abbc2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-07T06:10:30.091Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43afbf17-4714-4daf-b879-fb0431493146 from URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
2022-11-07T06:10:30.092Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:10:30.092Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
2022-11-07T06:10:30.144Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:10:30.145Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml 43afbf17-4714-4daf-b879-fb0431493146 20368
2022-11-07T06:10:30.145Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-07T06:10:30.146Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
2022-11-07T06:10:30.146Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:10:30.146Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:30.149Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:30.149Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801430145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:10:30.249Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:30.250Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:30.250Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:30.262Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:30.263Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:31.150Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 50488954-67d1-4eea-8fff-2dd5c37abbc2 from URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
2022-11-07T06:10:31.150Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:10:31.150Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
2022-11-07T06:10:31.197Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:10:31.198Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env 50488954-67d1-4eea-8fff-2dd5c37abbc2 2098
2022-11-07T06:10:31.198Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-07T06:10:31.198Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
2022-11-07T06:10:31.198Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:10:31.199Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:31.201Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:31.201Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801431198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:10:31.301Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:31.303Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:31.303Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:31.314Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:31.314Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:10:32.202Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0a6d146e-1959-42ed-bacc-aa55eeebf07a
2022-11-07T06:10:32.202Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e39886f5-a800 0 eefa2e58-5333-4299-b3d7-ce900133a446 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:10:32.248Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@157ff943, org.onap.sdc.toscaparser.api.parameters.Input@4982fc92, org.onap.sdc.toscaparser.api.parameters.Input@7da05f14, org.onap.sdc.toscaparser.api.parameters.Input@690943b9, org.onap.sdc.toscaparser.api.parameters.Input@3d60a3a]
2022-11-07T06:10:32.252Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.252Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.252Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-11-07T06:10:32.252Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8f68e135-578a-4477-b809-6a62218523f5
2022-11-07T06:10:32.253Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f68e135-578a-4477-b809-6a62218523f5 matches Tosca VF Customization UUID: 8f68e135-578a-4477-b809-6a62218523f5
2022-11-07T06:10:32.253Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8f68e135-578a-4477-b809-6a62218523f5 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-07T06:10:32.264Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.264Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.265Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8f68e135-578a-4477-b809-6a62218523f5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-07T06:10:32.265Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73fb1944
2022-11-07T06:10:32.265Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.265Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:10:32.266Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3bd3ca5-4776-4104-9f98-35a11a6007aa
2022-11-07T06:10:32.267Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3bd3ca5-4776-4104-9f98-35a11a6007aa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-07T06:10:32.274Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.277Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.277Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.281Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea9fb8e0-f3e4-422b-99c7-741f59f8c6d0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:10:32.294Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.294Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.294Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:32.297Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.297Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:32.297Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.297Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65504708-5579-4583-8310-9608449e1980
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:10:32.299Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.299Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.299Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.301Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.304Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-07T06:10:32.304Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2804a9da-16e0-4c0d-817c-ca068dba4c80
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.307Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=8f68e135-578a-4477-b809-6a62218523f5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:10:32.309Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.309Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.310Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0a6d146e-1959-42ed-bacc-aa55eeebf07a: vFW e39886f5-a800
2022-11-07T06:10:32.310Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.310Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.310Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.312Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:10:32.312Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.312Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-11-07 06-09-20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:10:32.602Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e39886f5-a800 eefa2e58-5333-4299-b3d7-ce900133a446 1 ASDC deployResourceStructure
2022-11-07T06:10:32.603Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json ASDC sendASDCNotification
2022-11-07T06:10:32.603Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
2022-11-07T06:10:32.603Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:10:32.603Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:32.605Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:32.605Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801432602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "DEPLOY_OK"
}
2022-11-07T06:10:32.705Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:32.706Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:32.706Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:32.716Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:32.716Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:33.607Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-07T06:10:33.607Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
2022-11-07T06:10:33.608Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:10:33.608Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:33.610Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:33.610Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801433607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-07T06:10:33.710Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:33.711Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:33.711Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:33.722Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:33.722Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:34.611Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-07T06:10:34.612Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
2022-11-07T06:10:34.612Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:10:34.612Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:34.615Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:34.615Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801434611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-07T06:10:34.715Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:34.716Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:34.717Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:34.729Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:34.730Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:10:35.616Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar ASDC sendASDCNotification
2022-11-07T06:10:35.616Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:35.616Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:10:35.617Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:35.619Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:35.619Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801435616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:10:35.719Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:35.720Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:35.720Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:35.731Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:10:35.731Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:10:36.620Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:10:36.646Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:10:36.649Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:10:36.649Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:10:36.650Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:11:06.651Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:11:06.662Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:11:06.664Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:11:06.664Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:11:06.664Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:11:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:11:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:11:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:11:15.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:11:15.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:11:15.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801415379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:11:15.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:11:36.665Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:11:36.675Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:11:36.679Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:11:36.680Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:11:36.680Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:12:06.681Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:12:06.699Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:12:06.701Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:12:06.702Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:12:06.702Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:12:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:12:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:12:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:12:15.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:12:15.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:12:15.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:12:15.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:12:36.702Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:12:36.718Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:12:36.721Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:12:36.722Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:12:36.722Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:13:06.723Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:13:06.735Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:13:06.737Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:13:06.737Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:13:06.738Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:13:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:13:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:13:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:13:15.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:13:15.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801415571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801415379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801415571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801415379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801415571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801415379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801415571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801415379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "cds",
"timestamp": 1667801421951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801415379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801415571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "cds",
"timestamp": 1667801421951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801415379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801415571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801415652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "cds",
"timestamp": 1667801421951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801425063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801424206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "cds",
"timestamp": 1667801421951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "cds",
"timestamp": 1667801421951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801426893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "cds",
"timestamp": 1667801421951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801426893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "cds",
"timestamp": 1667801421951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801426893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "cds",
"timestamp": 1667801429877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801429068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801426893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "cds",
"timestamp": 1667801430904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:13:15.714Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e50a9103-6c83-4d33-8f86-7a186ee0b711
2022-11-07T06:13:15.714Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50a9103-6c83-4d33-8f86-7a186ee0b711 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801430145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801426893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801431198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801426893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801426893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801432602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "DEPLOY_OK"
}
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801433113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801434702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801433607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801433113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801435839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801434611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801433113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801436909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801435616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801433113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801438020,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:13:15.737Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e50a9103-6c83-4d33-8f86-7a186ee0b711
2022-11-07T06:13:15.737Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50a9103-6c83-4d33-8f86-7a186ee0b711 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:13:15.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801433113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801439025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
"status": "DEPLOY_OK"
}
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801433113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801440058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801433113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "aai-ml",
"timestamp": 1667801441064,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:13:15.751Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e50a9103-6c83-4d33-8f86-7a186ee0b711
2022-11-07T06:13:15.751Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50a9103-6c83-4d33-8f86-7a186ee0b711 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:13:15.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801440926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801445770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:13:15.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801446782,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:13:15.769Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e50a9103-6c83-4d33-8f86-7a186ee0b711
2022-11-07T06:13:15.769Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50a9103-6c83-4d33-8f86-7a186ee0b711 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801466893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "cds",
"timestamp": 1667801466951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801463113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "cds",
"timestamp": 1667801466951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801466893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801463113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "cds",
"timestamp": 1667801466951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801466893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801463113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "cds",
"timestamp": 1667801466951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801466893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801463113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "cds",
"timestamp": 1667801466951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801466893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801463113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "cds",
"timestamp": 1667801466951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801466893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801463113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801466893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "cds",
"timestamp": 1667801466951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801463113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801475994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "cds",
"timestamp": 1667801476001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801475325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801475571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:13:36.738Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:13:36.750Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:13:36.753Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:13:36.755Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:13:36.755Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-11-07T06:13:36.760Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:14:06.760Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:14:06.772Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e50a9103-6c83-4d33-8f86-7a186ee0b711 and serviceModelVersionId: 0a6d146e-1959-42ed-bacc-aa55eeebf07a
2022-11-07T06:14:06.772Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4
2022-11-07T06:14:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:14:15.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:14:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:16.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:16.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "cds",
"timestamp": 1667801477015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:16.199Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c321e8ac-68c9-4253-a6f9-185c842e31a0
2022-11-07T06:14:16.199Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c321e8ac-68c9-4253-a6f9-185c842e31a0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801477056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801475571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801475379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801478116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801475571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801475379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801477853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801479138,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:14:16.216Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c321e8ac-68c9-4253-a6f9-185c842e31a0
2022-11-07T06:14:16.216Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c321e8ac-68c9-4253-a6f9-185c842e31a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:16.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801475571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801475379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667801478857,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:14:16.233Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c321e8ac-68c9-4253-a6f9-185c842e31a0
2022-11-07T06:14:16.233Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c321e8ac-68c9-4253-a6f9-185c842e31a0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667801480141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801475571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801475379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801475571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801475379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801475571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801475379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801483298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667801475379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801490656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "aai-ml",
"timestamp": 1667801491662,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:14:16.250Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c321e8ac-68c9-4253-a6f9-185c842e31a0
2022-11-07T06:14:16.250Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c321e8ac-68c9-4253-a6f9-185c842e31a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:22.294Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0
2022-11-07T06:14:22.429Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:14:22.933Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-07T06:14:22.940Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0|INFO|500||Invoke
2022-11-07T06:14:23.091Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-07T06:14:23.287Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0|INFO|500||InvokeReturn
2022-11-07T06:14:23.288Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221107-06:14:23:758-66100], vertex-id=[147680], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:14:23 GMT], Content-Type=[application/json]}
2022-11-07T06:14:23.289Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:14:23.292Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:14:23.292Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-11-07T06:14:23.298Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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-11-07T06:14:23.298Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e50a9103-6c83-4d33-8f86-7a186ee0b711 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:14:23.299Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:14:23.300Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:23.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:23.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801663299,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:14:23.402Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:23.403Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:23.403Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:23.414Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:23.414Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:14:24.312Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:14:24.313Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:14:24.313Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:28.726Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:28.726Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:14:28.727Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c321e8ac-68c9-4253-a6f9-185c842e31a0","serviceName":"basic_onboard_eamMEd","serviceVersion":"1.0","serviceUUID":"469ac8a5-8a5d-49e1-9960-e72103dd5fff","serviceDescription":"service","serviceInvariantUUID":"c2781c36-c1d6-447b-acae-e1c0188e2167","resources":[{"resourceInstanceName":"basic_onboard_eamMEd 0","resourceName":"basic_onboard_eamMEd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0","resourceInvariantUUID":"fa8fbb65-8666-40a3-a8a5-b7bba9073ba8","resourceCustomizationUUID":"08535c47-13cd-40b5-a722-0d21b45e26f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml","artifactChecksum":"ZjhlZjYyYTEwOWEyMDZlOWRjN2VmNTY2YTBjYmI2MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d8643f0-680f-416c-beb3-55e4020cca2d","artifactVersion":"1"},{"artifactName":"basic_onboard_eammed0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json","artifactChecksum":"OWVlODRmZWM4ZTljMTdhODliNDM1MDMzNmYzMzQwNmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd789a81-466c-4631-90dc-1ab5ef5dfd06","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4c6fd784-f8fc-427e-8fe5-e403f7aca7b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330f446d-e90c-4b98-8180-c6a90122506a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"80c6405e-6346-4af9-87b3-56fbcdf89cb7","artifactVersion":"2","generatedFromUUID":"4c6fd784-f8fc-427e-8fe5-e403f7aca7b6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEammed-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml","artifactChecksum":"MGJhYzQ5OTMyYzg3ZWJlYjdmM2UwM2U3OWEzZjk2ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b637a22e-d0f0-45cf-a852-c8a86726cd88","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEammed-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar","artifactChecksum":"NWFhNWM3ZGJkNDY3ZDBmMjNmOTEyZTdjMTNjZTVlNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c084b1f-10dd-44f1-933c-e6de26a7f4f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:14:28.729Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:28.729Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:28.731Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:28.732Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:28.832Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:28.832Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:28.833Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:28.844Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:28.844Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:29.732Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:29.733Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:29.735Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:29.735Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "NOTIFIED"
}
2022-11-07T06:14:29.835Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:14:29.836Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:29.836Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:29.848Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:29.848Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:30.736Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:30.737Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:30.740Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:30.740Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-07T06:14:30.840Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:30.841Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:30.841Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:30.854Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:30.855Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:14:31.741Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:31.742Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:31.744Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:31.745Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:31.845Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:31.846Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:31.846Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:31.882Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:31.882Z||pool-22-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:32.746Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:32.746Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:32.749Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:32.749Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-07T06:14:32.849Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:32.850Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:32.850Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:32.862Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:32.863Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:33.749Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:33.751Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:33.753Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:33.753Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:14:33.853Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:14:33.854Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:33.854Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:33.865Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:33.865Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:14:34.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:34.755Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:34.757Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:34.757Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:14:34.857Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:34.858Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:34.858Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:34.869Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:34.869Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:14:35.759Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"serviceName": "basic_onboard_eamMEd",
"serviceVersion": "1.0",
"serviceUUID": "469ac8a5-8a5d-49e1-9960-e72103dd5fff",
"serviceDescription": "service",
"serviceInvariantUUID": "c2781c36-c1d6-447b-acae-e1c0188e2167",
"resources": [
{
"resourceInstanceName": "basic_onboard_eamMEd 0",
"resourceCustomizationUUID": "08535c47-13cd-40b5-a722-0d21b45e26f8",
"resourceName": "basic_onboard_eamMEd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0",
"resourceInvariantUUID": "fa8fbb65-8666-40a3-a8a5-b7bba9073ba8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_eammed0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"artifactChecksum": "OWVlODRmZWM4ZTljMTdhODliNDM1MDMzNmYzMzQwNmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd789a81-466c-4631-90dc-1ab5ef5dfd06",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4c6fd784-f8fc-427e-8fe5-e403f7aca7b6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "80c6405e-6346-4af9-87b3-56fbcdf89cb7",
"generatedFromUUID": "4c6fd784-f8fc-427e-8fe5-e403f7aca7b6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "80c6405e-6346-4af9-87b3-56fbcdf89cb7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEammed-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"artifactChecksum": "NWFhNWM3ZGJkNDY3ZDBmMjNmOTEyZTdjMTNjZTVlNmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7c084b1f-10dd-44f1-933c-e6de26a7f4f6"
}
],
"workloadContext": "Production"
}
2022-11-07T06:14:35.759Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:14:35.760Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 469ac8a5-8a5d-49e1-9960-e72103dd5fff ASDC
2022-11-07T06:14:35.760Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c321e8ac-68c9-4253-a6f9-185c842e31a0
ServiceName:basic_onboard_eamMEd
ServiceVersion:1.0
ServiceUUID:469ac8a5-8a5d-49e1-9960-e72103dd5fff
ServiceInvariantUUID:c2781c36-c1d6-447b-acae-e1c0188e2167
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEammed-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
ArtifactUUID:7c084b1f-10dd-44f1-933c-e6de26a7f4f6
ArtifactChecksum:NWFhNWM3ZGJkNDY3ZDBmMjNmOTEyZTdjMTNjZTVlNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_eamMEd 0
ResourceCustomizationUUID:08535c47-13cd-40b5-a722-0d21b45e26f8
ResourceInvariantUUID:fa8fbb65-8666-40a3-a8a5-b7bba9073ba8
ResourceName:basic_onboard_eamMEd
ResourceType:VF
ResourceUUID:f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eammed0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
ArtifactUUID:cd789a81-466c-4631-90dc-1ab5ef5dfd06
ArtifactChecksum:OWVlODRmZWM4ZTljMTdhODliNDM1MDMzNmYzMzQwNmY=
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/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4c6fd784-f8fc-427e-8fe5-e403f7aca7b6
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/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
ArtifactUUID:80c6405e-6346-4af9-87b3-56fbcdf89cb7
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/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
ArtifactUUID:80c6405e-6346-4af9-87b3-56fbcdf89cb7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-07T06:14:35.761Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 469ac8a5-8a5d-49e1-9960-e72103dd5fff ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:14:35.787Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:14:35.787Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:14:35.787Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:14:35.788Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7c084b1f-10dd-44f1-933c-e6de26a7f4f6 from URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:35.788Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:14:35.788Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:35.938Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:14:35.942Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar 7c084b1f-10dd-44f1-933c-e6de26a7f4f6 75286
2022-11-07T06:14:35.942Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar ASDC sendASDCNotification
2022-11-07T06:14:35.943Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:35.943Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:14:35.943Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:35.946Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:35.946Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801675942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:14:36.046Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:36.047Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:36.047Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:36.059Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:36.059Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:36.947Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:14:36.948Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:14:36.948Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7c084b1f-10dd-44f1-933c-e6de26a7f4f6, URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar to file: /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:36.949Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:36.950Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:36.950Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:37.078Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13805983202658545764/Definitions/service-BasicOnboardEammed-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-07T06:14:38.367Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:14:38.367Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-07T06:14:38.367Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.367Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eamMEd 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is not matching search criteria
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:38.374Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.374Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.374Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:38.374Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is not matching search criteria
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57d5be59-e7b6-4f67-82bc-f98a7098b56c
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_eamMEd
Description:service
Model UUID:469ac8a5-8a5d-49e1-9960-e72103dd5fff
Model Version:NULL
Model InvariantUuid:c2781c36-c1d6-447b-acae-e1c0188e2167
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_eamMEd
Model UUID:250bb053-0159-4282-a8e3-bf4b74a3f118
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fa8fbb65-8666-40a3-a8a5-b7bba9073ba8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:08535c47-13cd-40b5-a722-0d21b45e26f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:546788b7-0299-4b87-9864-a78262d37e4d
ModelName:BasicOnboardEammed..base_ubuntu18..module-0
ModelUuid:fb0aaa3f-53cb-44f2-a24c-8654e6ac5681
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:57d5be59-e7b6-4f67-82bc-f98a7098b56c
ModelInvariantUuid:31542ec7-2a9c-4824-ab89-3db635c2dcdf
ModelName:basic_onboard_eamMEd-nodes.ubuntu18Cvfc
ModelUuid:3756213b-a3a3-494a-9046-6d025dbffb0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f36fc667-c0af-4be0-81e5-76760b1b3d4a
ModelInvariantUuid:1899e7ff-ab4a-4be7-b80b-d5a131a6082f
ModelName:BasicOnboardEammed.compute.nodes.heat.ubuntu18
ModelUuid:9a8de75e-134c-46a7-87a1-1e85c8ef76ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:14:38.386Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:14:38.389Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||basic_onboard_eamMEd 0
2022-11-07T06:14:38.389Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0
2022-11-07T06:14:38.389Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cd789a81-466c-4631-90dc-1ab5ef5dfd06 from URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
2022-11-07T06:14:38.389Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:14:38.390Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
2022-11-07T06:14:38.446Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:14:38.447Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json cd789a81-466c-4631-90dc-1ab5ef5dfd06 798
2022-11-07T06:14:38.447Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json ASDC sendASDCNotification
2022-11-07T06:14:38.447Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
2022-11-07T06:14:38.448Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:14:38.448Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:38.451Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:38.451Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801678447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:14:38.551Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:38.552Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:38.553Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:38.563Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:38.563Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:39.452Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEammed..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "546788b7-0299-4b87-9864-a78262d37e4d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb0aaa3f-53cb-44f2-a24c-8654e6ac5681",
"vfModuleModelCustomizationUUID": "1492974d-9ac9-4bd9-84d4-5c4790e91569",
"isBase": true,
"artifacts": [
"4c6fd784-f8fc-427e-8fe5-e403f7aca7b6",
"80c6405e-6346-4af9-87b3-56fbcdf89cb7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-07T06:14:39.458Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEammed..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb0aaa3f-53cb-44f2-a24c-8654e6ac5681
VfModuleModelInvariantUUID:546788b7-0299-4b87-9864-a78262d37e4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c6fd784-f8fc-427e-8fe5-e403f7aca7b6
,
80c6405e-6346-4af9-87b3-56fbcdf89cb7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-07T06:14:39.460Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEammed..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "546788b7-0299-4b87-9864-a78262d37e4d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb0aaa3f-53cb-44f2-a24c-8654e6ac5681",
"vfModuleModelCustomizationUUID": "1492974d-9ac9-4bd9-84d4-5c4790e91569",
"isBase": true,
"artifacts": [
"4c6fd784-f8fc-427e-8fe5-e403f7aca7b6",
"80c6405e-6346-4af9-87b3-56fbcdf89cb7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-07T06:14:39.460Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEammed..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb0aaa3f-53cb-44f2-a24c-8654e6ac5681
VfModuleModelInvariantUUID:546788b7-0299-4b87-9864-a78262d37e4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c6fd784-f8fc-427e-8fe5-e403f7aca7b6
,
80c6405e-6346-4af9-87b3-56fbcdf89cb7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-07T06:14:39.460Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4c6fd784-f8fc-427e-8fe5-e403f7aca7b6 from URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
2022-11-07T06:14:39.461Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:14:39.461Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
2022-11-07T06:14:39.508Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:14:39.509Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml 4c6fd784-f8fc-427e-8fe5-e403f7aca7b6 5033
2022-11-07T06:14:39.510Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-07T06:14:39.510Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
2022-11-07T06:14:39.510Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:14:39.511Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:39.513Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:39.514Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801679510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:14:39.613Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:14:39.614Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:39.614Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:39.628Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:39.628Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:40.514Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 80c6405e-6346-4af9-87b3-56fbcdf89cb7 from URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
2022-11-07T06:14:40.515Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:14:40.515Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
2022-11-07T06:14:40.562Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:14:40.562Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env 80c6405e-6346-4af9-87b3-56fbcdf89cb7 909
2022-11-07T06:14:40.564Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-07T06:14:40.564Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
2022-11-07T06:14:40.564Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:14:40.565Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:40.567Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:40.567Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801680562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:14:40.667Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:40.668Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:40.668Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:40.680Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:40.680Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:41.569Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 469ac8a5-8a5d-49e1-9960-e72103dd5fff
2022-11-07T06:14:41.569Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_eamMEd 0 f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:14:41.587Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42ba9ca2, org.onap.sdc.toscaparser.api.parameters.Input@76b9b89, org.onap.sdc.toscaparser.api.parameters.Input@2eeb5bbc, org.onap.sdc.toscaparser.api.parameters.Input@67d1c326, org.onap.sdc.toscaparser.api.parameters.Input@71981cf2]
2022-11-07T06:14:41.588Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.588Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.588Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-11-07T06:14:41.589Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 08535c47-13cd-40b5-a722-0d21b45e26f8
2022-11-07T06:14:41.589Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08535c47-13cd-40b5-a722-0d21b45e26f8 matches Tosca VF Customization UUID: 08535c47-13cd-40b5-a722-0d21b45e26f8
2022-11-07T06:14:41.589Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 08535c47-13cd-40b5-a722-0d21b45e26f8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-07T06:14:41.591Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.591Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.591Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 08535c47-13cd-40b5-a722-0d21b45e26f8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-07T06:14:41.591Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3797ded1
2022-11-07T06:14:41.592Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.592Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:14:41.592Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1492974d-9ac9-4bd9-84d4-5c4790e91569
2022-11-07T06:14:41.592Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1492974d-9ac9-4bd9-84d4-5c4790e91569
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-07T06:14:41.594Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is not matching search criteria
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57d5be59-e7b6-4f67-82bc-f98a7098b56c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:14:41.599Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.599Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:41.599Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:41.599Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.600Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:41.600Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=08535c47-13cd-40b5-a722-0d21b45e26f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:14:41.601Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 469ac8a5-8a5d-49e1-9960-e72103dd5fff: basic_onboard_eamMEd
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.604Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:14:41.604Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.604Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_eamMEd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:41.689Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_eamMEd f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0 1 ASDC deployResourceStructure
2022-11-07T06:14:41.689Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json ASDC sendASDCNotification
2022-11-07T06:14:41.689Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
2022-11-07T06:14:41.689Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:14:41.690Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:41.692Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:41.692Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801681689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-07T06:14:41.792Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:41.793Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:41.793Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:41.802Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:41.802Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:42.692Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-07T06:14:42.693Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
2022-11-07T06:14:42.693Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:14:42.693Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:42.695Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:42.695Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801682692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-07T06:14:42.795Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:42.796Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:42.796Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:42.806Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:42.807Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:43.696Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-07T06:14:43.697Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
2022-11-07T06:14:43.697Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:14:43.697Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:43.699Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:43.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801683696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-07T06:14:43.799Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:14:43.800Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:43.801Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:43.815Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:43.816Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:44.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar ASDC sendASDCNotification
2022-11-07T06:14:44.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:44.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:14:44.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:44.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:44.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801684701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:14:44.803Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:44.804Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:44.804Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:44.817Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:14:44.817Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:45.704Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c321e8ac-68c9-4253-a6f9-185c842e31a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:14:45.717Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c321e8ac-68c9-4253-a6f9-185c842e31a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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-11-07T06:14:45.729Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:15:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:15.729Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c321e8ac-68c9-4253-a6f9-185c842e31a0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:15:15.737Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c321e8ac-68c9-4253-a6f9-185c842e31a0 and serviceModelVersionId: 469ac8a5-8a5d-49e1-9960-e72103dd5fff
2022-11-07T06:15:15.737Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2781c36-c1d6-447b-acae-e1c0188e2167
2022-11-07T06:15:15.739Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0
2022-11-07T06:15:15.743Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:15:15.793Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|INFO|500||Invoke
2022-11-07T06:15:15.794Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c321e8ac-68c9-4253-a6f9-185c842e31a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[180ba6a9-fade-4d1c-80d5-bb9b84b8a1f5], X-ECOMP-RequestID=[c321e8ac-68c9-4253-a6f9-185c842e31a0], X-TransactionId=[], X-ONAP-RequestID=[c321e8ac-68c9-4253-a6f9-185c842e31a0], Content-Type=[application/merge-patch+json]}
2022-11-07T06:15:15.821Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-07T06:15:15.953Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?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/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221107-06:15:16:487-78534], vertex-id=[200744], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:15:16 GMT], Content-Type=[application/json]}
2022-11-07T06:15:15.954Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:15:15.955Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|INFO|500||InvokeReturn
2022-11-07T06:15:15.956Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:15:15.956Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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-11-07T06:15:15.963Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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-11-07T06:15:15.963Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c321e8ac-68c9-4253-a6f9-185c842e31a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:15:15.963Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:15:15.964Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:15:15.967Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:15:15.967Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801715963,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:15:16.067Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:15:16.068Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:15:16.068Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:16.081Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:15:16.081Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:15:16.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:15:16.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801663299,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:15:16.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:15:16.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "NOTIFIED"
}
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801664312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801675942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801678447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801679510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801680562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801681689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801682692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801683696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801684701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:15:16.982Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:16.982Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:16.983Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:26.531Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:15:26.532Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:26.532Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:26.532Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:36.082Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:15:36.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:36.083Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:36.083Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:45.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:15:45.629Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:45.630Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:45.631Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:55.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:16:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:16:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:16:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:16:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:16:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:16:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:16:16.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:16:16.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-07T06:16:16.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667801715963,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:16:16.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:16:25.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:17:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:17:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:17:15.657Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:17:15.657Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:17:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:17:15.657Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:17:25.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:17:25.214Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:18:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:18:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:18:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:18:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:18:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:18:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:18:25.217Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:18:25.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:19:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:19:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:19:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:19:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:19:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:19:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:19:25.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:19:25.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:20:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:20:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:20:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:20:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:20:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:20:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:20:25.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:20:25.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:21:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:21:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:21:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:21:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:21:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:21:15.657Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:21:25.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:21:25.197Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:22:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:22:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:22:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:22:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:22:15.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:22:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:22:25.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:22:25.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:23:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:23:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:23:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:23:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:23:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:23:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:23:25.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:23:25.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:24:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:24:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:24:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:24:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:24:15.658Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:24:15.658Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:24:25.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:24:25.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:25:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:25:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:25:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:25:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:25:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:16.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:25:16.285Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:25:16.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.287Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a779705-9a4f-4879-b551-29db39a49433","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"95932179-2055-40e5-9a2c-3701d04ef53f","serviceDescription":"service","serviceInvariantUUID":"6d0d322a-64a6-42a2-9c23-748bfd40ac3c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bb9fb00e-728f-4771-a2dd-9baf56b392fc","resourceInvariantUUID":"eb394428-8622-45b3-bf47-d56e890a83f0","resourceCustomizationUUID":"fabbc40f-6396-4f1e-b83b-14cd71b437d5","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"M2Y5OWUzODk3MjgzYTYxMmUyMmMwYjZlOGQ4NWNhZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04270f00-112e-4620-ab24-a1d25cf59662","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGM0MmQ1NGZmN2MzNjEzNTk3ODBjZDhkZTc3MzZiOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e378b84f-33c2-4163-b90c-47d20dbd2af5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:25:16.287Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667802273112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "ves-openapi-manager",
"timestamp": 1667802275379,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "cds",
"timestamp": 1667802276952,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667802273112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "ves-openapi-manager",
"timestamp": 1667802275379,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "cds",
"timestamp": 1667802276952,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667802281330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.293Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "cds",
"timestamp": 1667802282078,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:25:16.293Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.293Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.293Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "cds",
"timestamp": 1667802283088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-07T06:25:16.296Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:25:16.296Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:16.302Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:16.302Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802315653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:25:16.320Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a779705-9a4f-4879-b551-29db39a49433
2022-11-07T06:25:16.321Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a779705-9a4f-4879-b551-29db39a49433 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:25:16.330Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.330Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667802283055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:25:16.331Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.331Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.331Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667802284062,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:25:16.336Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a779705-9a4f-4879-b551-29db39a49433
2022-11-07T06:25:16.336Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a779705-9a4f-4879-b551-29db39a49433 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:25:16.343Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "aai-ml",
"timestamp": 1667802285571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "aai-ml",
"timestamp": 1667802285571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667802286895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "aai-ml",
"timestamp": 1667802288316,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667802286895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:25:16.346Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.346Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "aai-ml",
"timestamp": 1667802292606,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:25:16.346Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.347Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.347Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "aai-ml",
"timestamp": 1667802293610,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:25:16.351Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a779705-9a4f-4879-b551-29db39a49433
2022-11-07T06:25:16.352Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a779705-9a4f-4879-b551-29db39a49433 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:25:16.402Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:25:16.403Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:16.403Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:16.415Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:25:16.416Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:25:17.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:25:17.304Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:17.307Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:17.307Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802315653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:25:17.407Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:25:17.408Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:17.409Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:17.422Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:25:17.422Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:25:18.309Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "95932179-2055-40e5-9a2c-3701d04ef53f",
"serviceDescription": "service",
"serviceInvariantUUID": "6d0d322a-64a6-42a2-9c23-748bfd40ac3c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fabbc40f-6396-4f1e-b83b-14cd71b437d5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "bb9fb00e-728f-4771-a2dd-9baf56b392fc",
"resourceInvariantUUID": "eb394428-8622-45b3-bf47-d56e890a83f0",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MGM0MmQ1NGZmN2MzNjEzNTk3ODBjZDhkZTc3MzZiOTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e378b84f-33c2-4163-b90c-47d20dbd2af5"
}
],
"workloadContext": "Production"
}
2022-11-07T06:25:18.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:25:18.310Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 95932179-2055-40e5-9a2c-3701d04ef53f ASDC
2022-11-07T06:25:18.311Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0a779705-9a4f-4879-b551-29db39a49433
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:95932179-2055-40e5-9a2c-3701d04ef53f
ServiceInvariantUUID:6d0d322a-64a6-42a2-9c23-748bfd40ac3c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:e378b84f-33c2-4163-b90c-47d20dbd2af5
ArtifactChecksum:MGM0MmQ1NGZmN2MzNjEzNTk3ODBjZDhkZTc3MzZiOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fabbc40f-6396-4f1e-b83b-14cd71b437d5
ResourceInvariantUUID:eb394428-8622-45b3-bf47-d56e890a83f0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bb9fb00e-728f-4771-a2dd-9baf56b392fc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-07T06:25:18.311Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95932179-2055-40e5-9a2c-3701d04ef53f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:25:18.342Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:25:18.343Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-07T06:25:18.343Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-07T06:25:18.343Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e378b84f-33c2-4163-b90c-47d20dbd2af5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-07T06:25:18.344Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-07T06:25:18.344Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-07T06:25:18.414Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-07T06:25:18.420Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e378b84f-33c2-4163-b90c-47d20dbd2af5 57667
2022-11-07T06:25:18.420Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-07T06:25:18.420Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-07T06:25:18.420Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:25:18.421Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:18.424Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:18.424Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802318420,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:25:18.524Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:25:18.525Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:18.525Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:18.537Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:25:18.537Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:25:19.425Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:25:19.426Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-07T06:25:19.426Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e378b84f-33c2-4163-b90c-47d20dbd2af5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:19.427Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-07T06:25:19.427Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:19.427Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:19.732Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14607058926953067595/Definitions/service-BasicNetwork-template.yml
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.378Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.378Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.378Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.378Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.379Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.379Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.379Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:95932179-2055-40e5-9a2c-3701d04ef53f
Model Version:NULL
Model InvariantUuid:6d0d322a-64a6-42a2-9c23-748bfd40ac3c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:eb394428-8622-45b3-bf47-d56e890a83f0
Model UUID:5ba15dca-f7b0-4870-8bd1-d2c97a9e9a0e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fabbc40f-6396-4f1e-b83b-14cd71b437d5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:25:20.386Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: bb9fb00e-728f-4771-a2dd-9baf56b392fc
2022-11-07T06:25:20.387Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||No resources found for Service: 95932179-2055-40e5-9a2c-3701d04ef53f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:25:20.394Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||
2022-11-07T06:25:20.394Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-07T06:25:20.395Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 95932179-2055-40e5-9a2c-3701d04ef53f
2022-11-07T06:25:20.395Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 95932179-2055-40e5-9a2c-3701d04ef53f
2022-11-07T06:25:20.396Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-07T06:25:20.396Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:25:20.401Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16c64824, org.onap.sdc.toscaparser.api.parameters.Input@44f5ea92, org.onap.sdc.toscaparser.api.parameters.Input@263bf427, org.onap.sdc.toscaparser.api.parameters.Input@6ebbe4cd, org.onap.sdc.toscaparser.api.parameters.Input@4a980656]
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 95932179-2055-40e5-9a2c-3701d04ef53f: Generic NeutronNet
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.404Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.404Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.404Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-07T06:25:20.440Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.440Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.440Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.440Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.441Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:25:20.441Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.441Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-07T06:25:20.496Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-07T06:25:20.497Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-07T06:25:20.497Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.497Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:25:20.497Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:20.499Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:20.499Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802320497,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-07T06:25:20.599Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:25:20.600Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:20.600Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:20.611Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:25:20.611Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:25:21.500Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a779705-9a4f-4879-b551-29db39a49433
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:25:21.512Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a779705-9a4f-4879-b551-29db39a49433
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:25:21.515Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:25:21.515Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:25:21.515Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:25:21.521Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:25:51.521Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a779705-9a4f-4879-b551-29db39a49433 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:25:51.529Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a779705-9a4f-4879-b551-29db39a49433 and serviceModelVersionId: 95932179-2055-40e5-9a2c-3701d04ef53f
2022-11-07T06:25:51.529Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d0d322a-64a6-42a2-9c23-748bfd40ac3c
2022-11-07T06:25:51.530Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0
2022-11-07T06:25:51.535Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:25:51.597Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|INFO|500||Invoke
2022-11-07T06:25:51.597Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a779705-9a4f-4879-b551-29db39a49433], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4396081c-7940-42bc-806d-40652eebdb28], X-ECOMP-RequestID=[0a779705-9a4f-4879-b551-29db39a49433], X-TransactionId=[], X-ONAP-RequestID=[0a779705-9a4f-4879-b551-29db39a49433], Content-Type=[application/merge-patch+json]}
2022-11-07T06:25:51.623Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-07T06:25:51.728Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?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/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221107-06:25:52:294-20487], vertex-id=[208936], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:25:52 GMT], Content-Type=[application/json]}
2022-11-07T06:25:51.728Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:25:51.729Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|INFO|500||InvokeReturn
2022-11-07T06:25:51.729Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:25:51.729Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:25:51.736Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:25:51.737Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a779705-9a4f-4879-b551-29db39a49433 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:25:51.737Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:25:51.737Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:51.739Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:51.739Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802351737,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:25:51.839Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:25:51.840Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:51.840Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:51.854Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:25:51.854Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:26:15.653Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:26:15.653Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:26:15.653Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:26:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:26:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:15.778Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:15.778Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:26:15.778Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802315653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:26:15.779Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-07T06:26:16.280Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:16.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:26:16.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"92a039f1-1529-4701-bd06-af899a8b978b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"85633d9b-e753-411f-b991-451fbfa2e6af","serviceDescription":"service","serviceInvariantUUID":"b3667b01-4f47-49d5-9b93-4340eb32e604","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9","resourceInvariantUUID":"8efd73c0-f59c-44fe-a9e4-a3d89910ef4b","resourceCustomizationUUID":"31995543-34e7-4273-a7ac-33c05be16a9e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OGQxODMzOTkyMGRhYmNlOTllZmIxYWFkYWFkODQyMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74faf64d-8053-4e72-867e-de7467545155","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"Y2U0MGJmOGY0MDg3ODVmMTkzNzYzOTFiN2Q3YjNmYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"625bd4aa-034e-449a-9c2e-da04e27cd017","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0dee915-86c3-423a-aecf-702e47b03e06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a290fa73-90f4-4ad7-b8c3-bd512fdb562f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7324a5b7-7b78-43b9-8f20-a4331bb9b14e","artifactVersion":"2","generatedFromUUID":"f0dee915-86c3-423a-aecf-702e47b03e06"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWY2MDE0NjEyYjM1MTY5ODNjZTVhNDNkNmUyNTg5NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47467316-cce7-47da-add3-832135ae3291","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjhmMTlkMTU0ZTE5ZjZlMThkOTBjZTlhYjFkNTJlOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a98c4070-9ed3-4530-9a5d-4bf041d367a0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:26:16.285Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:16.285Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:16.287Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:16.287Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802375653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:26:16.387Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:26:16.388Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:16.389Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:16.400Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:16.400Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:17.289Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:17.290Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:17.291Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:17.292Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802375653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-07T06:26:17.392Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:17.393Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:17.393Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:17.405Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:17.406Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:18.292Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:18.293Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:18.295Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:18.295Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802375653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-07T06:26:18.395Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:18.396Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:18.396Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:18.412Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:18.412Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:19.296Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:19.296Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:19.298Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:19.299Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802375653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:26:19.399Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:26:19.399Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:19.399Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:19.415Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:19.416Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:20.299Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:20.300Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:20.301Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:20.302Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802375653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-07T06:26:20.404Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-07T06:26:20.404Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:20.405Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:20.413Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:20.413Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:21.302Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:21.303Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:21.304Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:21.305Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802375653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-07T06:26:21.405Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:21.405Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:21.406Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:21.417Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:21.417Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:22.305Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:22.306Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:22.308Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:22.309Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802375653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-07T06:26:22.409Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:22.410Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:22.410Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:22.430Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:22.430Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:23.310Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "85633d9b-e753-411f-b991-451fbfa2e6af",
"serviceDescription": "service",
"serviceInvariantUUID": "b3667b01-4f47-49d5-9b93-4340eb32e604",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "31995543-34e7-4273-a7ac-33c05be16a9e",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9",
"resourceInvariantUUID": "8efd73c0-f59c-44fe-a9e4-a3d89910ef4b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "Y2U0MGJmOGY0MDg3ODVmMTkzNzYzOTFiN2Q3YjNmYjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "625bd4aa-034e-449a-9c2e-da04e27cd017",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f0dee915-86c3-423a-aecf-702e47b03e06",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7324a5b7-7b78-43b9-8f20-a4331bb9b14e",
"generatedFromUUID": "f0dee915-86c3-423a-aecf-702e47b03e06"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7324a5b7-7b78-43b9-8f20-a4331bb9b14e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MjhmMTlkMTU0ZTE5ZjZlMThkOTBjZTlhYjFkNTJlOTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a98c4070-9ed3-4530-9a5d-4bf041d367a0"
}
],
"workloadContext": "Production"
}
2022-11-07T06:26:23.310Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:26:23.311Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85633d9b-e753-411f-b991-451fbfa2e6af ASDC
2022-11-07T06:26:23.311Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:92a039f1-1529-4701-bd06-af899a8b978b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:85633d9b-e753-411f-b991-451fbfa2e6af
ServiceInvariantUUID:b3667b01-4f47-49d5-9b93-4340eb32e604
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:a98c4070-9ed3-4530-9a5d-4bf041d367a0
ArtifactChecksum:MjhmMTlkMTU0ZTE5ZjZlMThkOTBjZTlhYjFkNTJlOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:31995543-34e7-4273-a7ac-33c05be16a9e
ResourceInvariantUUID:8efd73c0-f59c-44fe-a9e4-a3d89910ef4b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:625bd4aa-034e-449a-9c2e-da04e27cd017
ArtifactChecksum:Y2U0MGJmOGY0MDg3ODVmMTkzNzYzOTFiN2Q3YjNmYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:f0dee915-86c3-423a-aecf-702e47b03e06
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7324a5b7-7b78-43b9-8f20-a4331bb9b14e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7324a5b7-7b78-43b9-8f20-a4331bb9b14e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-07T06:26:23.312Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85633d9b-e753-411f-b991-451fbfa2e6af ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:26:23.346Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a98c4070-9ed3-4530-9a5d-4bf041d367a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-07T06:26:23.422Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:26:23.425Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a98c4070-9ed3-4530-9a5d-4bf041d367a0 74810
2022-11-07T06:26:23.426Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-07T06:26:23.426Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-07T06:26:23.426Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:26:23.426Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:23.428Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:23.428Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667802383425,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-07T06:26:23.528Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:26:23.529Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:23.529Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:23.540Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T06:26:23.540Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:24.430Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:26:24.431Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:26:24.431Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a98c4070-9ed3-4530-9a5d-4bf041d367a0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:24.432Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-07T06:26:24.432Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:24.432Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:24.549Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2475516188367937786/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-07T06:26:25.675Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:26:25.675Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-07T06:26:25.675Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery