By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-28T05:31:50.631Z||main|||||INFO|500||The following profiles are active: basic
2022-06-28T05:32:01.851Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-28T05:32:01.852Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-28T05:32:01.965Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-28T05:32:05.830Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-28T05:32:06.220Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-28T05:32:06.690Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-28T05:32:06.697Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-28T05:32:06.796Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-28T05:32:07.002Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-28T05:32:07.562Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-28T05:32:09.226Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-28T05:32:11.759Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-28T05:32:11.832Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-28T05:32:12.464Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-28T05:32:12.688Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-28T05:32:13.820Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-28T05:32:14.905Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-28T05:32:14.926Z||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$$9f28e7d9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-28T05:32:14.927Z||main|||||WARN|500||The sdc end point is not alive
2022-06-28T05:32:17.986Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-28T05:32:20.887Z||main|||||WARN|500||---
2022-06-28T05:32:20.888Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-28T05:32:20.889Z||main|||||WARN|500||---
2022-06-28T05:32:21.336Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-28T05:32:26.081Z||main|||||INFO|500||Started Application in 38.537 seconds (JVM running for 40.62)
2022-06-28T05:32:26.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-28T05:32:26.108Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-28T05:32:26.122Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-28T05:32:26.150Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-28T05:32:26.191Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8821625a-fed2-46ec-b76c-08ee2b3b5f19 url= /sdc/v1/artifactTypes
2022-06-28T05:32:26.192Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-28T05:32:26.619Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-28T05:32:26.644Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-28T05:32:26.695Z||scheduling-1|||||DEBUG|500||create keys
2022-06-28T05:32:26.703Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-28T05:32:26.740Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:32:26.760Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d4f7cac-6bf6-4ee4-a55c-e43458514a99 url= /sdc/v1/registerForDistribution
2022-06-28T05:32:27.255Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d4f7cac-6bf6-4ee4-a55c-e43458514a99 url= /sdc/v1/registerForDistribution
2022-06-28T05:32:27.255Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-28T05:32:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:32:27.264Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:32:27.272Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-28T05:32:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:32:27.272Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:32:27.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:32:27.273Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:32:38.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:32:38.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:33:27.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:33:27.264Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:33:27.265Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:33:27.266Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:33:27.266Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:33:27.266Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:33:36.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:33:36.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:34:27.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:34:27.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:34:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:34:27.264Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:34:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:34:27.265Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:34:36.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:34:36.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:35:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:35:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:35:27.263Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:35:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:35:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:35:27.265Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:35:36.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:35:36.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:36:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:36:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:36:27.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:36:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:36:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:36:27.264Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:36:36.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:36:36.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:37:27.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:37:27.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:37:27.263Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:37:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:37:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:37:27.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:37:36.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:37:36.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:38:27.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:38:27.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:38:27.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:38:27.264Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:38:27.264Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:38:27.264Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:38:36.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:38:36.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:39:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:39:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:39:27.263Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:39:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:39:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:39:27.264Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:39:36.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:39:36.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:40:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:40:27.265Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:40:27.265Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:40:27.266Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:40:27.266Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:40:27.266Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:40:36.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:40:36.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:41:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:41:27.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:41:27.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:41:27.264Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:41:27.265Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:41:27.265Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:41:36.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:41:36.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:42:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:42:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:42:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:42:27.263Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:42:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:42:27.264Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:42:36.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:42:36.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:42:37.130Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-28T05:43:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:43:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:43:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:43:27.264Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:43:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:43:27.264Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:43:36.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:43:36.824Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:44:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:44:27.262Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:44:27.262Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:44:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:44:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:44:27.264Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:44:36.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:44:36.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:45:27.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:45:27.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:45:27.263Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:45:27.265Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:45:27.267Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:45:27.267Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:45:36.808Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:45:36.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:46:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:46:27.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:46:27.263Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:46:27.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:46:27.265Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:46:27.265Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:46:36.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:46:36.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:47:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:47:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:47:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:47:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:47:27.265Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:47:27.265Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:47:36.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:47:36.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:48:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:48:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:48:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:48:27.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:48:27.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:48:27.265Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:48:36.819Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:48:36.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:49:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:49:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:49:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:49:27.264Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:49:27.265Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:49:27.266Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T05:49:36.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:49:36.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:50:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:50:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:50:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:50:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:50:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:50:27.264Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:50:36.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:50:36.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:51:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:51:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:51:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:51:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:51:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:51:27.265Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:51:36.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:51:36.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:52:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:52:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:52:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:52:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:52:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:52:27.265Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:52:36.811Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:52:36.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:53:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:53:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:53:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:53:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:53:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:53:27.264Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:53:36.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:53:36.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:54:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:54:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:54:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:54:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:54:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:54:27.264Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:54:36.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:54:36.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:55:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:55:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:55:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:55:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:55:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:55:27.264Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:55:36.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:55:36.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:56:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:56:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:56:27.262Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:56:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:56:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:56:27.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:56:36.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:56:36.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:57:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:57:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:57:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:57:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:57:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:57:27.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:57:36.808Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:57:36.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:58:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:58:27.264Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:58:27.265Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:58:27.265Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:58:27.265Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:58:27.265Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:58:36.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:58:36.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:59:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:59:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:59:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T05:59:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:59:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T05:59:27.264Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T05:59:36.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T05:59:36.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:00:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:00:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:00:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:00:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:00:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:00:27.264Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:00:36.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:00:36.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:01:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:01:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:01:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:01:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:01:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:01:27.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:01:36.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:01:36.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:02:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:02:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:02:27.262Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:02:27.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:02:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:02:27.265Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:02:36.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:02:36.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:03:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:03:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:03:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:03:27.264Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:03:27.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:03:27.264Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:03:36.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:03:36.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:04:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:04:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:04:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:04:27.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:04:27.264Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:04:27.264Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:04:36.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:04:36.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:05:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:05:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:05:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:05:27.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:05:27.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:05:27.264Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:05:36.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:05:36.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:06:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:06:27.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:06:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:06:27.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:06:27.264Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:06:27.264Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:06:36.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:06:36.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:07:27.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:07:27.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:07:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:07:27.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:07:27.265Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:07:27.265Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:07:36.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:07:36.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:08:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:08:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:08:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:08:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:08:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:08:27.264Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:08:36.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:08:36.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:09:27.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:09:27.262Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:09:27.263Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:09:27.265Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:09:27.266Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:09:27.266Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:09:36.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:09:36.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:10:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:10:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:10:27.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:10:27.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:10:27.266Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:10:27.266Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:10:36.811Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:10:36.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:11:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:11:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:11:27.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:11:27.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:11:27.264Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:11:27.264Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:11:36.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:11:36.825Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:12:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:12:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:12:27.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:12:27.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:12:27.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:12:27.265Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:12:36.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:12:36.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:13:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:13:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:13:27.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:13:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:13:27.265Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:13:27.265Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:13:36.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:13:36.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:14:27.261Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:14:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:14:27.262Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:14:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:14:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:14:27.264Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:14:36.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:14:36.821Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:15:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:15:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:15:27.262Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:15:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:15:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:15:27.264Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:15:36.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:15:36.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:16:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:16:27.264Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:16:27.267Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:16:27.267Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:16:27.267Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:16:27.267Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:16:36.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:16:36.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:17:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:17:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:17:27.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:17:27.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:17:27.264Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:17:27.264Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:17:36.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:17:36.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:18:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:18:27.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:18:27.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:18:27.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:18:27.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:18:27.264Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:18:36.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:18:36.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:27.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:19:27.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:19:27.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:19:27.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:19:27.264Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:27.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:27.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:19:27.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "cds",
"timestamp": 1656397159472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:19:27.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:19:27.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:19:27.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397159058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:19:27.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:19:27.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:27.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:19:27.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"63c45334-ba5d-487d-b7bd-1994b335f020","serviceName":"vFW 2022-06-28 06-18-06","serviceVersion":"1.0","serviceUUID":"0ac5b449-d1b5-4df8-ba95-335b8530bbe9","serviceDescription":"catalog service description","serviceInvariantUUID":"7bd4ea92-7f7c-45fd-a9f3-01fa1fced934","resources":[{"resourceInstanceName":"vFW b21f2db2-3b0d 0","resourceName":"vFW b21f2db2-3b0d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"707e8f01-90a6-4f82-8f2b-433ba33dd909","resourceInvariantUUID":"330da835-7ac4-4fb3-9fe9-ed3641809470","resourceCustomizationUUID":"95745f39-174e-467c-9d48-876bd5d2ef81","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml","artifactChecksum":"MTY4NWNmNmQzYTYyN2IwYTQxYWJkNWIzYmE3OWZjMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36c37064-e0de-4afd-9fbb-f58e64d650dd","artifactVersion":"1"},{"artifactName":"vfwb21f2db23b0d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json","artifactChecksum":"OGJiODFhODM4MjZjMjVmYzlhMTFiNWY2YTZmMTE2ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73441478-a21a-4225-a05f-9f889c94b41c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ee785c5-4498-48aa-9d71-b0d61adf2bb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml","artifactChecksum":"NWU4MTc1ZTczODA1OTk1YmM4YzUwNmNmODcxM2UxYTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e049f79e-09a3-4841-b146-eb5e08779d3a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24074382-4366-46f1-8c75-cf1fc575067b","artifactVersion":"2","generatedFromUUID":"5ee785c5-4498-48aa-9d71-b0d61adf2bb3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220628061806-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml","artifactChecksum":"YWNiMTYzNWQ5ZDBjNjAwYzkzZDI3MWQxMmExOWQ1YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"238186a7-eb2c-45a0-8654-06ecc35ae0f7","artifactVersion":"1"},{"artifactName":"service-Vfw20220628061806-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar","artifactChecksum":"Yzk2NThlZGJlYmQ1M2JkNzhhYmNhYjMxM2FhYTgyOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"584b9b1e-d2d7-4922-9a93-70f50780bd9f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-28T06:19:27.910Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:19:27.918Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:27.928Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:27.929Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:19:28.029Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-28T06:19:28.033Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:28.033Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:28.047Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:28.048Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:28.936Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:19:28.937Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:28.939Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:28.940Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "NOTIFIED"
}
2022-06-28T06:19:29.040Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-28T06:19:29.041Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:29.041Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:29.063Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:29.064Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:19:29.941Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:19:29.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:29.944Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:29.944Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-28T06:19:30.044Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-28T06:19:30.045Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:30.045Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:30.062Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:30.062Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:30.945Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:19:30.946Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:30.948Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:30.948Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:19:31.048Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:19:31.049Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:31.049Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:31.061Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:31.062Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:31.949Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:19:31.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:31.953Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:31.954Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-28T06:19:32.053Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-28T06:19:32.054Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:32.054Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:32.068Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:32.069Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:19:32.957Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:19:32.958Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:32.960Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:32.960Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:19:33.060Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:19:33.061Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:33.062Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:33.077Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:33.078Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:33.961Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:19:33.961Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:33.964Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:33.964Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:19:34.065Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-28T06:19:34.066Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:34.066Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:34.080Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:34.081Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:34.966Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"serviceName": "vFW 2022-06-28 06-18-06",
"serviceVersion": "1.0",
"serviceUUID": "0ac5b449-d1b5-4df8-ba95-335b8530bbe9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7bd4ea92-7f7c-45fd-a9f3-01fa1fced934",
"resources": [
{
"resourceInstanceName": "vFW b21f2db2-3b0d 0",
"resourceCustomizationUUID": "95745f39-174e-467c-9d48-876bd5d2ef81",
"resourceName": "vFW b21f2db2-3b0d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "707e8f01-90a6-4f82-8f2b-433ba33dd909",
"resourceInvariantUUID": "330da835-7ac4-4fb3-9fe9-ed3641809470",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb21f2db23b0d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"artifactChecksum": "OGJiODFhODM4MjZjMjVmYzlhMTFiNWY2YTZmMTE2ZDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "73441478-a21a-4225-a05f-9f889c94b41c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5ee785c5-4498-48aa-9d71-b0d61adf2bb3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24074382-4366-46f1-8c75-cf1fc575067b",
"generatedFromUUID": "5ee785c5-4498-48aa-9d71-b0d61adf2bb3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24074382-4366-46f1-8c75-cf1fc575067b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220628061806-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"artifactChecksum": "Yzk2NThlZGJlYmQ1M2JkNzhhYmNhYjMxM2FhYTgyOGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "584b9b1e-d2d7-4922-9a93-70f50780bd9f"
}
],
"workloadContext": "Production"
}
2022-06-28T06:19:34.968Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-28T06:19:34.968Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ac5b449-d1b5-4df8-ba95-335b8530bbe9 ASDC
2022-06-28T06:19:35.074Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:63c45334-ba5d-487d-b7bd-1994b335f020
ServiceName:vFW 2022-06-28 06-18-06
ServiceVersion:1.0
ServiceUUID:0ac5b449-d1b5-4df8-ba95-335b8530bbe9
ServiceInvariantUUID:7bd4ea92-7f7c-45fd-a9f3-01fa1fced934
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220628061806-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar
ArtifactUUID:584b9b1e-d2d7-4922-9a93-70f50780bd9f
ArtifactChecksum:Yzk2NThlZGJlYmQ1M2JkNzhhYmNhYjMxM2FhYTgyOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b21f2db2-3b0d 0
ResourceCustomizationUUID:95745f39-174e-467c-9d48-876bd5d2ef81
ResourceInvariantUUID:330da835-7ac4-4fb3-9fe9-ed3641809470
ResourceName:vFW b21f2db2-3b0d
ResourceType:VF
ResourceUUID:707e8f01-90a6-4f82-8f2b-433ba33dd909
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb21f2db23b0d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json
ArtifactUUID:73441478-a21a-4225-a05f-9f889c94b41c
ArtifactChecksum:OGJiODFhODM4MjZjMjVmYzlhMTFiNWY2YTZmMTE2ZDY=
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/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml
ArtifactUUID:5ee785c5-4498-48aa-9d71-b0d61adf2bb3
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/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env
ArtifactUUID:24074382-4366-46f1-8c75-cf1fc575067b
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/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env
ArtifactUUID:24074382-4366-46f1-8c75-cf1fc575067b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-28T06:19:35.076Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ac5b449-d1b5-4df8-ba95-335b8530bbe9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:19:35.307Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-28T06:19:35.308Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-28T06:19:35.309Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-28T06:19:35.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 584b9b1e-d2d7-4922-9a93-70f50780bd9f from URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:35.310Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-28T06:19:35.312Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:35.422Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-28T06:19:35.441Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar 584b9b1e-d2d7-4922-9a93-70f50780bd9f 98992
2022-06-28T06:19:35.444Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar ASDC sendASDCNotification
2022-06-28T06:19:35.444Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:35.445Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:19:35.446Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:35.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:35.452Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397175442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:19:35.552Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:19:35.555Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:35.555Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:35.573Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:35.575Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:19:36.453Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-28T06:19:36.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-28T06:19:36.458Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 584b9b1e-d2d7-4922-9a93-70f50780bd9f, URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar to file: /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:36.458Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220628061806-csar.csar
2022-06-28T06:19:36.537Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:36.537Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:37.270Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7351528025587909080/Definitions/service-Vfw20220628061806-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-28T06:19:40.242Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b21f2db2-3b0d 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.248Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.249Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.250Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:40.250Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-28T06:19:40.256Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.258Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:40.262Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:40.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-28T06:19:40.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-28T06:19:40.266Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.266Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:40.266Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:40.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-28T06:19:40.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-28T06:19:40.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:40.271Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.271Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria
2022-06-28T06:19:40.271Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-28T06:19:40.271Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-28T06:19:40.272Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-28T06:19:40.273Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.274Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-28T06:19:40.274Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.274Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-28T06:19:40.275Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:40.276Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria
2022-06-28T06:19:40.277Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.278Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cfa0dce-2e3c-413d-ae6a-723743e1f0d7
2022-06-28T06:19:40.279Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria
2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.281Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e15c9bde-30ac-4bce-8ccb-47bad411e09c
2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria
2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-28T06:19:40.282Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-28T06:19:40.283Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f712c8e2-e693-4312-85f0-ff40b624640c
2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:40.284Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:40.285Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-28 06-18-06
Description:catalog service description
Model UUID:0ac5b449-d1b5-4df8-ba95-335b8530bbe9
Model Version:NULL
Model InvariantUuid:7bd4ea92-7f7c-45fd-a9f3-01fa1fced934
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b21f2db2-3b0d
Model UUID:3d4478d5-4bc3-4e23-8941-28afa8289417
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:330da835-7ac4-4fb3-9fe9-ed3641809470
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:95745f39-174e-467c-9d48-876bd5d2ef81
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:85e110ff-9ca5-45a7-8809-e251eac6b530
ModelName:VfwB21f2db23b0d..base_vfw..module-0
ModelUuid:c81230d0-a1de-43f9-a765-5f067adc6c86
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5cfa0dce-2e3c-413d-ae6a-723743e1f0d7
ModelInvariantUuid:29dd4f96-7141-4d34-b084-1cd89934fdb4
ModelName:vFW b21f2db2-3b0d-nodes.vfwCvfc
ModelUuid:e9e086ba-a613-4802-bfd6-d82888987903
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4d00f628-0499-439d-bb8c-478e7f1afeea
ModelInvariantUuid:cc39f992-df8e-486f-85a9-824ac6483e7a
ModelName:VfwB21f2db23b0d.compute.nodes.heat.vfw
ModelUuid:f972b86b-f8e5-4ffa-8fd9-1850087f86fb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e15c9bde-30ac-4bce-8ccb-47bad411e09c
ModelInvariantUuid:da45ff8e-b620-489f-bc75-1b167dc7acf1
ModelName:vFW b21f2db2-3b0d-nodes.vsnCvfc
ModelUuid:6a171a3a-024d-42a9-8124-2a5c164c86b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d5e5aa82-e787-433f-b99f-f19123eb511f
ModelInvariantUuid:c0f734b6-0304-409f-9eb1-71cee9145943
ModelName:VfwB21f2db23b0d.compute.nodes.heat.vsn
ModelUuid:af5f3e36-2490-4539-a940-f89b3ee01257
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f712c8e2-e693-4312-85f0-ff40b624640c
ModelInvariantUuid:c7c35120-9abd-4e59-b0d6-471d22b748b9
ModelName:vFW b21f2db2-3b0d-nodes.vpgCvfc
ModelUuid:6e008311-adca-4a0d-a3de-321eb47ec496
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9d2d99b7-929e-42c9-b9b9-a5fd3e53f593
ModelInvariantUuid:e3bf0620-c2ba-4107-8f68-2e8dc6f6fb2f
ModelName:VfwB21f2db23b0d.compute.nodes.heat.vpg
ModelUuid:3e96bbd0-a969-4917-9287-ed9dacc6d0aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-28T06:19:40.306Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 707e8f01-90a6-4f82-8f2b-433ba33dd909
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:19:40.384Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||vFW b21f2db2-3b0d 0
2022-06-28T06:19:40.391Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 707e8f01-90a6-4f82-8f2b-433ba33dd909
2022-06-28T06:19:40.392Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 73441478-a21a-4225-a05f-9f889c94b41c from URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json
2022-06-28T06:19:40.392Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-28T06:19:40.392Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json
2022-06-28T06:19:40.455Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-28T06:19:40.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json 73441478-a21a-4225-a05f-9f889c94b41c 785
2022-06-28T06:19:40.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json ASDC sendASDCNotification
2022-06-28T06:19:40.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json
2022-06-28T06:19:40.456Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:19:40.457Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:40.459Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:40.460Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397180456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:19:40.560Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:19:40.563Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:40.564Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:40.582Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:40.583Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:19:41.461Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB21f2db23b0d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "85e110ff-9ca5-45a7-8809-e251eac6b530",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c81230d0-a1de-43f9-a765-5f067adc6c86",
"vfModuleModelCustomizationUUID": "0347a4b1-fa31-401f-b60b-0da0ceb2de6d",
"isBase": true,
"artifacts": [
"5ee785c5-4498-48aa-9d71-b0d61adf2bb3",
"24074382-4366-46f1-8c75-cf1fc575067b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-28T06:19:41.477Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB21f2db23b0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c81230d0-a1de-43f9-a765-5f067adc6c86
VfModuleModelInvariantUUID:85e110ff-9ca5-45a7-8809-e251eac6b530
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ee785c5-4498-48aa-9d71-b0d61adf2bb3
,
24074382-4366-46f1-8c75-cf1fc575067b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-28T06:19:41.479Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB21f2db23b0d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "85e110ff-9ca5-45a7-8809-e251eac6b530",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c81230d0-a1de-43f9-a765-5f067adc6c86",
"vfModuleModelCustomizationUUID": "0347a4b1-fa31-401f-b60b-0da0ceb2de6d",
"isBase": true,
"artifacts": [
"5ee785c5-4498-48aa-9d71-b0d61adf2bb3",
"24074382-4366-46f1-8c75-cf1fc575067b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-28T06:19:41.480Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB21f2db23b0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c81230d0-a1de-43f9-a765-5f067adc6c86
VfModuleModelInvariantUUID:85e110ff-9ca5-45a7-8809-e251eac6b530
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ee785c5-4498-48aa-9d71-b0d61adf2bb3
,
24074382-4366-46f1-8c75-cf1fc575067b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-28T06:19:41.480Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5ee785c5-4498-48aa-9d71-b0d61adf2bb3 from URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml
2022-06-28T06:19:41.480Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-28T06:19:41.480Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml
2022-06-28T06:19:41.529Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-28T06:19:41.531Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml 5ee785c5-4498-48aa-9d71-b0d61adf2bb3 20368
2022-06-28T06:19:41.531Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-28T06:19:41.531Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml
2022-06-28T06:19:41.531Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:19:41.532Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:41.534Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:41.534Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397181531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:19:41.634Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:19:41.635Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:41.635Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:41.650Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:41.651Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:42.535Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24074382-4366-46f1-8c75-cf1fc575067b from URL: /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env
2022-06-28T06:19:42.535Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-28T06:19:42.535Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env
2022-06-28T06:19:42.612Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-28T06:19:42.612Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env 24074382-4366-46f1-8c75-cf1fc575067b 2098
2022-06-28T06:19:42.612Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-28T06:19:42.612Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env
2022-06-28T06:19:42.613Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:19:42.613Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:42.615Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:42.615Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397182612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:19:42.715Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:19:42.716Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:42.717Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:42.736Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:42.736Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:43.616Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0ac5b449-d1b5-4df8-ba95-335b8530bbe9
2022-06-28T06:19:43.617Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b21f2db2-3b0d 0 707e8f01-90a6-4f82-8f2b-433ba33dd909 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:19:43.650Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dc6988c, org.onap.sdc.toscaparser.api.parameters.Input@3614f311, org.onap.sdc.toscaparser.api.parameters.Input@7164ea9, org.onap.sdc.toscaparser.api.parameters.Input@53298558, org.onap.sdc.toscaparser.api.parameters.Input@1ae26549]
2022-06-28T06:19:43.654Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.654Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:43.655Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-28T06:19:43.655Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 95745f39-174e-467c-9d48-876bd5d2ef81
2022-06-28T06:19:43.655Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95745f39-174e-467c-9d48-876bd5d2ef81 matches Tosca VF Customization UUID: 95745f39-174e-467c-9d48-876bd5d2ef81
2022-06-28T06:19:43.655Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 95745f39-174e-467c-9d48-876bd5d2ef81 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-28T06:19:43.662Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.663Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:43.664Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 95745f39-174e-467c-9d48-876bd5d2ef81: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-28T06:19:43.664Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1453fc03
2022-06-28T06:19:43.665Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.665Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-28T06:19:43.666Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0347a4b1-fa31-401f-b60b-0da0ceb2de6d
2022-06-28T06:19:43.667Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0347a4b1-fa31-401f-b60b-0da0ceb2de6d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-28T06:19:43.673Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.673Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:43.674Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:19:43.675Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.675Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:43.676Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:19:43.676Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.677Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria
2022-06-28T06:19:43.677Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-28T06:19:43.678Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-28T06:19:43.678Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-28T06:19:43.678Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-28T06:19:43.679Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-28T06:19:43.679Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:43.679Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:43.680Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-28T06:19:43.680Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:43.680Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-28T06:19:43.681Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:43.681Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cfa0dce-2e3c-413d-ae6a-723743e1f0d7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-28T06:19:43.689Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.690Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:43.690Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:19:43.691Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.691Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria
2022-06-28T06:19:43.691Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-28T06:19:43.691Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-28T06:19:43.692Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-28T06:19:43.692Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:43.692Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:43.693Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:43.693Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-28T06:19:43.693Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-28T06:19:43.693Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-28T06:19:43.694Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:43.694Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-28T06:19:43.695Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:43.695Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e15c9bde-30ac-4bce-8ccb-47bad411e09c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-28T06:19:43.697Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.698Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:43.698Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:19:43.700Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.701Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is not matching search criteria
2022-06-28T06:19:43.701Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-28T06:19:43.701Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-28T06:19:43.702Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-28T06:19:43.702Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:43.702Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:43.703Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-28T06:19:43.703Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-28T06:19:43.703Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-28T06:19:43.703Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-28T06:19:43.704Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-28T06:19:43.704Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-28T06:19:43.704Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-28T06:19:43.705Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f712c8e2-e693-4312-85f0-ff40b624640c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-28T06:19:43.707Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.707Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:43.708Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:19:43.708Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.709Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Node template vFW b21f2db2-3b0d 0 is matching search criteria
2022-06-28T06:19:43.709Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b21f2db2-3b0d 0] matching following query criteria: sdcType=VF, customizationUUID=95745f39-174e-467c-9d48-876bd5d2ef81
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:19:43.711Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.711Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:43.713Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0ac5b449-d1b5-4df8-ba95-335b8530bbe9: vFW b21f2db2-3b0d
2022-06-28T06:19:43.713Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.714Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:43.714Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.714Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:43.714Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.715Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:43.715Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.715Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:43.715Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:19:43.716Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-28 06-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:19:43.716Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-28 06-18-06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:19:43.931Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b21f2db2-3b0d 707e8f01-90a6-4f82-8f2b-433ba33dd909 1 ASDC deployResourceStructure
2022-06-28T06:19:43.932Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json ASDC sendASDCNotification
2022-06-28T06:19:43.932Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json
2022-06-28T06:19:43.932Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-28T06:19:43.932Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:43.934Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:43.934Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397183932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-28T06:19:44.034Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:19:44.035Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:44.035Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:44.050Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:44.051Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:44.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-28T06:19:44.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml
2022-06-28T06:19:44.936Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-28T06:19:44.936Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:44.938Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:44.938Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397184935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-28T06:19:45.038Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:19:45.039Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:45.039Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:45.055Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:45.056Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:45.939Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-28T06:19:45.939Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env
2022-06-28T06:19:45.939Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-28T06:19:45.940Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:45.942Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:45.942Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397185939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-28T06:19:46.042Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:19:46.043Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:46.043Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:46.060Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:46.061Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:46.943Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar ASDC sendASDCNotification
2022-06-28T06:19:46.943Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar
2022-06-28T06:19:46.943Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-28T06:19:46.945Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:19:46.958Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:19:46.958Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397186943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:19:47.055Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-28T06:19:47.057Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:19:47.057Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:19:47.071Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:19:47.071Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:19:47.959Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:19:47.993Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:19:47.997Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-28T06:19:47.997Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-28T06:19:47.998Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-28T06:20:17.998Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:20:18.010Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:20:18.012Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-28T06:20:18.012Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-28T06:20:18.013Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-28T06:20:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:20:27.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:20:27.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:20:27.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:20:27.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:20:27.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "cds",
"timestamp": 1656397159472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:20:27.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:20:48.013Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:20:48.023Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:20:48.025Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-28T06:20:48.026Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-28T06:20:48.026Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-28T06:21:18.026Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:21:18.039Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:21:18.042Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-28T06:21:18.042Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-28T06:21:18.042Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-28T06:21:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:21:27.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:21:27.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:21:27.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:21:27.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:21:27.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397159058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:21:27.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:21:48.043Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:21:48.056Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:21:48.058Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-28T06:21:48.058Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-28T06:21:48.058Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-28T06:22:18.058Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:22:18.068Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:22:18.070Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-28T06:22:18.070Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-28T06:22:18.070Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-28T06:22:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:22:27.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:22:27.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:22:27.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:22:27.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "cds",
"timestamp": 1656397159472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397159058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397168532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "cds",
"timestamp": 1656397159472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397159058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397168532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "cds",
"timestamp": 1656397159472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397159058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397168532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "cds",
"timestamp": 1656397159472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397159058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397168532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "cds",
"timestamp": 1656397159472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397159058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397168532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "cds",
"timestamp": 1656397173632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397174768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397167262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397168532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "cds",
"timestamp": 1656397174649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.342Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020
2022-06-28T06:22:27.342Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397175781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397175010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397168532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397175442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "policy-id",
"timestamp": 1656397176788,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.360Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020
2022-06-28T06:22:27.360Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397175010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397175757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397176385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397175010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397175757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397177505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397175010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397175757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397178620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397175010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397178308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397179703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397175757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397179685,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.383Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020
2022-06-28T06:22:27.383Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-28T06:22:27.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397175010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397178308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397179703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397175757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397180456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397180692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397175010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397178308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397179703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397175757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397181531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397178308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397182840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397179703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397175757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397182612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397178308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397179703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397183932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/vfwb21f2db23b0d0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397178308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397179703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397184935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397178308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397179703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397185939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/resourceInstances/vfwb21f2db23b0d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397186168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397186943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397188130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397189135,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.410Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020
2022-06-28T06:22:27.410Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397194765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397196779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397188532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "cds",
"timestamp": 1656397189471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397195757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "clamp",
"timestamp": 1656397197791,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.424Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020
2022-06-28T06:22:27.424Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397188532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "cds",
"timestamp": 1656397189471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397195757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "cds",
"timestamp": 1656397189471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397188532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397195757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397199054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397188532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "cds",
"timestamp": 1656397189471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397195757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397199054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "cds",
"timestamp": 1656397189471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397188532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397195757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397199054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "cds",
"timestamp": 1656397189471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397188532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397201154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220628061806/1.0/artifacts/service-Vfw20220628061806-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.438Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397195757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397199054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "cds",
"timestamp": 1656397189471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397188532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "aai-ml",
"timestamp": 1656397202160,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.444Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 63c45334-ba5d-487d-b7bd-1994b335f020
2022-06-28T06:22:27.444Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63c45334-ba5d-487d-b7bd-1994b335f020 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "ves-openapi-manager",
"timestamp": 1656397195757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397199054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397202782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "cds",
"timestamp": 1656397202897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397199054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "cds",
"timestamp": 1656397203909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.472Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5
2022-06-28T06:22:27.472Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397203887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397199054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397205019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397205005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397206854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397205019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397206045,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.494Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5
2022-06-28T06:22:27.494Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397207859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397205019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656397207049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "policy-id",
"timestamp": 1656397208864,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.511Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5
2022-06-28T06:22:27.512Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397205019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397205019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397208308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397209702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397205019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397208308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397209702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397205019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397208308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397209702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397208308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397212763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397209702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397208308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397209702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397208308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397214944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397209702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:22:27.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397208308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397209702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:22:27.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656397215948,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.531Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5
2022-06-28T06:22:27.532Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397216191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397223185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:22:27.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:27.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "aai-ml",
"timestamp": 1656397224190,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:27.544Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5
2022-06-28T06:22:27.544Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:22:27.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:22:27.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397226759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:22:27.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:22:48.070Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:22:48.088Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:22:48.091Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:22:48.092Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:22:48.093Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:22:48.098Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-28T06:23:18.099Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63c45334-ba5d-487d-b7bd-1994b335f020 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-28T06:23:18.133Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63c45334-ba5d-487d-b7bd-1994b335f020 and serviceModelVersionId: 0ac5b449-d1b5-4df8-ba95-335b8530bbe9
2022-06-28T06:23:18.133Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bd4ea92-7f7c-45fd-a9f3-01fa1fced934
2022-06-28T06:23:27.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:23:27.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:23:27.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:27.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:27.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:23:27.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397228770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:23:27.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:23:27.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-28T06:23:27.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "clamp",
"timestamp": 1656397229774,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:23:27.813Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 551ba232-93e7-486a-b90d-0260e1c18ee5
2022-06-28T06:23:27.814Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551ba232-93e7-486a-b90d-0260e1c18ee5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:23:33.136Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0
2022-06-28T06:23:33.280Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-28T06:23:33.777Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|INFO|500||Invoke
2022-06-28T06:23:33.785Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63c45334-ba5d-487d-b7bd-1994b335f020], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26a831c2-a904-4908-8e92-4e03c9ab2c5d], X-ECOMP-RequestID=[63c45334-ba5d-487d-b7bd-1994b335f020], X-TransactionId=[], X-ONAP-RequestID=[63c45334-ba5d-487d-b7bd-1994b335f020], Content-Type=[application/merge-patch+json]}
2022-06-28T06:23:33.923Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-28T06:23:34.186Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?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/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220628-06:23:33:827-86882], vertex-id=[200952], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:23:33 GMT], Content-Type=[application/json]}
2022-06-28T06:23:34.188Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-28T06:23:34.188Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd4ea92-7f7c-45fd-a9f3-01fa1fced934/model-vers/model-ver/0ac5b449-d1b5-4df8-ba95-335b8530bbe9?depth=0|INFO|500||InvokeReturn
2022-06-28T06:23:34.192Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-28T06:23:34.194Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:23:34.198Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-28T06:23:34.199Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63c45334-ba5d-487d-b7bd-1994b335f020 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-28T06:23:34.200Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-28T06:23:34.201Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:34.203Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:34.203Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397414199,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-28T06:23:34.303Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:34.304Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:34.305Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:34.329Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:34.330Z||pool-18-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-28T06:23:35.215Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:23:35.216Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:23:35.216Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:39.722Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:39.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-28T06:23:39.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"551ba232-93e7-486a-b90d-0260e1c18ee5","serviceName":"basic_onboard_JNozaH","serviceVersion":"1.0","serviceUUID":"c22ee2f6-d974-4413-96e1-f745040bb6c6","serviceDescription":"service","serviceInvariantUUID":"948d6a5b-b6b6-4df2-b59b-0f4758c82226","resources":[{"resourceInstanceName":"basic_onboard_JNozaH 0","resourceName":"basic_onboard_JNozaH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f52c769f-3224-4265-844e-ce915ea13c04","resourceInvariantUUID":"3862e0e5-8fa3-4ef1-921b-e96f354f6f73","resourceCustomizationUUID":"4c75ab88-88be-4d5c-90d0-830941816864","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml","artifactChecksum":"ZTNiNjBiMDY4YWRjMGZmYmYwODYwOTM2MGIyZDNkMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf52dc88-c226-416e-899c-5a39fc3f1e88","artifactVersion":"1"},{"artifactName":"basic_onboard_jnozah0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json","artifactChecksum":"NmI2OThlOGNkZWFhMjVkODgwMmE2NmJmNjk5ZmQ3M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf8bf292-31ae-4ebe-8fd8-72729fe0d513","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a540ca70-7315-4dbc-8e6f-70c67ec36adf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20735b50-9868-4fe1-9bbf-80245bb1f1c1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e9dd041a-ee79-4553-8634-0532d7d5bac6","artifactVersion":"2","generatedFromUUID":"a540ca70-7315-4dbc-8e6f-70c67ec36adf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJnozah-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml","artifactChecksum":"MWVmYzIzYTcxMTE2YmM4YzhkOGJkNWY0MWVmYWRmODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"999915aa-a9c2-45d3-8c72-2dbe2c09ca06","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJnozah-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar","artifactChecksum":"OTZlYTI1MTQ2OWVhNDk5NGRiMjhiM2EwMjczMzAwYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de279683-56ee-4b51-b811-244174a2a95f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-28T06:23:39.726Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:23:39.727Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:39.729Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:39.729Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:23:39.829Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:39.830Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:39.830Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:39.847Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:39.848Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:40.730Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:23:40.730Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:40.733Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:40.733Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "NOTIFIED"
}
2022-06-28T06:23:40.833Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:40.834Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:40.834Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:40.865Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:40.866Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:41.733Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:23:41.735Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:41.737Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:41.737Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-28T06:23:41.837Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:41.838Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:41.838Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:41.856Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:41.857Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:42.738Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:23:42.739Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:42.742Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:42.742Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:23:42.843Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-28T06:23:42.844Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:42.844Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:42.860Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:42.861Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:23:43.743Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:23:43.744Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:43.746Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:43.746Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-28T06:23:43.846Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-28T06:23:43.847Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:43.847Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:43.863Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:43.864Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:44.747Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:23:44.748Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:44.751Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:44.751Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:23:44.851Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:44.852Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:44.852Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:44.867Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:44.868Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:45.752Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:23:45.753Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:45.754Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:45.755Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:23:45.855Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:45.856Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:45.856Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:45.871Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:45.871Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:46.756Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"serviceName": "basic_onboard_JNozaH",
"serviceVersion": "1.0",
"serviceUUID": "c22ee2f6-d974-4413-96e1-f745040bb6c6",
"serviceDescription": "service",
"serviceInvariantUUID": "948d6a5b-b6b6-4df2-b59b-0f4758c82226",
"resources": [
{
"resourceInstanceName": "basic_onboard_JNozaH 0",
"resourceCustomizationUUID": "4c75ab88-88be-4d5c-90d0-830941816864",
"resourceName": "basic_onboard_JNozaH",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f52c769f-3224-4265-844e-ce915ea13c04",
"resourceInvariantUUID": "3862e0e5-8fa3-4ef1-921b-e96f354f6f73",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jnozah0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"artifactChecksum": "NmI2OThlOGNkZWFhMjVkODgwMmE2NmJmNjk5ZmQ3M2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cf8bf292-31ae-4ebe-8fd8-72729fe0d513",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a540ca70-7315-4dbc-8e6f-70c67ec36adf",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e9dd041a-ee79-4553-8634-0532d7d5bac6",
"generatedFromUUID": "a540ca70-7315-4dbc-8e6f-70c67ec36adf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e9dd041a-ee79-4553-8634-0532d7d5bac6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJnozah-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"artifactChecksum": "OTZlYTI1MTQ2OWVhNDk5NGRiMjhiM2EwMjczMzAwYzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de279683-56ee-4b51-b811-244174a2a95f"
}
],
"workloadContext": "Production"
}
2022-06-28T06:23:46.757Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-28T06:23:46.757Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c22ee2f6-d974-4413-96e1-f745040bb6c6 ASDC
2022-06-28T06:23:46.757Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:551ba232-93e7-486a-b90d-0260e1c18ee5
ServiceName:basic_onboard_JNozaH
ServiceVersion:1.0
ServiceUUID:c22ee2f6-d974-4413-96e1-f745040bb6c6
ServiceInvariantUUID:948d6a5b-b6b6-4df2-b59b-0f4758c82226
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJnozah-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar
ArtifactUUID:de279683-56ee-4b51-b811-244174a2a95f
ArtifactChecksum:OTZlYTI1MTQ2OWVhNDk5NGRiMjhiM2EwMjczMzAwYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JNozaH 0
ResourceCustomizationUUID:4c75ab88-88be-4d5c-90d0-830941816864
ResourceInvariantUUID:3862e0e5-8fa3-4ef1-921b-e96f354f6f73
ResourceName:basic_onboard_JNozaH
ResourceType:VF
ResourceUUID:f52c769f-3224-4265-844e-ce915ea13c04
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jnozah0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json
ArtifactUUID:cf8bf292-31ae-4ebe-8fd8-72729fe0d513
ArtifactChecksum:NmI2OThlOGNkZWFhMjVkODgwMmE2NmJmNjk5ZmQ3M2I=
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/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a540ca70-7315-4dbc-8e6f-70c67ec36adf
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/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env
ArtifactUUID:e9dd041a-ee79-4553-8634-0532d7d5bac6
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/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env
ArtifactUUID:e9dd041a-ee79-4553-8634-0532d7d5bac6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-28T06:23:46.758Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c22ee2f6-d974-4413-96e1-f745040bb6c6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-28T06:23:46.788Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-28T06:23:46.788Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-28T06:23:46.788Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-28T06:23:46.789Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de279683-56ee-4b51-b811-244174a2a95f from URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:46.789Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-28T06:23:46.789Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:47.129Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-28T06:23:47.134Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar de279683-56ee-4b51-b811-244174a2a95f 71561
2022-06-28T06:23:47.134Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar ASDC sendASDCNotification
2022-06-28T06:23:47.135Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:47.135Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:23:47.135Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:47.138Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:47.138Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397427134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:23:47.238Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:47.239Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:47.239Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:47.256Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:47.257Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:48.139Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-28T06:23:48.140Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-28T06:23:48.140Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: de279683-56ee-4b51-b811-244174a2a95f, URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar to file: /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:48.140Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:48.141Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:48.141Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:48.285Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15737315003188424089/Definitions/service-BasicOnboardJnozah-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-28T06:23:49.534Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JNozaH 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.535Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-28T06:23:49.536Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria
2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-28T06:23:49.537Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria
2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.538Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is not matching search criteria
2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-28T06:23:49.539Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria
2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:23:49.540Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria
2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria
2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:23:49.541Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is not matching search criteria
2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ac427da-535d-4123-b113-a5cc5766002c
2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.542Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:49.543Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JNozaH
Description:service
Model UUID:c22ee2f6-d974-4413-96e1-f745040bb6c6
Model Version:NULL
Model InvariantUuid:948d6a5b-b6b6-4df2-b59b-0f4758c82226
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JNozaH
Model UUID:c126d863-a9c5-40b2-b97e-952fa6018b1e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3862e0e5-8fa3-4ef1-921b-e96f354f6f73
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4c75ab88-88be-4d5c-90d0-830941816864
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b58c5bcc-83c2-451b-a68e-beafe3fd8a34
ModelName:BasicOnboardJnozah..base_ubuntu18..module-0
ModelUuid:ca66853c-eb01-428d-8e87-f3e5d3286dd0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6ac427da-535d-4123-b113-a5cc5766002c
ModelInvariantUuid:60cf3e19-fe24-4b9b-aa53-e688e199fdd8
ModelName:basic_onboard_JNozaH-nodes.ubuntu18Cvfc
ModelUuid:7e73a7a5-eecf-447e-b520-9cf57e7674f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:89d4d31e-983f-4634-b17e-c09acca3c1da
ModelInvariantUuid:1c96da5c-0fd8-445b-97d9-cbdc51826e43
ModelName:BasicOnboardJnozah.compute.nodes.heat.ubuntu18
ModelUuid:21aa1b3f-3a03-4523-83ee-970dcabe3d14
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-28T06:23:49.547Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f52c769f-3224-4265-844e-ce915ea13c04
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||basic_onboard_JNozaH 0
2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f52c769f-3224-4265-844e-ce915ea13c04
2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cf8bf292-31ae-4ebe-8fd8-72729fe0d513 from URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json
2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-28T06:23:49.549Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json
2022-06-28T06:23:49.700Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-28T06:23:49.701Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json cf8bf292-31ae-4ebe-8fd8-72729fe0d513 798
2022-06-28T06:23:49.701Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json ASDC sendASDCNotification
2022-06-28T06:23:49.701Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json
2022-06-28T06:23:49.701Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:23:49.702Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:49.704Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:49.704Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397429701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:23:49.804Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:49.805Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:49.806Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:49.823Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:49.824Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:50.705Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJnozah..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b58c5bcc-83c2-451b-a68e-beafe3fd8a34",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ca66853c-eb01-428d-8e87-f3e5d3286dd0",
"vfModuleModelCustomizationUUID": "d85a8c37-51ef-4c7f-a9c4-da265ecc67b8",
"isBase": true,
"artifacts": [
"a540ca70-7315-4dbc-8e6f-70c67ec36adf",
"e9dd041a-ee79-4553-8634-0532d7d5bac6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-28T06:23:50.710Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJnozah..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca66853c-eb01-428d-8e87-f3e5d3286dd0
VfModuleModelInvariantUUID:b58c5bcc-83c2-451b-a68e-beafe3fd8a34
VfModuleModelDescription:NULL
Artifacts UUID List:{
a540ca70-7315-4dbc-8e6f-70c67ec36adf
,
e9dd041a-ee79-4553-8634-0532d7d5bac6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-28T06:23:50.712Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJnozah..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b58c5bcc-83c2-451b-a68e-beafe3fd8a34",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ca66853c-eb01-428d-8e87-f3e5d3286dd0",
"vfModuleModelCustomizationUUID": "d85a8c37-51ef-4c7f-a9c4-da265ecc67b8",
"isBase": true,
"artifacts": [
"a540ca70-7315-4dbc-8e6f-70c67ec36adf",
"e9dd041a-ee79-4553-8634-0532d7d5bac6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-28T06:23:50.712Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJnozah..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca66853c-eb01-428d-8e87-f3e5d3286dd0
VfModuleModelInvariantUUID:b58c5bcc-83c2-451b-a68e-beafe3fd8a34
VfModuleModelDescription:NULL
Artifacts UUID List:{
a540ca70-7315-4dbc-8e6f-70c67ec36adf
,
e9dd041a-ee79-4553-8634-0532d7d5bac6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-28T06:23:50.712Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a540ca70-7315-4dbc-8e6f-70c67ec36adf from URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml
2022-06-28T06:23:50.712Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-28T06:23:50.713Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml
2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml a540ca70-7315-4dbc-8e6f-70c67ec36adf 5033
2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml
2022-06-28T06:23:50.829Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:23:50.830Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:50.832Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:50.832Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397430829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:23:50.932Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:50.933Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:50.933Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:50.959Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:50.959Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:23:51.832Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e9dd041a-ee79-4553-8634-0532d7d5bac6 from URL: /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env
2022-06-28T06:23:51.833Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-28T06:23:51.833Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env
2022-06-28T06:23:51.887Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-28T06:23:51.888Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env e9dd041a-ee79-4553-8634-0532d7d5bac6 909
2022-06-28T06:23:51.888Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-28T06:23:51.888Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env
2022-06-28T06:23:51.889Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:23:51.889Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:51.891Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:51.891Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397431888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:23:51.991Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:51.991Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:51.992Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:52.006Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:52.007Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:52.891Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c22ee2f6-d974-4413-96e1-f745040bb6c6
2022-06-28T06:23:52.892Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JNozaH 0 f52c769f-3224-4265-844e-ce915ea13c04 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:23:52.903Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18a96098, org.onap.sdc.toscaparser.api.parameters.Input@4a9fdc8d, org.onap.sdc.toscaparser.api.parameters.Input@aacc48a, org.onap.sdc.toscaparser.api.parameters.Input@5fa56aa7, org.onap.sdc.toscaparser.api.parameters.Input@c5b7c6b]
2022-06-28T06:23:52.905Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.905Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:52.905Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-28T06:23:52.905Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4c75ab88-88be-4d5c-90d0-830941816864
2022-06-28T06:23:52.906Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c75ab88-88be-4d5c-90d0-830941816864 matches Tosca VF Customization UUID: 4c75ab88-88be-4d5c-90d0-830941816864
2022-06-28T06:23:52.906Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4c75ab88-88be-4d5c-90d0-830941816864 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-28T06:23:52.908Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.908Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:52.909Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4c75ab88-88be-4d5c-90d0-830941816864: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-28T06:23:52.910Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@207401be
2022-06-28T06:23:52.910Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.910Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-28T06:23:52.910Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d85a8c37-51ef-4c7f-a9c4-da265ecc67b8
2022-06-28T06:23:52.911Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d85a8c37-51ef-4c7f-a9c4-da265ecc67b8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-28T06:23:52.913Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.914Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria
2022-06-28T06:23:52.914Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:23:52.914Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.915Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria
2022-06-28T06:23:52.915Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:23:52.915Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.916Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is not matching search criteria
2022-06-28T06:23:52.916Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-28T06:23:52.916Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-28T06:23:52.916Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ac427da-535d-4123-b113-a5cc5766002c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-28T06:23:52.919Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.919Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria
2022-06-28T06:23:52.920Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-28T06:23:52.920Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.920Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JNozaH 0 is matching search criteria
2022-06-28T06:23:52.920Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JNozaH 0] matching following query criteria: sdcType=VF, customizationUUID=4c75ab88-88be-4d5c-90d0-830941816864
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:23:52.922Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.922Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c22ee2f6-d974-4413-96e1-f745040bb6c6: basic_onboard_JNozaH
2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:52.923Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.924Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:52.924Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.924Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:52.924Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:23:52.925Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JNozaH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:23:52.925Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_JNozaH
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:23:52.992Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JNozaH f52c769f-3224-4265-844e-ce915ea13c04 1 ASDC deployResourceStructure
2022-06-28T06:23:52.994Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json ASDC sendASDCNotification
2022-06-28T06:23:52.994Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json
2022-06-28T06:23:52.995Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-28T06:23:52.995Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:53.006Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:53.006Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397432994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-28T06:23:53.105Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-28T06:23:53.107Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:53.107Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:53.122Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:53.122Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:23:54.007Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-28T06:23:54.007Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml
2022-06-28T06:23:54.007Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-28T06:23:54.008Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:54.009Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:54.010Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397434007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-28T06:23:54.110Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:54.110Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:54.111Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:54.125Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:54.126Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:55.011Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-28T06:23:55.011Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env
2022-06-28T06:23:55.011Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-28T06:23:55.011Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:55.013Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:55.013Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397435011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-28T06:23:55.113Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:55.114Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:55.114Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:55.128Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:55.129Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:56.013Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar ASDC sendASDCNotification
2022-06-28T06:23:56.014Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar
2022-06-28T06:23:56.014Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-28T06:23:56.015Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:23:56.017Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:23:56.017Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397436013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:23:56.117Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:23:56.118Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:23:56.118Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:23:56.133Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:23:56.134Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:23:57.017Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 551ba232-93e7-486a-b90d-0260e1c18ee5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:23:57.031Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 551ba232-93e7-486a-b90d-0260e1c18ee5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:23:57.034Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:23:57.035Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:23:57.036Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:23:57.036Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:23:57.040Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-28T06:24:27.041Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 551ba232-93e7-486a-b90d-0260e1c18ee5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-28T06:24:27.047Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 551ba232-93e7-486a-b90d-0260e1c18ee5 and serviceModelVersionId: c22ee2f6-d974-4413-96e1-f745040bb6c6
2022-06-28T06:24:27.047Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 948d6a5b-b6b6-4df2-b59b-0f4758c82226
2022-06-28T06:24:27.048Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0
2022-06-28T06:24:27.052Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-28T06:24:27.113Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|INFO|500||Invoke
2022-06-28T06:24:27.114Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[551ba232-93e7-486a-b90d-0260e1c18ee5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05f577c8-cfbb-4dd5-9c38-e6549955686f], X-ECOMP-RequestID=[551ba232-93e7-486a-b90d-0260e1c18ee5], X-TransactionId=[], X-ONAP-RequestID=[551ba232-93e7-486a-b90d-0260e1c18ee5], Content-Type=[application/merge-patch+json]}
2022-06-28T06:24:27.145Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-28T06:24:27.264Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:24:27.265Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:24:27.265Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:24:27.284Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?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/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220628-06:24:27:048-67768], vertex-id=[127104], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:24:27 GMT], Content-Type=[application/json]}
2022-06-28T06:24:27.284Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-28T06:24:27.285Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/948d6a5b-b6b6-4df2-b59b-0f4758c82226/model-vers/model-ver/c22ee2f6-d974-4413-96e1-f745040bb6c6?depth=0|INFO|500||InvokeReturn
2022-06-28T06:24:27.285Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-28T06:24:27.286Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:24:27.289Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-28T06:24:27.290Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 551ba232-93e7-486a-b90d-0260e1c18ee5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-28T06:24:27.290Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-28T06:24:27.290Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:24:27.292Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:24:27.292Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397467290,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-28T06:24:27.393Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-28T06:24:27.394Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:24:27.394Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:24:27.410Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:24:27.411Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:24:27.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:24:27.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63c45334-ba5d-487d-b7bd-1994b335f020",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397414199,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-28T06:24:27.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:24:27.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:24:27.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-28T06:24:27.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "NOTIFIED"
}
2022-06-28T06:24:27.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-28T06:24:27.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-28T06:24:27.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-28T06:24:27.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:24:27.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-28T06:24:27.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-28T06:24:27.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-28T06:24:27.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:24:27.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-28T06:24:27.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397415215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:24:27.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-28T06:24:27.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397427134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:24:27.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:24:27.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397429701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:24:27.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:24:27.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397430829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:24:27.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:24:27.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397431888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:24:27.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:24:27.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397432994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/basic_onboard_jnozah0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-28T06:24:27.445Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:24:27.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397434007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-28T06:24:27.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:24:27.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397435011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/resourceInstances/basic_onboard_jnozah0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-28T06:24:27.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:24:27.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:24:27.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397436013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJnozah/1.0/artifacts/service-BasicOnboardJnozah-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:24:27.448Z||pool-2-thread-3|||||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-06-28T06:24:28.304Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:24:28.305Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:24:28.305Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:24:37.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:24:37.878Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:24:37.878Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:24:37.879Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:24:47.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:24:47.475Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:24:47.475Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:24:47.476Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:24:57.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:24:57.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:24:57.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:24:57.015Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:25:06.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:25:27.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:25:27.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:25:27.263Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:25:27.263Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:25:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:25:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:25:27.790Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:25:27.791Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-28T06:25:27.791Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "551ba232-93e7-486a-b90d-0260e1c18ee5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656397467290,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-28T06:25:27.792Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:25:36.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:26:27.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:26:27.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:26:27.263Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:26:27.263Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:26:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:26:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:26:36.881Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:26:36.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:27:27.261Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:27:27.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:27:27.262Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:27:27.264Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:27:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:27:27.264Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:27:36.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:27:36.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:28:27.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:28:27.262Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:28:27.263Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:28:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:28:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:28:27.264Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:28:36.808Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:28:36.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:29:27.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:29:27.265Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:29:27.265Z||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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:29:27.267Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:29:27.268Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:29:27.268Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:29:36.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:29:36.821Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:30:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:30:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:30:27.263Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:30:27.263Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:30:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:30:27.265Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:30:36.807Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:30:36.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:31:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:31:27.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:31:27.262Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:31:27.263Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:31:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:31:27.264Z|551ba232-93e7-486a-b90d-0260e1c18ee5|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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:31:36.812Z|551ba232-93e7-486a-b90d-0260e1c18ee5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:31:36.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:32:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:32:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:32:27.263Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:32:27.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:32:27.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:32:27.264Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:32:36.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:32:36.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:33:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:33:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:33:27.263Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:33:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:33:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:33:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:33:36.818Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:33:36.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:34:27.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:34:27.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:34:27.263Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:34:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:34:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:34:27.265Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:34:27.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:34:27.903Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:34:27.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a4774db-30d4-4162-acbc-c004f76fb5ea","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bc5336c9-0531-4642-bfa6-77b24a75689c","serviceDescription":"service","serviceInvariantUUID":"bd60b109-c5f5-44c7-b9f0-1cd6146d9566","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ad877007-9f4c-4c74-bc29-dca5b06b0ce5","resourceInvariantUUID":"a72f4543-372a-40f9-80e7-5ff7da66d448","resourceCustomizationUUID":"3562924d-573b-4058-905a-6bd952bf5b87","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":"NGU5NWYwN2E5ZjlkYjE1YWNiNmE0N2JkMjAxZDE2ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44cb35e7-d460-43af-a23b-388581108dbf","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjBiMWViNjFkNzkyMTc1ZTMzZjE4MGE4OGUwZjgyYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd479c70-e832-4c1b-8d79-383d76884157","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-28T06:34:27.903Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.904Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1656398035757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:34:27.904Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "policy-id",
"timestamp": 1656398039054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "ves-openapi-manager",
"timestamp": 1656398035757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "policy-id",
"timestamp": 1656398039054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:34:27.905Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "policy-id",
"timestamp": 1656398045554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656398045009,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "cds",
"timestamp": 1656398044471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.906Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "policy-id",
"timestamp": 1656398046563,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656398045009,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "cds",
"timestamp": 1656398044471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.907Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "policy-id",
"timestamp": 1656398047573,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-06-28T06:34:27.908Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:34:27.908Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:34:27.912Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:34:27.912Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398067262,
"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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:34:27.926Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea
2022-06-28T06:34:27.927Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656398047818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "cds",
"timestamp": 1656398047225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:34:27.935Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.936Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "cds",
"timestamp": 1656398048236,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:34:27.940Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea
2022-06-28T06:34:27.940Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656398049435,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.949Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "aai-ml",
"timestamp": 1656398048308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "clamp",
"timestamp": 1656398049701,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.950Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.951Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656398048532,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:34:27.951Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.951Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.951Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656398050438,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:34:27.956Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea
2022-06-28T06:34:27.956Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:34:27.964Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.964Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "aai-ml",
"timestamp": 1656398048308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "clamp",
"timestamp": 1656398049701,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.965Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656398048532,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "aai-ml",
"timestamp": 1656398051133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:34:27.966Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.967Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "aai-ml",
"timestamp": 1656398055688,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:34:27.967Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:34:27.967Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.967Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "aai-ml",
"timestamp": 1656398056693,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:34:27.972Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea
2022-06-28T06:34:27.972Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:34:27.980Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.980Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "clamp",
"timestamp": 1656398060927,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:34:27.980Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:34:27.980Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.981Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "clamp",
"timestamp": 1656398062929,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:34:27.981Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-28T06:34:27.981Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:34:27.981Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "clamp",
"timestamp": 1656398063948,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:34:27.986Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a4774db-30d4-4162-acbc-c004f76fb5ea
2022-06-28T06:34:27.986Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4774db-30d4-4162-acbc-c004f76fb5ea and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:34:28.012Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:34:28.013Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:34:28.013Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:34:28.029Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:34:28.029Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:34:28.913Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:34:28.913Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:34:28.915Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:34:28.915Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398067262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:34:29.016Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:34:29.017Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:34:29.017Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:34:29.032Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:34:29.033Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:34:29.917Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "bc5336c9-0531-4642-bfa6-77b24a75689c",
"serviceDescription": "service",
"serviceInvariantUUID": "bd60b109-c5f5-44c7-b9f0-1cd6146d9566",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "3562924d-573b-4058-905a-6bd952bf5b87",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ad877007-9f4c-4c74-bc29-dca5b06b0ce5",
"resourceInvariantUUID": "a72f4543-372a-40f9-80e7-5ff7da66d448",
"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": "NjBiMWViNjFkNzkyMTc1ZTMzZjE4MGE4OGUwZjgyYWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd479c70-e832-4c1b-8d79-383d76884157"
}
],
"workloadContext": "Production"
}
2022-06-28T06:34:29.917Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-28T06:34:29.917Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bc5336c9-0531-4642-bfa6-77b24a75689c ASDC
2022-06-28T06:34:29.918Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2a4774db-30d4-4162-acbc-c004f76fb5ea
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bc5336c9-0531-4642-bfa6-77b24a75689c
ServiceInvariantUUID:bd60b109-c5f5-44c7-b9f0-1cd6146d9566
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:cd479c70-e832-4c1b-8d79-383d76884157
ArtifactChecksum:NjBiMWViNjFkNzkyMTc1ZTMzZjE4MGE4OGUwZjgyYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3562924d-573b-4058-905a-6bd952bf5b87
ResourceInvariantUUID:a72f4543-372a-40f9-80e7-5ff7da66d448
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ad877007-9f4c-4c74-bc29-dca5b06b0ce5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-28T06:34:29.918Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc5336c9-0531-4642-bfa6-77b24a75689c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-28T06:34:29.946Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cd479c70-e832-4c1b-8d79-383d76884157 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-28T06:34:29.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-28T06:34:30.103Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-28T06:34:30.107Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cd479c70-e832-4c1b-8d79-383d76884157 52513
2022-06-28T06:34:30.107Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-28T06:34:30.107Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-28T06:34:30.107Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:34:30.108Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:34:30.110Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:34:30.110Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398070107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:34:30.211Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-28T06:34:30.211Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:34:30.212Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:34:30.227Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:34:30.228Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:34:31.111Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-28T06:34:31.112Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-28T06:34:31.112Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: cd479c70-e832-4c1b-8d79-383d76884157, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.112Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-28T06:34:31.113Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.113Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.273Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5283311261755399280/Definitions/service-BasicNetwork-template.yml
2022-06-28T06:34:31.878Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-28T06:34:31.879Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-28T06:34:31.879Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.879Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-28T06:34:31.880Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.880Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.880Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.880Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-28T06:34:31.881Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.882Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.882Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-28T06:34:31.882Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-28T06:34:31.883Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.884Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.885Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.885Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.885Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.885Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.886Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.886Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.886Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:bc5336c9-0531-4642-bfa6-77b24a75689c
Model Version:NULL
Model InvariantUuid:bd60b109-c5f5-44c7-b9f0-1cd6146d9566
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a72f4543-372a-40f9-80e7-5ff7da66d448
Model UUID:dc7a5587-7e03-4c08-b873-20de01f361b5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:3562924d-573b-4058-905a-6bd952bf5b87
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-28T06:34:31.894Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: ad877007-9f4c-4c74-bc29-dca5b06b0ce5
2022-06-28T06:34:31.894Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||No resources found for Service: bc5336c9-0531-4642-bfa6-77b24a75689c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:34:31.900Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||
2022-06-28T06:34:31.900Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-28T06:34:31.901Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||No resources found for Service: bc5336c9-0531-4642-bfa6-77b24a75689c
2022-06-28T06:34:31.901Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bc5336c9-0531-4642-bfa6-77b24a75689c
2022-06-28T06:34:31.902Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-28T06:34:31.902Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:34:31.907Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39053051, org.onap.sdc.toscaparser.api.parameters.Input@5d6acfed, org.onap.sdc.toscaparser.api.parameters.Input@7e0749f9, org.onap.sdc.toscaparser.api.parameters.Input@4e48c5ce, org.onap.sdc.toscaparser.api.parameters.Input@5edfe3ee]
2022-06-28T06:34:31.909Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.910Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.910Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.910Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.911Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bc5336c9-0531-4642-bfa6-77b24a75689c: Generic NeutronNet
2022-06-28T06:34:31.911Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.911Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.912Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.912Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-28T06:34:31.954Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.954Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.955Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.955Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.955Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:34:31.955Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:34:31.956Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-28T06:34:32.025Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-28T06:34:32.026Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-28T06:34:32.026Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-28T06:34:32.026Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-28T06:34:32.026Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:34:32.028Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:34:32.028Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398072026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-28T06:34:32.128Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:34:32.129Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:34:32.129Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:34:32.146Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:34:32.147Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:34:33.029Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a4774db-30d4-4162-acbc-c004f76fb5ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:34:33.042Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a4774db-30d4-4162-acbc-c004f76fb5ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-28T06:34:33.047Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-28T06:34:33.047Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-28T06:34:33.048Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-28T06:34:33.048Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-28T06:34:33.048Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:34:33.048Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:34:33.049Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:34:33.049Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:34:33.049Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:34:33.049Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-28T06:34:33.050Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-28T06:34:33.055Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-28T06:35:03.055Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a4774db-30d4-4162-acbc-c004f76fb5ea and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-28T06:35:03.063Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a4774db-30d4-4162-acbc-c004f76fb5ea and serviceModelVersionId: bc5336c9-0531-4642-bfa6-77b24a75689c
2022-06-28T06:35:03.063Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd60b109-c5f5-44c7-b9f0-1cd6146d9566
2022-06-28T06:35:03.065Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0
2022-06-28T06:35:03.068Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-28T06:35:03.121Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-28T06:35:03.123Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0|INFO|500||Invoke
2022-06-28T06:35:03.147Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-28T06:35:03.250Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0|INFO|500||InvokeReturn
2022-06-28T06:35:03.251Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd60b109-c5f5-44c7-b9f0-1cd6146d9566/model-vers/model-ver/bc5336c9-0531-4642-bfa6-77b24a75689c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220628-06:35:03:054-30858], vertex-id=[405664], Content-Length=[0], Date=[Tue, 28 Jun 2022 06:35:03 GMT], Content-Type=[application/json]}
2022-06-28T06:35:03.252Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-28T06:35:03.252Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-28T06:35:03.252Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:35:03.256Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-28T06:35:03.257Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a4774db-30d4-4162-acbc-c004f76fb5ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-28T06:35:03.257Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-28T06:35:03.258Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:03.260Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:03.260Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398103257,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-28T06:35:03.360Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:35:03.361Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:03.361Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:03.427Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:03.427Z||pool-39-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-28T06:35:27.262Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:35:27.263Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:35:27.263Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:27.263Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-28T06:35:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-28T06:35:27.264Z|63c45334-ba5d-487d-b7bd-1994b335f020|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 YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:27.447Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-28T06:35:27.448Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a4774db-30d4-4162-acbc-c004f76fb5ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398067262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:35:27.449Z|63c45334-ba5d-487d-b7bd-1994b335f020|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-28T06:35:27.916Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:27.917Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-28T06:35:27.917Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"48306d1e-006a-407e-b5fa-36d3f9522015","serviceName":"Demo_pNF_nH1DtrzIs2VIaxioOIpk","serviceVersion":"1.0","serviceUUID":"518d8f29-3517-4d30-9ac0-e66199fc2699","serviceDescription":"catalog service description","serviceInvariantUUID":"6d6d2fd5-543f-4a0a-8190-1914eee21ae2","resources":[{"resourceInstanceName":"pNF 59087bbc-477d 0","resourceName":"pNF 59087bbc-477d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"06ba14f5-37ed-4eef-a0fc-7fe05f8fc707","resourceInvariantUUID":"66282212-c722-4c48-ba06-30cb14daa61d","resourceCustomizationUUID":"ee6bb00a-79dd-415d-b8bc-68ef49a32a0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml","artifactChecksum":"ZDg2N2UxNGVmMTcyZDI1MTY2OGNjMWUzOTkzYjdjNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68605047-5b0d-4223-b2c8-bb62b0c64a4b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar","artifactChecksum":"NjBmNjFkYmRmMDA0OWRiN2YyMTdiMDkyMjY3MDY5NjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32775c57-8e07-4c9b-9025-efb8ef1964d1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92d8b40d-b597-4a00-91c0-9478ff3b6228","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGNkMTExNDM4NTM0NDkxZDdmZWQ4MTljN2ViZjVjMWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66b8beba-b13e-4620-b49b-4216b3a3e8cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce8deb82-778a-41a0-829a-744c7602d85d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db027bc8-f723-4872-90dd-56ba6ff0fc11","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNh1dtrzis2viaxiooipk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml","artifactChecksum":"NDNmYTY5NWJhNzViODBjOTEzNmE2OTFiYmE4ZGNkYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f49d813-da5f-4044-baa3-406cb95db47f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar","artifactChecksum":"NzE5NTBmYjFhNWZiNWM1Y2YyZTc0ZGM1ZTExODRiMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae57d902-9f20-4a80-9be2-c40c91eaa264","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-28T06:35:27.919Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:35:27.920Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:27.922Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:27.922Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398127261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:35:28.022Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:35:28.023Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:28.023Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:28.038Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:28.039Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:35:28.923Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:35:28.923Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:28.925Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:28.925Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398127261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:35:29.025Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:35:29.026Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:29.026Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:29.042Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:29.043Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:35:29.926Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:35:29.927Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:29.930Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:29.930Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398127261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:35:30.030Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:35:30.031Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:30.031Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:30.045Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:30.045Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:35:30.931Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:35:30.931Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:30.934Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:30.934Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398127261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:35:31.034Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:35:31.036Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:31.036Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:31.051Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:31.052Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:35:31.935Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:35:31.936Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:31.938Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:31.938Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398127261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:35:32.038Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:35:32.039Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:32.039Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:32.106Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:32.107Z||pool-44-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:35:32.939Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:35:32.940Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:32.943Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:32.943Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398127261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/resourceInstances/pnf59087bbc477d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:35:33.043Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:35:33.044Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:33.044Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:33.059Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:33.059Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:35:33.943Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:35:33.944Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:33.946Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:33.946Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398127261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-28T06:35:34.046Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:35:34.047Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:34.047Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:34.072Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:34.072Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:35:34.946Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-28T06:35:34.947Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:34.949Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:34.949Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398127261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar",
"status": "NOTIFIED"
}
2022-06-28T06:35:35.050Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-28T06:35:35.051Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:35.051Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:35.104Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:35.105Z||pool-47-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-06-28T06:35:35.950Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"serviceName": "Demo_pNF_nH1DtrzIs2VIaxioOIpk",
"serviceVersion": "1.0",
"serviceUUID": "518d8f29-3517-4d30-9ac0-e66199fc2699",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6d6d2fd5-543f-4a0a-8190-1914eee21ae2",
"resources": [
{
"resourceInstanceName": "pNF 59087bbc-477d 0",
"resourceCustomizationUUID": "ee6bb00a-79dd-415d-b8bc-68ef49a32a0c",
"resourceName": "pNF 59087bbc-477d",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "06ba14f5-37ed-4eef-a0fc-7fe05f8fc707",
"resourceInvariantUUID": "66282212-c722-4c48-ba06-30cb14daa61d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar",
"artifactChecksum": "NzE5NTBmYjFhNWZiNWM1Y2YyZTc0ZGM1ZTExODRiMzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ae57d902-9f20-4a80-9be2-c40c91eaa264"
}
],
"workloadContext": "Production"
}
2022-06-28T06:35:35.951Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-28T06:35:35.951Z|2a4774db-30d4-4162-acbc-c004f76fb5ea|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 518d8f29-3517-4d30-9ac0-e66199fc2699 ASDC
2022-06-28T06:35:35.951Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:48306d1e-006a-407e-b5fa-36d3f9522015
ServiceName:Demo_pNF_nH1DtrzIs2VIaxioOIpk
ServiceVersion:1.0
ServiceUUID:518d8f29-3517-4d30-9ac0-e66199fc2699
ServiceInvariantUUID:6d6d2fd5-543f-4a0a-8190-1914eee21ae2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
ArtifactUUID:ae57d902-9f20-4a80-9be2-c40c91eaa264
ArtifactChecksum:NzE5NTBmYjFhNWZiNWM1Y2YyZTc0ZGM1ZTExODRiMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 59087bbc-477d 0
ResourceCustomizationUUID:ee6bb00a-79dd-415d-b8bc-68ef49a32a0c
ResourceInvariantUUID:66282212-c722-4c48-ba06-30cb14daa61d
ResourceName:pNF 59087bbc-477d
ResourceType:PNF
ResourceUUID:06ba14f5-37ed-4eef-a0fc-7fe05f8fc707
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-28T06:35:35.952Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 518d8f29-3517-4d30-9ac0-e66199fc2699 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-28T06:35:35.978Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ae57d902-9f20-4a80-9be2-c40c91eaa264 from URL: /sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-28T06:35:35.979Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:36.088Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-28T06:35:36.092Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar ae57d902-9f20-4a80-9be2-c40c91eaa264 82647
2022-06-28T06:35:36.093Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar ASDC sendASDCNotification
2022-06-28T06:35:36.093Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:36.093Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-28T06:35:36.093Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-28T06:35:36.095Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-28T06:35:36.095Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "48306d1e-006a-407e-b5fa-36d3f9522015",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656398136092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-28T06:35:36.196Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-28T06:35:36.197Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-28T06:35:36.197Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YWVvXsvdd1WxW1CC) ...
2022-06-28T06:35:36.214Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-28T06:35:36.215Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-28T06:35:37.096Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-28T06:35:37.097Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-28T06:35:37.097Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ae57d902-9f20-4a80-9be2-c40c91eaa264, URL: /sdc/v1/catalog/services/DemoPnfNh1dtrzis2viaxiooipk/1.0/artifacts/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar to file: /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:37.098Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:37.099Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:37.100Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:37.216Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13821775490237262936/Definitions/service-DemoPnfNh1dtrzis2viaxiooipk-template.yml
2022-06-28T06:35:38.061Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 59087bbc-477d 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:38.062Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||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-DemoPnfNh1dtrzis2viaxiooipk-csar.csar
2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:35:38.063Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Node template pNF 59087bbc-477d 0 is matching search criteria
2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 59087bbc-477d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:35:38.064Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Node template pNF 59087bbc-477d 0 is matching search criteria
2022-06-28T06:35:38.065Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-28T06:35:38.065Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 59087bbc-477d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-28T06:35:38.065Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:35:38.065Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:35:38.066Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:35:38.067Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:35:38.067Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:35:38.067Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:35:38.067Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_nH1DtrzIs2VIaxioOIpk
Description:catalog service description
Model UUID:518d8f29-3517-4d30-9ac0-e66199fc2699
Model Version:NULL
Model InvariantUuid:6d6d2fd5-543f-4a0a-8190-1914eee21ae2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-28T06:35:38.077Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 06ba14f5-37ed-4eef-a0fc-7fe05f8fc707
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:35:38.081Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||pNF 59087bbc-477d 0
2022-06-28T06:35:38.081Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 06ba14f5-37ed-4eef-a0fc-7fe05f8fc707
2022-06-28T06:35:38.082Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 518d8f29-3517-4d30-9ac0-e66199fc2699
2022-06-28T06:35:38.082Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 518d8f29-3517-4d30-9ac0-e66199fc2699
2022-06-28T06:35:38.082Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 59087bbc-477d 0 06ba14f5-37ed-4eef-a0fc-7fe05f8fc707 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-28T06:35:38.086Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e0408d6, org.onap.sdc.toscaparser.api.parameters.Input@777a1ff8, org.onap.sdc.toscaparser.api.parameters.Input@47013dc7, org.onap.sdc.toscaparser.api.parameters.Input@55f2f10f, org.onap.sdc.toscaparser.api.parameters.Input@1b7e11df]
2022-06-28T06:35:38.086Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-28T06:35:38.087Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nH1DtrzIs2VIaxioOIpk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-28T06:35:38.087Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 518d8f29-3517-4d30-9ac0-e66199fc2699: pNF 59087bbc-477d
2022-06-28T06:35:38.087Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||INFO|500||Processing PNF resource: 06ba14f5-37ed-4eef-a0fc-7fe05f8fc707
2022-06-28T06:35:38.087Z|48306d1e-006a-407e-b5fa-36d3f9522015|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery