By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-14T05:18:23.923Z||main|||||INFO|500||The following profiles are active: basic
2022-11-14T05:18:35.153Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-14T05:18:35.154Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-14T05:18:35.267Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-14T05:18:39.390Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-14T05:18:39.754Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-14T05:18:40.177Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-14T05:18:40.184Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-14T05:18:40.290Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-14T05:18:40.487Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-14T05:18:41.026Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-14T05:18:42.821Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-14T05:18:45.015Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-14T05:18:45.085Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-14T05:18:45.679Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-14T05:18:45.914Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-14T05:18:47.137Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-14T05:18:48.110Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-14T05:18:48.125Z||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$$4f705321.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-14T05:18:48.126Z||main|||||WARN|500||The sdc end point is not alive
2022-11-14T05:18:51.196Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-14T05:18:53.890Z||main|||||WARN|500||---
2022-11-14T05:18:53.891Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-14T05:18:53.891Z||main|||||WARN|500||---
2022-11-14T05:18:54.301Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-14T05:18:58.935Z||main|||||INFO|500||Started Application in 38.145 seconds (JVM running for 40.107)
2022-11-14T05:18:58.950Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-14T05:18:58.954Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-14T05:18:58.965Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-14T05:18:58.991Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-14T05:18:59.045Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c94ca95d-6a01-4960-a2d3-035abecbefbe url= /sdc/v1/artifactTypes
2022-11-14T05:18:59.046Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-14T05:18:59.332Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-14T05:18:59.357Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-14T05:18:59.396Z||scheduling-1|||||DEBUG|500||create keys
2022-11-14T05:18:59.403Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-14T05:18:59.457Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:18:59.486Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5ec9de0f-2c88-40f9-a22f-7805d90dcdac url= /sdc/v1/registerForDistribution
2022-11-14T05:18:59.598Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5ec9de0f-2c88-40f9-a22f-7805d90dcdac url= /sdc/v1/registerForDistribution
2022-11-14T05:18:59.599Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-14T05:18:59.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:18:59.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:18:59.618Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-14T05:18:59.619Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:18:59.619Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:18:59.619Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:18:59.619Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:19:09.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:19:09.992Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:19:59.606Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:19:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:19:59.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:19:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:19:59.613Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:19:59.614Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:20:09.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:20:09.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:20:59.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:20:59.607Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:20:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:20:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:20:59.612Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:20:59.612Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:21:09.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:21:09.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:21:59.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:21:59.607Z||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-11-14T05:21:59.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:21:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:21:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:21:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:22:09.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:22:09.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:22:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:22:59.607Z||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-11-14T05:22:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:22:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:22:59.609Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:22:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:23:09.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:23:09.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:23:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:23:59.606Z||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-11-14T05:23:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:23:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:23:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:23:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:24:09.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:24:09.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:24:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:24:59.607Z||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-11-14T05:24:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:24:59.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:24:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:24:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:25:09.158Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:25:09.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:25:59.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:25:59.607Z||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-11-14T05:25:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:25:59.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:25:59.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:25:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:26:09.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:26:09.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:26:59.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:26:59.608Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:26:59.610Z||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-11-14T05:26:59.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:26:59.610Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:26:59.611Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:27:09.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:27:09.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:27:59.606Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:27:59.607Z||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-11-14T05:27:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:27:59.608Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:27:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:27:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:28:09.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:28:09.156Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:28:41.204Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-14T05:28:59.605Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:28:59.606Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:28:59.607Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:28:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:28:59.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:28:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:29:09.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:29:09.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:29:59.605Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:29:59.606Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:29:59.607Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:29:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:29:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:29:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:30:09.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:30:09.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:30:59.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:30:59.607Z||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-11-14T05:30:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:30:59.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:30:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:30:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:31:09.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:31:09.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:31:59.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:31:59.607Z||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-11-14T05:31:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:31:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:31:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:31:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:32:09.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:32:09.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:32:59.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:32:59.607Z||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-11-14T05:32:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:32:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:32:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:32:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:33:09.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:33:09.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:33:59.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:33:59.607Z||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-11-14T05:33:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:33:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:33:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:33:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:34:09.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:34:09.157Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:34:59.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:34:59.607Z||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-11-14T05:34:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:34:59.608Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:34:59.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:34:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:35:09.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:35:09.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:35:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:35:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:35:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:35:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:35:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:35:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:36:09.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:36:09.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:36:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:36:59.607Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:36:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:36:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:36:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:36:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:37:09.166Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:37:09.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:37:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:37:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:37:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:37:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:37:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:37:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:38:09.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:38:09.154Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:38:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:38:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:38:59.606Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:38:59.608Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:38:59.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:38:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:39:09.153Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:39:09.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:39:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:39:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:39:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:39:59.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:39:59.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:39:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:40:09.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:40:09.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:40:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:40:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:40:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:40:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:40:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:40:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:41:09.150Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:41:09.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:41:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:41:59.607Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:41:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:41:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:41:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:41:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:42:09.161Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:42:09.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:42:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:42:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:42:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:42:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:42:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:42:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:43:09.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:43:09.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:43:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:43:59.607Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:43:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:43:59.608Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:43:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:43:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:44:09.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:44:09.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:44:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:44:59.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:44:59.610Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:44:59.610Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:44:59.610Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:44:59.611Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:45:09.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:45:09.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:45:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:45:59.607Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:45:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:45:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:45:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:45:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:46:09.160Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:46:09.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:46:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:46:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:46:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:46:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:46:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:46:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:47:09.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:47:09.148Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:47:59.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:47:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:47:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:47:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:47:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:47:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:48:09.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:48:09.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:48:59.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:48:59.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:48:59.606Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:48:59.608Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:48:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:48:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:49:09.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:49:09.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:49:59.605Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:49:59.606Z||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-11-14T05:49:59.606Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:49:59.608Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:49:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:49:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:50:09.157Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:50:09.157Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:50:59.606Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:50:59.607Z||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-11-14T05:50:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:50:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:50:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:50:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:51:09.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:51:09.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:51:59.605Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:51:59.606Z||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-11-14T05:51:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:51:59.608Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:51:59.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:51:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:52:09.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:52:09.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:52:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:52:59.607Z||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-11-14T05:52:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:52:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:52:59.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:52:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:53:09.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:53:09.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:53:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:53:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:53:59.608Z||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-11-14T05:53:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:53:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:53:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:54:09.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:54:09.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:54:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:54:59.607Z||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-11-14T05:54:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:54:59.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:54:59.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:54:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:55:09.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:55:09.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:55:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:55:59.607Z||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-11-14T05:55:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:55:59.608Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:55:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:55:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:56:09.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:56:09.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:56:59.605Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:56:59.606Z||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-11-14T05:56:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:56:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:56:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:56:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:57:09.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:57:09.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:57:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:57:59.607Z||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-11-14T05:57:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:57:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:57:59.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:57:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:58:09.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:58:09.153Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:58:59.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:58:59.607Z||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-11-14T05:58:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:58:59.608Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:58:59.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:58:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:59:09.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:59:09.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T05:59:59.606Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:59:59.607Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:59:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T05:59:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T05:59:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T05:59:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:00:09.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:00:09.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:00:59.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:00:59.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:00:59.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:00:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:00:59.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:00:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:01:09.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:01:09.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:01:59.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:01:59.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:01:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:01:59.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:01:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:01:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:02:09.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:02:09.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:02:59.608Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:02:59.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:02:59.612Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:02:59.612Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:02:59.612Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:02:59.612Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:03:09.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:03:09.160Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:03:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:03:59.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:03:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:03:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:03:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:03:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:04:09.156Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:04:09.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:04:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:04:59.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:04:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:04:59.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:04:59.608Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:04:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:05:09.164Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:05:09.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:05:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:05:59.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:05:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:05:59.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:05:59.608Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:05:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:06:09.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:06:09.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:06:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:06:59.606Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:06:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:06:59.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:06:59.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:06:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:07:09.153Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:07:09.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:07:59.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:07:59.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:07:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:07:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:07:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:07:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:08:09.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:08:09.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:08:59.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:08:59.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:08:59.607Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:08:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:08:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:08:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:02.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:02.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-14T06:09:02.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"86fbc452-02fe-4e2f-b221-16213eb2ecfa","serviceName":"vFW 2022-11-14 06-08-02","serviceVersion":"1.0","serviceUUID":"1cc42155-9499-414b-a170-1bc673462704","serviceDescription":"catalog service description","serviceInvariantUUID":"e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f","resources":[{"resourceInstanceName":"vFW f2e6a59e-a281 0","resourceName":"vFW f2e6a59e-a281","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a34b0e0-ce51-45bd-81ca-62e3b8598a7f","resourceInvariantUUID":"76ed221c-fb30-435e-b609-46aa8debffb3","resourceCustomizationUUID":"b8cad3f8-4a67-43f1-940d-98b35ac6214f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml","artifactChecksum":"YjZmNzA3ZWEwNzIwMjEyMzZlYTY4OTQzZDlkNTFkNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49626c6b-2877-4c44-b540-b3e27aad4892","artifactVersion":"1"},{"artifactName":"vfwf2e6a59ea2810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json","artifactChecksum":"ODE1ZmM3ODRkOTk5Y2JiZmNkOGQ0ZjJkMTllMWM5ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74d0da11-3a15-4025-b946-e08cc15b4196","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8527d476-3998-46b5-961b-9d4a86265f4e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml","artifactChecksum":"OTE4ZWE2NTc0M2M3OGQ5ZTQxMzMxYTRjYzdjOTE5YmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"abddd02d-be08-4d09-b91f-d89ce20456db","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65","artifactVersion":"2","generatedFromUUID":"8527d476-3998-46b5-961b-9d4a86265f4e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221114060802-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml","artifactChecksum":"MDU3YmYyMDYzYzBiYjgwYmZmMDY4ZDdhZmUzNDQwYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2deb365-29aa-46a2-8aa5-1ad01c624972","artifactVersion":"1"},{"artifactName":"service-Vfw20221114060802-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar","artifactChecksum":"OGYxYzJmYzcyZDQ0ZmZiMmRhYjhiOGQ0MDQ5NjAyNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"680f8302-fe6f-406d-b320-faa83ac3d858","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-14T06:09:02.080Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:09:02.088Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:02.102Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:02.102Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:09:02.202Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-14T06:09:02.206Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:02.206Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:02.217Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:02.218Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-14T06:09:02.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:02.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T06:09:02.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406135444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:09:02.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T06:09:03.113Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:09:03.113Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:03.115Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:03.115Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "NOTIFIED"
}
2022-11-14T06:09:03.217Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-14T06:09:03.218Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:03.219Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:03.232Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:03.233Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:04.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:09:04.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:04.119Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:04.119Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-14T06:09:04.219Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:09:04.220Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:04.220Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:04.231Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:04.231Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-14T06:09:05.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:09:05.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:05.122Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:05.122Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:09:05.222Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:09:05.224Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:05.224Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:05.238Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:05.238Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:06.123Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:09:06.124Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:06.126Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:06.126Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-14T06:09:06.226Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T06:09:06.227Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:06.227Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:06.243Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:06.243Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:07.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:09:07.128Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:07.131Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:07.131Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:09:07.231Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:09:07.232Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:07.232Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:07.245Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:07.246Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:08.132Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:09:08.133Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:08.136Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:08.137Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:09:08.236Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T06:09:08.238Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:08.238Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:08.254Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:08.255Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:09.139Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"serviceName": "vFW 2022-11-14 06-08-02",
"serviceVersion": "1.0",
"serviceUUID": "1cc42155-9499-414b-a170-1bc673462704",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f",
"resources": [
{
"resourceInstanceName": "vFW f2e6a59e-a281 0",
"resourceCustomizationUUID": "b8cad3f8-4a67-43f1-940d-98b35ac6214f",
"resourceName": "vFW f2e6a59e-a281",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9a34b0e0-ce51-45bd-81ca-62e3b8598a7f",
"resourceInvariantUUID": "76ed221c-fb30-435e-b609-46aa8debffb3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf2e6a59ea2810_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"artifactChecksum": "ODE1ZmM3ODRkOTk5Y2JiZmNkOGQ0ZjJkMTllMWM5ZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74d0da11-3a15-4025-b946-e08cc15b4196",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8527d476-3998-46b5-961b-9d4a86265f4e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65",
"generatedFromUUID": "8527d476-3998-46b5-961b-9d4a86265f4e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221114060802-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"artifactChecksum": "OGYxYzJmYzcyZDQ0ZmZiMmRhYjhiOGQ0MDQ5NjAyNGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "680f8302-fe6f-406d-b320-faa83ac3d858"
}
],
"workloadContext": "Production"
}
2022-11-14T06:09:09.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-14T06:09:09.142Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cc42155-9499-414b-a170-1bc673462704 ASDC
2022-11-14T06:09:09.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:86fbc452-02fe-4e2f-b221-16213eb2ecfa
ServiceName:vFW 2022-11-14 06-08-02
ServiceVersion:1.0
ServiceUUID:1cc42155-9499-414b-a170-1bc673462704
ServiceInvariantUUID:e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221114060802-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar
ArtifactUUID:680f8302-fe6f-406d-b320-faa83ac3d858
ArtifactChecksum:OGYxYzJmYzcyZDQ0ZmZiMmRhYjhiOGQ0MDQ5NjAyNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f2e6a59e-a281 0
ResourceCustomizationUUID:b8cad3f8-4a67-43f1-940d-98b35ac6214f
ResourceInvariantUUID:76ed221c-fb30-435e-b609-46aa8debffb3
ResourceName:vFW f2e6a59e-a281
ResourceType:VF
ResourceUUID:9a34b0e0-ce51-45bd-81ca-62e3b8598a7f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf2e6a59ea2810_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json
ArtifactUUID:74d0da11-3a15-4025-b946-e08cc15b4196
ArtifactChecksum:ODE1ZmM3ODRkOTk5Y2JiZmNkOGQ0ZjJkMTllMWM5ZjE=
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/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml
ArtifactUUID:8527d476-3998-46b5-961b-9d4a86265f4e
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/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env
ArtifactUUID:1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65
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/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env
ArtifactUUID:1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-14T06:09:09.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cc42155-9499-414b-a170-1bc673462704 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:09:09.607Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T06:09:09.609Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T06:09:09.610Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T06:09:09.611Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 680f8302-fe6f-406d-b320-faa83ac3d858 from URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:09.611Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T06:09:09.612Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:09.723Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T06:09:09.743Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar 680f8302-fe6f-406d-b320-faa83ac3d858 100698
2022-11-14T06:09:09.745Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar ASDC sendASDCNotification
2022-11-14T06:09:09.746Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:09.747Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:09:09.748Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:09.750Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:09.750Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406149744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:09:09.850Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:09:09.851Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:09.851Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:09.862Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:09.862Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:10.754Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T06:09:10.755Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T06:09:10.756Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 680f8302-fe6f-406d-b320-faa83ac3d858, URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar to file: /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:10.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221114060802-csar.csar
2022-11-14T06:09:10.852Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:10.853Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:11.710Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3050406634543117496/Definitions/service-Vfw20221114060802-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-14T06:09:14.508Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||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-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.513Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||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-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||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-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||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-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.514Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f2e6a59e-a281 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.515Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:14.515Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-14T06:09:14.521Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.523Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:14.527Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:14.527Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-14T06:09:14.529Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-14T06:09:14.531Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T06:09:14.532Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.532Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:14.535Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.535Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria
2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:14.536Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.537Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-14T06:09:14.538Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.539Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-14T06:09:14.540Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.540Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:14.540Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.541Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria
2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T06:09:14.542Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-14T06:09:14.543Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T06:09:14.543Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T06:09:14.543Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T06:09:14.543Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T06:09:14.544Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=934a2d1a-7b53-4d11-aae2-4f03773c0aa7
2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria
2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T06:09:14.545Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T06:09:14.546Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.547Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=339ab6d7-e4c2-4d13-8b17-6cf308b6ac36
2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria
2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T06:09:14.548Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T06:09:14.549Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-14T06:09:14.550Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=86a84368-1945-483f-8a05-741caebeedd8
2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.551Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:14.552Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:14.552Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:14.552Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-14 06-08-02
Description:catalog service description
Model UUID:1cc42155-9499-414b-a170-1bc673462704
Model Version:NULL
Model InvariantUuid:e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f2e6a59e-a281
Model UUID:7127354b-81e4-49fd-9e68-9408a053ba63
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:76ed221c-fb30-435e-b609-46aa8debffb3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b8cad3f8-4a67-43f1-940d-98b35ac6214f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e9e423db-2099-438e-8a02-7895661332bc
ModelName:VfwF2e6a59eA281..base_vfw..module-0
ModelUuid:92e093ff-8cc6-4e50-9672-bef67f02754d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:934a2d1a-7b53-4d11-aae2-4f03773c0aa7
ModelInvariantUuid:196285cb-9ef5-4c07-964d-481de512b850
ModelName:vFW f2e6a59e-a281-nodes.vfwCvfc
ModelUuid:57883387-a06d-43b3-a37d-089c7a76574c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:fc254306-e5d2-4492-9ef7-0ece637eaff2
ModelInvariantUuid:4d6a802f-2246-48ea-bf72-65712f1c737c
ModelName:VfwF2e6a59eA281.compute.nodes.heat.vfw
ModelUuid:f886e97e-0ce6-4636-a94e-e0a7388a4c3d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:339ab6d7-e4c2-4d13-8b17-6cf308b6ac36
ModelInvariantUuid:7d3f9ca6-889a-460e-87f3-2eb1d0b09748
ModelName:vFW f2e6a59e-a281-nodes.vsnCvfc
ModelUuid:4e4417e1-030e-4fe5-99cf-38c56c30f7af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5e313e64-9dc5-435a-b207-c7569d28d810
ModelInvariantUuid:8246b916-1168-40a2-87e6-d0f9c5f17264
ModelName:VfwF2e6a59eA281.compute.nodes.heat.vsn
ModelUuid:043203d5-a6c9-4592-9ef5-a8aab38a48b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:86a84368-1945-483f-8a05-741caebeedd8
ModelInvariantUuid:01892d78-ffed-40d0-bbfd-8c53d4bbe82b
ModelName:vFW f2e6a59e-a281-nodes.vpgCvfc
ModelUuid:2d9eb2e0-d9c4-432a-b0ba-7b86e73dbe1e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fded587c-a2b2-4468-85b7-9aac496b977f
ModelInvariantUuid:be807eae-1e7a-4404-a39e-e0fe78fba880
ModelName:VfwF2e6a59eA281.compute.nodes.heat.vpg
ModelUuid:c6ff550a-1ad9-48d2-b656-35e46e270a53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-14T06:09:14.590Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a34b0e0-ce51-45bd-81ca-62e3b8598a7f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:09:14.692Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||vFW f2e6a59e-a281 0
2022-11-14T06:09:14.699Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a34b0e0-ce51-45bd-81ca-62e3b8598a7f
2022-11-14T06:09:14.699Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 74d0da11-3a15-4025-b946-e08cc15b4196 from URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json
2022-11-14T06:09:14.699Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T06:09:14.699Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json
2022-11-14T06:09:14.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T06:09:14.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json 74d0da11-3a15-4025-b946-e08cc15b4196 785
2022-11-14T06:09:14.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json ASDC sendASDCNotification
2022-11-14T06:09:14.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json
2022-11-14T06:09:14.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:09:14.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:14.760Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:14.760Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406154758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:09:14.861Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T06:09:14.862Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:14.862Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:14.877Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:14.878Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-14T06:09:15.762Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF2e6a59eA281..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e9e423db-2099-438e-8a02-7895661332bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "92e093ff-8cc6-4e50-9672-bef67f02754d",
"vfModuleModelCustomizationUUID": "66580ca1-72ee-441a-8a24-1ad9caaffd28",
"isBase": true,
"artifacts": [
"8527d476-3998-46b5-961b-9d4a86265f4e",
"1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-14T06:09:15.777Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF2e6a59eA281..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92e093ff-8cc6-4e50-9672-bef67f02754d
VfModuleModelInvariantUUID:e9e423db-2099-438e-8a02-7895661332bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
8527d476-3998-46b5-961b-9d4a86265f4e
,
1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-14T06:09:15.781Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF2e6a59eA281..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e9e423db-2099-438e-8a02-7895661332bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "92e093ff-8cc6-4e50-9672-bef67f02754d",
"vfModuleModelCustomizationUUID": "66580ca1-72ee-441a-8a24-1ad9caaffd28",
"isBase": true,
"artifacts": [
"8527d476-3998-46b5-961b-9d4a86265f4e",
"1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-14T06:09:15.781Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF2e6a59eA281..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92e093ff-8cc6-4e50-9672-bef67f02754d
VfModuleModelInvariantUUID:e9e423db-2099-438e-8a02-7895661332bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
8527d476-3998-46b5-961b-9d4a86265f4e
,
1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-14T06:09:15.781Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8527d476-3998-46b5-961b-9d4a86265f4e from URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml
2022-11-14T06:09:15.782Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T06:09:15.782Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml
2022-11-14T06:09:15.833Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml 8527d476-3998-46b5-961b-9d4a86265f4e 20368
2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml
2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:09:15.834Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:15.836Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:15.836Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406155834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:09:15.936Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:09:15.937Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:15.937Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:15.952Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:15.952Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:16.838Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65 from URL: /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env
2022-11-14T06:09:16.838Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T06:09:16.838Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env
2022-11-14T06:09:16.892Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T06:09:16.892Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env 1c0dbb2a-9dd8-4fad-84a0-4e14ad0f0d65 2098
2022-11-14T06:09:16.892Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-14T06:09:16.893Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env
2022-11-14T06:09:16.893Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:09:16.893Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:16.895Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:16.895Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406156892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:09:16.995Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:09:16.996Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:16.997Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:17.010Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:17.010Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:17.896Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1cc42155-9499-414b-a170-1bc673462704
2022-11-14T06:09:17.896Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f2e6a59e-a281 0 9a34b0e0-ce51-45bd-81ca-62e3b8598a7f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:09:17.932Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bfc1ac5, org.onap.sdc.toscaparser.api.parameters.Input@4b7e882f, org.onap.sdc.toscaparser.api.parameters.Input@7b97fdcb, org.onap.sdc.toscaparser.api.parameters.Input@28934c7f, org.onap.sdc.toscaparser.api.parameters.Input@43d2519a]
2022-11-14T06:09:17.936Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.936Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:17.937Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-14T06:09:17.937Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b8cad3f8-4a67-43f1-940d-98b35ac6214f
2022-11-14T06:09:17.937Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b8cad3f8-4a67-43f1-940d-98b35ac6214f matches Tosca VF Customization UUID: b8cad3f8-4a67-43f1-940d-98b35ac6214f
2022-11-14T06:09:17.938Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b8cad3f8-4a67-43f1-940d-98b35ac6214f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-14T06:09:17.944Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.945Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:17.946Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b8cad3f8-4a67-43f1-940d-98b35ac6214f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-14T06:09:17.946Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@266893b8
2022-11-14T06:09:17.946Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.947Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-14T06:09:17.947Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66580ca1-72ee-441a-8a24-1ad9caaffd28
2022-11-14T06:09:17.948Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66580ca1-72ee-441a-8a24-1ad9caaffd28
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-14T06:09:17.954Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.954Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:17.954Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:09:17.955Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.956Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:17.956Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:09:17.956Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.956Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria
2022-11-14T06:09:17.957Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T06:09:17.957Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-14T06:09:17.957Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T06:09:17.957Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T06:09:17.958Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T06:09:17.958Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:17.958Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:17.958Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T06:09:17.959Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:17.959Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T06:09:17.959Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:17.959Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=934a2d1a-7b53-4d11-aae2-4f03773c0aa7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-14T06:09:17.969Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.970Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:17.970Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:09:17.971Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.971Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria
2022-11-14T06:09:17.971Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T06:09:17.972Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T06:09:17.972Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:17.972Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:17.972Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:17.973Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T06:09:17.973Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T06:09:17.973Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-14T06:09:17.973Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T06:09:17.974Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:17.974Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T06:09:17.974Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:17.974Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=339ab6d7-e4c2-4d13-8b17-6cf308b6ac36
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-14T06:09:17.976Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.977Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:17.977Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:09:17.979Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.979Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is not matching search criteria
2022-11-14T06:09:17.980Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T06:09:17.980Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T06:09:17.980Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:17.980Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:17.981Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T06:09:17.981Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T06:09:17.981Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T06:09:17.981Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T06:09:17.982Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T06:09:17.982Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T06:09:17.982Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T06:09:17.982Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-14T06:09:17.983Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=86a84368-1945-483f-8a05-741caebeedd8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-14T06:09:17.985Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.985Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:17.985Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:09:17.985Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.986Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Node template vFW f2e6a59e-a281 0 is matching search criteria
2022-11-14T06:09:17.986Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2e6a59e-a281 0] matching following query criteria: sdcType=VF, customizationUUID=b8cad3f8-4a67-43f1-940d-98b35ac6214f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:09:17.988Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.988Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:17.988Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1cc42155-9499-414b-a170-1bc673462704: vFW f2e6a59e-a281
2022-11-14T06:09:17.988Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.989Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:17.989Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.989Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:17.989Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.990Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:17.990Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.990Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:17.991Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:09:17.991Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-14 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:09:17.991Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-14 06-08-02
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:09:18.249Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f2e6a59e-a281 9a34b0e0-ce51-45bd-81ca-62e3b8598a7f 1 ASDC deployResourceStructure
2022-11-14T06:09:18.250Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json ASDC sendASDCNotification
2022-11-14T06:09:18.250Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json
2022-11-14T06:09:18.250Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T06:09:18.251Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:18.253Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:18.253Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406158250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T06:09:18.354Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-14T06:09:18.356Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:18.356Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:18.368Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:18.369Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:19.254Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-14T06:09:19.254Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml
2022-11-14T06:09:19.254Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T06:09:19.255Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:19.257Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:19.257Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406159253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-14T06:09:19.357Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:09:19.358Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:19.358Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:19.391Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:19.391Z||pool-15-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:20.258Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-14T06:09:20.259Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env
2022-11-14T06:09:20.259Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T06:09:20.259Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:20.261Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:20.261Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406160258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-14T06:09:20.361Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:09:20.362Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:20.362Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:20.375Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:20.375Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:21.262Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar ASDC sendASDCNotification
2022-11-14T06:09:21.262Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar
2022-11-14T06:09:21.262Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T06:09:21.263Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:09:21.264Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:09:21.265Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406161262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:09:21.365Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:09:21.366Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:09:21.366Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:21.377Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:21.378Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:09:22.266Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:09:22.288Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:09:22.290Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:09:22.290Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:09:22.291Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:09:52.292Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:09:52.307Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:09:52.309Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:09:52.309Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:09:52.309Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:09:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:09:59.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:09:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:09:59.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:09:59.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:09:59.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406139161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:09:59.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:10:22.310Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:10:22.324Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:10:22.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:10:22.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:10:22.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:10:52.327Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:10:52.337Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:10:52.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:10:52.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:10:52.339Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:10:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:10:59.609Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:10:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:10:59.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:10:59.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:10:59.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:10:59.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:11:22.340Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:11:22.358Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:11:22.360Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:11:22.360Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:11:22.360Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:11:52.361Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:11:52.378Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:11:52.380Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:11:52.381Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:11:52.381Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:11:59.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:11:59.612Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:11:59.613Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:11:59.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:12:00.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406136418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406135444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406139161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406136418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "cds",
"timestamp": 1668406143283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406135444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406139161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406136418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "cds",
"timestamp": 1668406143283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406135444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406139161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406136418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "cds",
"timestamp": 1668406143283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406135444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406139161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406136418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406146420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "cds",
"timestamp": 1668406143283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406135444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406139161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406136418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406146420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "cds",
"timestamp": 1668406143283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406135444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406139161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406136418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406146420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "cds",
"timestamp": 1668406143283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406150236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406149944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406150365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406146420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406149744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "cds",
"timestamp": 1668406143283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406151319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406146420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "cds",
"timestamp": 1668406151102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406152376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406146420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "cds",
"timestamp": 1668406152119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:12:00.192Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86fbc452-02fe-4e2f-b221-16213eb2ecfa
2022-11-14T06:12:00.193Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fbc452-02fe-4e2f-b221-16213eb2ecfa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:12:00.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406146420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406153469,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:12:00.221Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fbc452-02fe-4e2f-b221-16213eb2ecfa
2022-11-14T06:12:00.221Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fbc452-02fe-4e2f-b221-16213eb2ecfa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:12:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406154475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406155190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406154758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406156194,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:12:00.238Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86fbc452-02fe-4e2f-b221-16213eb2ecfa
2022-11-14T06:12:00.238Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fbc452-02fe-4e2f-b221-16213eb2ecfa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:12:00.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406155834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406156892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406158250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/vfwf2e6a59ea2810_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406159253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406160258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/resourceInstances/vfwf2e6a59ea2810/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406161262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406165958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114060802/1.0/artifacts/service-Vfw20221114060802-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "aai-ml",
"timestamp": 1668406166964,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:12:00.254Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86fbc452-02fe-4e2f-b221-16213eb2ecfa
2022-11-14T06:12:00.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fbc452-02fe-4e2f-b221-16213eb2ecfa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:12:00.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406166419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "cds",
"timestamp": 1668406173281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406167969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406169160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406175444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "cds",
"timestamp": 1668406173281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406166419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406169160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406167969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406175444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406166419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "cds",
"timestamp": 1668406173281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406167969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406169160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406175444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "cds",
"timestamp": 1668406173281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406166419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406167969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406169160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406175444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "cds",
"timestamp": 1668406173281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406166419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406167969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406169160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406175444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "cds",
"timestamp": 1668406173281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406166419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406167969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406169160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406175444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "cds",
"timestamp": 1668406173281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "ves-openapi-manager",
"timestamp": 1668406166419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:12:00.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406167969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406169160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406175444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:12:00.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406182954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "cds",
"timestamp": 1668406181861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406182655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406183186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "cds",
"timestamp": 1668406182868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:12:00.301Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96b869e0-d730-4d28-86f3-46e53f9da643
2022-11-14T06:12:00.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96b869e0-d730-4d28-86f3-46e53f9da643 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:12:00.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406184264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406185324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:12:00.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406185003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668406186007,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:12:00.314Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96b869e0-d730-4d28-86f3-46e53f9da643
2022-11-14T06:12:00.314Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96b869e0-d730-4d28-86f3-46e53f9da643 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:12:00.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406186348,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:12:00.326Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96b869e0-d730-4d28-86f3-46e53f9da643
2022-11-14T06:12:00.327Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96b869e0-d730-4d28-86f3-46e53f9da643 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:12:00.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668406187352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406190166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:12:00.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:12:00.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-14T06:12:00.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "aai-ml",
"timestamp": 1668406191170,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:12:00.342Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96b869e0-d730-4d28-86f3-46e53f9da643
2022-11-14T06:12:00.342Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96b869e0-d730-4d28-86f3-46e53f9da643 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:12:22.381Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:12:22.396Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:12:22.399Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:12:22.400Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-14T06:12:22.400Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-14T06:12:22.400Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:12:22.401Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:12:22.402Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:12:22.408Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-14T06:12:52.408Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-14T06:12:52.421Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86fbc452-02fe-4e2f-b221-16213eb2ecfa and serviceModelVersionId: 1cc42155-9499-414b-a170-1bc673462704
2022-11-14T06:12:52.422Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f
2022-11-14T06:12:59.608Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:12:59.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:12:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:07.423Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0
2022-11-14T06:13:07.525Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-14T06:13:08.000Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-14T06:13:08.004Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0|INFO|500||Invoke
2022-11-14T06:13:08.130Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-14T06:13:08.314Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0|INFO|500||InvokeReturn
2022-11-14T06:13:08.317Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e863d679-3ef4-44c0-8dd9-7e6ef5c82f6f/model-vers/model-ver/1cc42155-9499-414b-a170-1bc673462704?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221114-06:13:09:187-41401], vertex-id=[184456], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:13:09 GMT], Content-Type=[application/json]}
2022-11-14T06:13:08.317Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-14T06:13:08.320Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-14T06:13:08.320Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:13:08.325Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-14T06:13:08.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86fbc452-02fe-4e2f-b221-16213eb2ecfa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-14T06:13:08.326Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-14T06:13:08.327Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:08.329Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:08.329Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406388326,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T06:13:08.429Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:08.430Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:08.431Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:08.445Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:08.446Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:09.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:09.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:13:09.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fbc452-02fe-4e2f-b221-16213eb2ecfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406388326,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T06:13:09.069Z||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-11-14T06:13:09.341Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:13:09.342Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:13:09.342Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:13.731Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:13.731Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-14T06:13:13.732Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"96b869e0-d730-4d28-86f3-46e53f9da643","serviceName":"basic_onboard_PwdrBp","serviceVersion":"1.0","serviceUUID":"e4c255ae-765c-447d-9e21-1e7293dfec7d","serviceDescription":"service","serviceInvariantUUID":"453e7a79-5673-45a5-98be-b8769ea34857","resources":[{"resourceInstanceName":"basic_onboard_PwdrBp 0","resourceName":"basic_onboard_PwdrBp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e8a14dd0-0c5e-4689-a5be-1337351ddd1e","resourceInvariantUUID":"3580178e-91bb-40eb-a415-27f1c1d3801c","resourceCustomizationUUID":"31caee1e-7243-444f-8b48-021aa4372045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml","artifactChecksum":"ZDA0MzhlYTVjZTRlNDg0MjM2YmMzOTRmOTdkZTlmYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a428f458-888e-4b6e-a38e-fcc6130f0abc","artifactVersion":"1"},{"artifactName":"basic_onboard_pwdrbp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json","artifactChecksum":"NWFjYTQ4MDFkZTQzMTllODNkMTBjYmYwNTA3ZTA0OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1160f73-f2e5-4b8c-9d45-12a2c315c642","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c96822b-1dc7-4074-a75a-6b88b8a46763","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"048bc0c8-0790-4150-94bb-bf2bdbccc1aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6b7d7f9e-2b29-49c6-a9ea-734d5499d372","artifactVersion":"2","generatedFromUUID":"0c96822b-1dc7-4074-a75a-6b88b8a46763"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPwdrbp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml","artifactChecksum":"ZWNmOGE0OWFkNTFlNjIxODlkMDQwNWJkNWNiYTYyMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5802cb5-fdc7-4260-a842-12e5f3a7972c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPwdrbp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar","artifactChecksum":"ZWY4YzU4ZDQ0ZjA2NDNkNjMyMDZmZWVlYjg4MTlmOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-14T06:13:13.734Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:13:13.735Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:13.737Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:13.737Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:13:13.837Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:13.838Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:13.838Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:13.849Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:13.850Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:14.737Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:13:14.738Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:14.740Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:14.740Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T06:13:14.840Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:14.841Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:14.841Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:14.851Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:14.851Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:15.741Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:13:15.741Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:15.743Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:15.743Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-14T06:13:15.844Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:15.845Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:15.845Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:15.855Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:15.856Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-14T06:13:16.744Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:13:16.745Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:16.747Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:16.747Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:13:16.848Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:16.848Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:16.848Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:16.859Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:16.860Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-14T06:13:17.748Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:13:17.749Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:17.752Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:17.753Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-14T06:13:17.852Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T06:13:17.853Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:17.853Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:17.866Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:17.867Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:18.753Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:13:18.754Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:18.756Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:18.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:13:18.857Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:18.857Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:18.857Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:18.871Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:18.872Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:19.757Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:13:19.758Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:19.760Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:19.760Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:13:19.860Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T06:13:19.861Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:19.861Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:19.873Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:19.873Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:20.762Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"serviceName": "basic_onboard_PwdrBp",
"serviceVersion": "1.0",
"serviceUUID": "e4c255ae-765c-447d-9e21-1e7293dfec7d",
"serviceDescription": "service",
"serviceInvariantUUID": "453e7a79-5673-45a5-98be-b8769ea34857",
"resources": [
{
"resourceInstanceName": "basic_onboard_PwdrBp 0",
"resourceCustomizationUUID": "31caee1e-7243-444f-8b48-021aa4372045",
"resourceName": "basic_onboard_PwdrBp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e8a14dd0-0c5e-4689-a5be-1337351ddd1e",
"resourceInvariantUUID": "3580178e-91bb-40eb-a415-27f1c1d3801c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pwdrbp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"artifactChecksum": "NWFjYTQ4MDFkZTQzMTllODNkMTBjYmYwNTA3ZTA0OWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b1160f73-f2e5-4b8c-9d45-12a2c315c642",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0c96822b-1dc7-4074-a75a-6b88b8a46763",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6b7d7f9e-2b29-49c6-a9ea-734d5499d372",
"generatedFromUUID": "0c96822b-1dc7-4074-a75a-6b88b8a46763"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6b7d7f9e-2b29-49c6-a9ea-734d5499d372",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPwdrbp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"artifactChecksum": "ZWY4YzU4ZDQ0ZjA2NDNkNjMyMDZmZWVlYjg4MTlmOGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6"
}
],
"workloadContext": "Production"
}
2022-11-14T06:13:20.763Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-14T06:13:20.763Z|86fbc452-02fe-4e2f-b221-16213eb2ecfa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e4c255ae-765c-447d-9e21-1e7293dfec7d ASDC
2022-11-14T06:13:20.764Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:96b869e0-d730-4d28-86f3-46e53f9da643
ServiceName:basic_onboard_PwdrBp
ServiceVersion:1.0
ServiceUUID:e4c255ae-765c-447d-9e21-1e7293dfec7d
ServiceInvariantUUID:453e7a79-5673-45a5-98be-b8769ea34857
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPwdrbp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar
ArtifactUUID:bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6
ArtifactChecksum:ZWY4YzU4ZDQ0ZjA2NDNkNjMyMDZmZWVlYjg4MTlmOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PwdrBp 0
ResourceCustomizationUUID:31caee1e-7243-444f-8b48-021aa4372045
ResourceInvariantUUID:3580178e-91bb-40eb-a415-27f1c1d3801c
ResourceName:basic_onboard_PwdrBp
ResourceType:VF
ResourceUUID:e8a14dd0-0c5e-4689-a5be-1337351ddd1e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pwdrbp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json
ArtifactUUID:b1160f73-f2e5-4b8c-9d45-12a2c315c642
ArtifactChecksum:NWFjYTQ4MDFkZTQzMTllODNkMTBjYmYwNTA3ZTA0OWI=
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/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0c96822b-1dc7-4074-a75a-6b88b8a46763
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/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env
ArtifactUUID:6b7d7f9e-2b29-49c6-a9ea-734d5499d372
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/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env
ArtifactUUID:6b7d7f9e-2b29-49c6-a9ea-734d5499d372
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-14T06:13:20.764Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4c255ae-765c-447d-9e21-1e7293dfec7d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-14T06:13:20.795Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T06:13:20.796Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T06:13:20.796Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T06:13:20.796Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6 from URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:20.796Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T06:13:20.797Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:20.946Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6 75296
2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar ASDC sendASDCNotification
2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:13:20.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:20.952Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:20.953Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406400950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:13:21.053Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T06:13:21.054Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:21.054Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:21.064Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:21.065Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:21.953Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T06:13:21.955Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T06:13:21.956Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bf20daa1-fdcc-4a2d-99ce-fe4a06677bd6, URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar to file: /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:21.956Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:21.957Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:21.957Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:22.080Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP463028890365425576/Definitions/service-BasicOnboardPwdrbp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-14T06:13:23.259Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-14T06:13:23.259Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-14T06:13:23.259Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||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-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PwdrBp 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||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-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:23.260Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||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-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:23.261Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:23.261Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||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-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:23.261Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-14T06:13:23.261Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.262Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:23.262Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria
2022-11-14T06:13:23.262Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-14T06:13:23.262Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T06:13:23.263Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.263Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:23.263Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria
2022-11-14T06:13:23.263Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-14T06:13:23.264Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T06:13:23.264Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.264Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is not matching search criteria
2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-14T06:13:23.265Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-14T06:13:23.266Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-14T06:13:23.266Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-14T06:13:23.266Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.266Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-14T06:13:23.267Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.267Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria
2022-11-14T06:13:23.267Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria
2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria
2022-11-14T06:13:23.268Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:13:23.269Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.269Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is not matching search criteria
2022-11-14T06:13:23.269Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-14T06:13:23.269Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9052947e-0d92-47d7-bd5c-f43a3e6bcac5
2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.270Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:23.271Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.271Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:23.271Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:23.271Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:23.272Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PwdrBp
Description:service
Model UUID:e4c255ae-765c-447d-9e21-1e7293dfec7d
Model Version:NULL
Model InvariantUuid:453e7a79-5673-45a5-98be-b8769ea34857
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PwdrBp
Model UUID:c1aa3226-ce62-4969-9d9c-457c3e2b3c8f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3580178e-91bb-40eb-a415-27f1c1d3801c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:31caee1e-7243-444f-8b48-021aa4372045
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5cd03f05-0e25-454e-b197-b3eb9667ed89
ModelName:BasicOnboardPwdrbp..base_ubuntu18..module-0
ModelUuid:29c48cbf-e7e2-4ec9-a4d5-439256a855ee
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9052947e-0d92-47d7-bd5c-f43a3e6bcac5
ModelInvariantUuid:70ca226d-0e42-41a1-a056-f7c9fb1d8a0d
ModelName:basic_onboard_PwdrBp-nodes.ubuntu18Cvfc
ModelUuid:f4cb4fa7-c0b2-4593-9e63-e136d1a22b66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b4df5edb-8c86-424b-b9ce-e6a1e437ea28
ModelInvariantUuid:4b374a3f-675d-42a6-a3d3-c60611859a94
ModelName:BasicOnboardPwdrbp.compute.nodes.heat.ubuntu18
ModelUuid:a1e88563-49b7-4299-84de-dbd32c4a6675
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-14T06:13:23.279Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e8a14dd0-0c5e-4689-a5be-1337351ddd1e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:13:23.281Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||basic_onboard_PwdrBp 0
2022-11-14T06:13:23.282Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e8a14dd0-0c5e-4689-a5be-1337351ddd1e
2022-11-14T06:13:23.282Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1160f73-f2e5-4b8c-9d45-12a2c315c642 from URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json
2022-11-14T06:13:23.282Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T06:13:23.282Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json
2022-11-14T06:13:23.331Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T06:13:23.332Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json b1160f73-f2e5-4b8c-9d45-12a2c315c642 798
2022-11-14T06:13:23.332Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json ASDC sendASDCNotification
2022-11-14T06:13:23.332Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json
2022-11-14T06:13:23.332Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:13:23.333Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:23.335Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:23.335Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406403332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:13:23.435Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T06:13:23.436Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:23.437Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:23.453Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:23.453Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:24.336Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPwdrbp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5cd03f05-0e25-454e-b197-b3eb9667ed89",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "29c48cbf-e7e2-4ec9-a4d5-439256a855ee",
"vfModuleModelCustomizationUUID": "aeba4801-4ab9-4b4f-9e01-39a965df0c01",
"isBase": true,
"artifacts": [
"0c96822b-1dc7-4074-a75a-6b88b8a46763",
"6b7d7f9e-2b29-49c6-a9ea-734d5499d372"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-14T06:13:24.342Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwdrbp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29c48cbf-e7e2-4ec9-a4d5-439256a855ee
VfModuleModelInvariantUUID:5cd03f05-0e25-454e-b197-b3eb9667ed89
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c96822b-1dc7-4074-a75a-6b88b8a46763
,
6b7d7f9e-2b29-49c6-a9ea-734d5499d372
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-14T06:13:24.344Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPwdrbp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5cd03f05-0e25-454e-b197-b3eb9667ed89",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "29c48cbf-e7e2-4ec9-a4d5-439256a855ee",
"vfModuleModelCustomizationUUID": "aeba4801-4ab9-4b4f-9e01-39a965df0c01",
"isBase": true,
"artifacts": [
"0c96822b-1dc7-4074-a75a-6b88b8a46763",
"6b7d7f9e-2b29-49c6-a9ea-734d5499d372"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-14T06:13:24.345Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwdrbp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29c48cbf-e7e2-4ec9-a4d5-439256a855ee
VfModuleModelInvariantUUID:5cd03f05-0e25-454e-b197-b3eb9667ed89
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c96822b-1dc7-4074-a75a-6b88b8a46763
,
6b7d7f9e-2b29-49c6-a9ea-734d5499d372
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-14T06:13:24.345Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0c96822b-1dc7-4074-a75a-6b88b8a46763 from URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml
2022-11-14T06:13:24.345Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T06:13:24.345Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml
2022-11-14T06:13:24.395Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T06:13:24.395Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml 0c96822b-1dc7-4074-a75a-6b88b8a46763 5033
2022-11-14T06:13:24.395Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-14T06:13:24.396Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml
2022-11-14T06:13:24.396Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:13:24.396Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:24.398Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:24.398Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406404395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:13:24.498Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T06:13:24.499Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:24.499Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:24.512Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:24.512Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:25.399Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6b7d7f9e-2b29-49c6-a9ea-734d5499d372 from URL: /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env
2022-11-14T06:13:25.399Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T06:13:25.400Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env
2022-11-14T06:13:25.452Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T06:13:25.452Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env 6b7d7f9e-2b29-49c6-a9ea-734d5499d372 909
2022-11-14T06:13:25.453Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-14T06:13:25.453Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env
2022-11-14T06:13:25.453Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:13:25.453Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:25.456Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:25.456Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406405453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:13:25.556Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:25.556Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:25.557Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:25.569Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:25.569Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:26.456Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e4c255ae-765c-447d-9e21-1e7293dfec7d
2022-11-14T06:13:26.457Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PwdrBp 0 e8a14dd0-0c5e-4689-a5be-1337351ddd1e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:13:26.502Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ff2c21b, org.onap.sdc.toscaparser.api.parameters.Input@7b75435c, org.onap.sdc.toscaparser.api.parameters.Input@3328b6c0, org.onap.sdc.toscaparser.api.parameters.Input@7c0dabfd, org.onap.sdc.toscaparser.api.parameters.Input@15065c7d]
2022-11-14T06:13:26.504Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.504Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:26.504Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-14T06:13:26.505Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 31caee1e-7243-444f-8b48-021aa4372045
2022-11-14T06:13:26.505Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31caee1e-7243-444f-8b48-021aa4372045 matches Tosca VF Customization UUID: 31caee1e-7243-444f-8b48-021aa4372045
2022-11-14T06:13:26.505Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 31caee1e-7243-444f-8b48-021aa4372045 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-14T06:13:26.508Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.508Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:26.509Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 31caee1e-7243-444f-8b48-021aa4372045: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-14T06:13:26.509Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2313a527
2022-11-14T06:13:26.509Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.510Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-14T06:13:26.510Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aeba4801-4ab9-4b4f-9e01-39a965df0c01
2022-11-14T06:13:26.511Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aeba4801-4ab9-4b4f-9e01-39a965df0c01
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-14T06:13:26.513Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.514Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria
2022-11-14T06:13:26.514Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:13:26.515Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.515Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria
2022-11-14T06:13:26.515Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:13:26.515Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.516Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is not matching search criteria
2022-11-14T06:13:26.516Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-14T06:13:26.516Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-14T06:13:26.517Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9052947e-0d92-47d7-bd5c-f43a3e6bcac5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-14T06:13:26.519Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.519Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria
2022-11-14T06:13:26.520Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:13:26.520Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.521Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_PwdrBp 0 is matching search criteria
2022-11-14T06:13:26.521Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_PwdrBp 0] matching following query criteria: sdcType=VF, customizationUUID=31caee1e-7243-444f-8b48-021aa4372045
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:13:26.523Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.523Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:26.524Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e4c255ae-765c-447d-9e21-1e7293dfec7d: basic_onboard_PwdrBp
2022-11-14T06:13:26.524Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.524Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:26.524Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.525Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:26.525Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.525Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:26.526Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.526Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:26.527Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:13:26.527Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_PwdrBp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:13:26.527Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_PwdrBp
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:13:26.621Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PwdrBp e8a14dd0-0c5e-4689-a5be-1337351ddd1e 1 ASDC deployResourceStructure
2022-11-14T06:13:26.623Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json ASDC sendASDCNotification
2022-11-14T06:13:26.623Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json
2022-11-14T06:13:26.624Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T06:13:26.624Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:26.628Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:26.628Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406406623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T06:13:26.727Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-14T06:13:26.728Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:26.729Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:26.744Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:26.744Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-14T06:13:27.630Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-14T06:13:27.630Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml
2022-11-14T06:13:27.630Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T06:13:27.631Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:27.633Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:27.633Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406407629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-14T06:13:27.733Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:27.733Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:27.734Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:27.744Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:27.744Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:28.634Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-14T06:13:28.634Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env
2022-11-14T06:13:28.634Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T06:13:28.635Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:28.637Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:28.637Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406408634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-14T06:13:28.737Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:28.738Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:28.738Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:28.747Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:28.747Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:29.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar ASDC sendASDCNotification
2022-11-14T06:13:29.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar
2022-11-14T06:13:29.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T06:13:29.638Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:13:29.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:13:29.640Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406409638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:13:29.740Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:13:29.741Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:13:29.742Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:13:29.755Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:13:29.755Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:13:30.641Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96b869e0-d730-4d28-86f3-46e53f9da643
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:13:30.653Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96b869e0-d730-4d28-86f3-46e53f9da643
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:13:30.656Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:13:30.656Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-14T06:13:30.656Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-14T06:13:30.657Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-14T06:13:30.657Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:13:30.657Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:13:30.657Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:13:30.658Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:13:30.658Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:13:30.658Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:13:30.664Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-14T06:13:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:13:59.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:13:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:14:00.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:14:00.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:14:00.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T06:14:00.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T06:14:00.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T06:14:00.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-14T06:14:00.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T06:14:00.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:14:00.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T06:14:00.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-14T06:14:00.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T06:14:00.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:14:00.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T06:14:00.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406389341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:14:00.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T06:14:00.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406400950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:14:00.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:14:00.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406403332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:14:00.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:14:00.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406404395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:14:00.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:14:00.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406405453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:14:00.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:14:00.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406406623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/basic_onboard_pwdrbp0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T06:14:00.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:14:00.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406407629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-14T06:14:00.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:14:00.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406408634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/resourceInstances/basic_onboard_pwdrbp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-14T06:14:00.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:14:00.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T06:14:00.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406409638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdrbp/1.0/artifacts/service-BasicOnboardPwdrbp-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:14:00.248Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:14:00.664Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96b869e0-d730-4d28-86f3-46e53f9da643 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-14T06:14:00.672Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96b869e0-d730-4d28-86f3-46e53f9da643 and serviceModelVersionId: e4c255ae-765c-447d-9e21-1e7293dfec7d
2022-11-14T06:14:00.673Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 453e7a79-5673-45a5-98be-b8769ea34857
2022-11-14T06:14:00.674Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0
2022-11-14T06:14:00.678Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-14T06:14:00.757Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|INFO|500||Invoke
2022-11-14T06:14:00.758Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[96b869e0-d730-4d28-86f3-46e53f9da643], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[783a5fe2-3903-45d5-ae8f-3e445b86f863], X-ECOMP-RequestID=[96b869e0-d730-4d28-86f3-46e53f9da643], X-TransactionId=[], X-ONAP-RequestID=[96b869e0-d730-4d28-86f3-46e53f9da643], Content-Type=[application/merge-patch+json]}
2022-11-14T06:14:00.783Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-14T06:14:00.948Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?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/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221114-06:14:01:846-44386], vertex-id=[180384], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:14:01 GMT], Content-Type=[application/json]}
2022-11-14T06:14:00.948Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-14T06:14:00.949Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/453e7a79-5673-45a5-98be-b8769ea34857/model-vers/model-ver/e4c255ae-765c-447d-9e21-1e7293dfec7d?depth=0|INFO|500||InvokeReturn
2022-11-14T06:14:00.949Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-14T06:14:00.950Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:14:00.954Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-14T06:14:00.955Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96b869e0-d730-4d28-86f3-46e53f9da643 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-14T06:14:00.955Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-14T06:14:00.955Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:14:00.957Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:14:00.957Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406440955,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T06:14:01.057Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:14:01.058Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:14:01.058Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:14:01.072Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:14:01.072Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-11-14T06:14:01.971Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:14:01.972Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:14:01.972Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:14:11.521Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:14:11.521Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:14:11.522Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:14:11.522Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:14:21.068Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:14:21.069Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:14:21.069Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:14:21.070Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:14:30.615Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:14:30.615Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:14:30.616Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:14:30.616Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:14:40.156Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:14:59.605Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:14:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:14:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:14:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:14:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:14:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:15:00.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:15:00.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T06:15:00.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96b869e0-d730-4d28-86f3-46e53f9da643",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668406440955,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T06:15:00.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:15:09.165Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:15:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:15:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:15:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:15:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:15:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:15:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:16:09.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:16:09.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:16:59.605Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:16:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:16:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:16:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:16:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:16:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:17:09.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:17:09.176Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:17:59.605Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:17:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:17:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:17:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:17:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:17:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:18:09.166Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:18:09.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:18:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:18:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:18:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:18:59.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:18:59.608Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:18:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:19:09.162Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:19:09.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:19:59.606Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:19:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:19:59.607Z|96b869e0-d730-4d28-86f3-46e53f9da643|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:19:59.608Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:19:59.609Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:19:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:20:09.163Z|96b869e0-d730-4d28-86f3-46e53f9da643|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:20:09.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:20:59.606Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:20:59.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:20:59.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:20:59.608Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:20:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:20:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:21:09.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:21:09.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:21:59.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:21:59.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:21:59.606Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:21:59.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:21:59.608Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:21:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:22:09.158Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:22:09.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:22:59.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:22:59.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:22:59.606Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:22:59.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:22:59.608Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:22:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:23:09.164Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:23:09.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:23:59.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:23:59.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:23:59.606Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:23:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:23:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:23:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:24:00.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:24:00.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:24:00.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407026419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:24:00.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d6fe004-a1d3-4ab3-9378-258b0c1d1c56","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"66d0c2ac-a464-41d1-82ec-e0fc922a7adc","serviceDescription":"service","serviceInvariantUUID":"dbfa3b9b-fa47-4cbc-a969-498ac2058743","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f81d067d-12a2-434b-84c7-6d2c49327829","resourceInvariantUUID":"03112fef-a586-4230-8afd-b154e1bf16f3","resourceCustomizationUUID":"048a90c2-e3d8-43a4-8cd6-f8e0b8456a07","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":"YTkwOTRjODEzNTRlNDJhMGQ5YTVjNzAyYTMzMGQwNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76c62e31-efda-4bd0-8870-2990f675c022","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc3OGMzOWRmN2Q5ZTgwZmEzZjE4YjY3NTRiMzk1NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"368645ae-b7ef-43aa-b1de-57a614bf60e8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-14T06:24:00.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:24:00.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407035444,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:24:00.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:24:00.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "cds",
"timestamp": 1668407028281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:24:00.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:24:00.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "aai-ml",
"timestamp": 1668407036418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:24:00.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407026419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:24:00.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407035444,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:24:00.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "cds",
"timestamp": 1668407028281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:24:00.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:24:00.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "aai-ml",
"timestamp": 1668407036418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:24:00.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:24:00.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "cds",
"timestamp": 1668407037252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:24:00.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:24:00.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "aai-ml",
"timestamp": 1668407039145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:24:00.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:24:00.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.244Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:24:00.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "cds",
"timestamp": 1668407038259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-14T06:24:00.245Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:24:00.249Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:24:00.249Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407039605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:24:00.276Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
2022-11-14T06:24:00.276Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:24:00.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:00.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407039160,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:24:00.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:24:00.349Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:24:00.350Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:24:00.350Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:24:00.373Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:24:00.374Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:24:01.250Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:24:01.250Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:24:01.252Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:24:01.252Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407039605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:24:01.352Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:24:01.353Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:24:01.353Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:24:01.371Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:24:01.372Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:24:02.253Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "66d0c2ac-a464-41d1-82ec-e0fc922a7adc",
"serviceDescription": "service",
"serviceInvariantUUID": "dbfa3b9b-fa47-4cbc-a969-498ac2058743",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "048a90c2-e3d8-43a4-8cd6-f8e0b8456a07",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f81d067d-12a2-434b-84c7-6d2c49327829",
"resourceInvariantUUID": "03112fef-a586-4230-8afd-b154e1bf16f3",
"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": "Yzc3OGMzOWRmN2Q5ZTgwZmEzZjE4YjY3NTRiMzk1NmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "368645ae-b7ef-43aa-b1de-57a614bf60e8"
}
],
"workloadContext": "Production"
}
2022-11-14T06:24:02.253Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-14T06:24:02.254Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 66d0c2ac-a464-41d1-82ec-e0fc922a7adc ASDC
2022-11-14T06:24:02.254Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:66d0c2ac-a464-41d1-82ec-e0fc922a7adc
ServiceInvariantUUID:dbfa3b9b-fa47-4cbc-a969-498ac2058743
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:368645ae-b7ef-43aa-b1de-57a614bf60e8
ArtifactChecksum:Yzc3OGMzOWRmN2Q5ZTgwZmEzZjE4YjY3NTRiMzk1NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:048a90c2-e3d8-43a4-8cd6-f8e0b8456a07
ResourceInvariantUUID:03112fef-a586-4230-8afd-b154e1bf16f3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f81d067d-12a2-434b-84c7-6d2c49327829
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-14T06:24:02.254Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66d0c2ac-a464-41d1-82ec-e0fc922a7adc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-14T06:24:02.281Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T06:24:02.282Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-14T06:24:02.283Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-14T06:24:02.283Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 368645ae-b7ef-43aa-b1de-57a614bf60e8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-14T06:24:02.283Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-14T06:24:02.283Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-14T06:24:02.350Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-14T06:24:02.352Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 368645ae-b7ef-43aa-b1de-57a614bf60e8 57665
2022-11-14T06:24:02.353Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-14T06:24:02.353Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-14T06:24:02.353Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:24:02.353Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:24:02.355Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:24:02.355Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407042353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:24:02.456Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-14T06:24:02.458Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:24:02.458Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:24:02.471Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:24:02.471Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-14T06:24:03.355Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T06:24:03.356Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-14T06:24:03.357Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 368645ae-b7ef-43aa-b1de-57a614bf60e8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:03.357Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-14T06:24:03.358Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:03.358Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:03.610Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11686509761810646438/Definitions/service-BasicNetwork-template.yml
2022-11-14T06:24:04.198Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.199Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.200Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.201Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-14T06:24:04.201Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.201Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.202Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.203Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.204Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.204Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.205Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.206Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.206Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:66d0c2ac-a464-41d1-82ec-e0fc922a7adc
Model Version:NULL
Model InvariantUuid:dbfa3b9b-fa47-4cbc-a969-498ac2058743
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:03112fef-a586-4230-8afd-b154e1bf16f3
Model UUID:b5be1c2c-0229-4f85-b699-590cdbf7255b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:048a90c2-e3d8-43a4-8cd6-f8e0b8456a07
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-14T06:24:04.212Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: f81d067d-12a2-434b-84c7-6d2c49327829
2022-11-14T06:24:04.212Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||No resources found for Service: 66d0c2ac-a464-41d1-82ec-e0fc922a7adc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:24:04.218Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||
2022-11-14T06:24:04.218Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-14T06:24:04.219Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 66d0c2ac-a464-41d1-82ec-e0fc922a7adc
2022-11-14T06:24:04.219Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 66d0c2ac-a464-41d1-82ec-e0fc922a7adc
2022-11-14T06:24:04.219Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-14T06:24:04.220Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:24:04.223Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ff5b34a, org.onap.sdc.toscaparser.api.parameters.Input@415d1d79, org.onap.sdc.toscaparser.api.parameters.Input@4a86374c, org.onap.sdc.toscaparser.api.parameters.Input@22d30795, org.onap.sdc.toscaparser.api.parameters.Input@706e8f66]
2022-11-14T06:24:04.224Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.224Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.225Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.225Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.225Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 66d0c2ac-a464-41d1-82ec-e0fc922a7adc: Generic NeutronNet
2022-11-14T06:24:04.226Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.226Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.226Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.226Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-14T06:24:04.260Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.260Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.261Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.261Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.261Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:24:04.261Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:24:04.262Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-14T06:24:04.305Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-14T06:24:04.305Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-14T06:24:04.305Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-14T06:24:04.305Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T06:24:04.306Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:24:04.308Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:24:04.308Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407044305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:24:04.408Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:24:04.409Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:24:04.409Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:24:04.418Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:24:04.419Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:24:05.309Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:24:05.319Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:24:05.321Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:24:05.321Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:24:05.321Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:24:35.322Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:24:35.331Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:24:35.333Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:24:35.333Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:24:35.333Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:24:59.608Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:24:59.609Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:24:59.609Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:24:59.734Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:24:59.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:24:59.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407039160,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:24:59.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:05.333Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:25:05.343Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:25:05.347Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:25:05.348Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:25:05.348Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:25:35.348Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:25:35.361Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:25:35.362Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:25:35.363Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T06:25:35.363Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T06:25:59.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:25:59.608Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:25:59.608Z||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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:25:59.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:25:59.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407039605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407039605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407041976,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "aai-ml",
"timestamp": 1668407043156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:25:59.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407042353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407043716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:25:59.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "aai-ml",
"timestamp": 1668407044160,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:25:59.664Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
2022-11-14T06:25:59.664Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407044720,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:25:59.676Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
2022-11-14T06:25:59.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407044305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:25:59.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407058281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407055444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407058281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407055444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407066418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407058281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407055444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407066420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407066418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407058281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407055444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407066420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407066418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407058281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407055444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407066420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407066418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407058281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407055444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407069160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407066420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407066418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407058281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407055444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407069160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407066420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407066418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407058281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407055444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407069160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407066420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407066418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407058281,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407055444,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407069160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407066420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407066418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407069160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407074318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.709Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407073144,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407066420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407066418,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407069160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "cds",
"timestamp": 1668407074154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.726Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9b947bb-a70f-4560-898e-023ee6b67199
2022-11-14T06:25:59.726Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b947bb-a70f-4560-898e-023ee6b67199 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407075382,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407066420,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407076154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.735Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407069160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407076431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.736Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407069160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407077478,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.737Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407069160,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407078537,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:25:59.743Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9b947bb-a70f-4560-898e-023ee6b67199
2022-11-14T06:25:59.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b947bb-a70f-4560-898e-023ee6b67199 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407078942,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407079541,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T06:25:59.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407081255,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:25:59.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407082260,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:25:59.759Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9b947bb-a70f-4560-898e-023ee6b67199
2022-11-14T06:25:59.759Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b947bb-a70f-4560-898e-023ee6b67199 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407082936,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T06:25:59.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407080548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "cds",
"timestamp": 1668407075158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "aai-ml",
"timestamp": 1668407083940,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:25:59.773Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9b947bb-a70f-4560-898e-023ee6b67199
2022-11-14T06:25:59.773Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b947bb-a70f-4560-898e-023ee6b67199 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407080548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "cds",
"timestamp": 1668407075158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407080548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "cds",
"timestamp": 1668407075158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "cds",
"timestamp": 1668407075158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407080548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407086420,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407080548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "cds",
"timestamp": 1668407075158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407086420,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407080548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "cds",
"timestamp": 1668407075158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407086420,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407080548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "cds",
"timestamp": 1668407075158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:25:59.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407086420,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407090750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "cds",
"timestamp": 1668407089574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407086420,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "cds",
"timestamp": 1668407090580,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.810Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e316d13-4d77-4353-ac77-b0a8708ef6ac
2022-11-14T06:25:59.810Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e316d13-4d77-4353-ac77-b0a8708ef6ac and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407091807,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407086420,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407092866,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:25:59.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1668407086420,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407093889,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:25:59.826Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e316d13-4d77-4353-ac77-b0a8708ef6ac
2022-11-14T06:25:59.826Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e316d13-4d77-4353-ac77-b0a8708ef6ac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T06:25:59.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668407094892,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T06:25:59.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T06:25:59.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "aai-ml",
"timestamp": 1668407096418,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "aai-ml",
"timestamp": 1668407096418,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "aai-ml",
"timestamp": 1668407096418,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "aai-ml",
"timestamp": 1668407096418,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:25:59.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-14T06:25:59.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e316d13-4d77-4353-ac77-b0a8708ef6ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668407099160,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:25:59.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-14T06:26:05.363Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:26:05.373Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T06:26:05.376Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T06:26:05.382Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-14T06:26:35.382Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-14T06:26:35.394Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and serviceModelVersionId: 66d0c2ac-a464-41d1-82ec-e0fc922a7adc
2022-11-14T06:26:35.394Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbfa3b9b-fa47-4cbc-a969-498ac2058743
2022-11-14T06:26:35.396Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0
2022-11-14T06:26:35.401Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-14T06:26:35.456Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|INFO|500||Invoke
2022-11-14T06:26:35.456Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d6fe004-a1d3-4ab3-9378-258b0c1d1c56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dedad059-3a56-4a99-a309-1a361ca49ec0], X-ECOMP-RequestID=[6d6fe004-a1d3-4ab3-9378-258b0c1d1c56], X-TransactionId=[], X-ONAP-RequestID=[6d6fe004-a1d3-4ab3-9378-258b0c1d1c56], Content-Type=[application/merge-patch+json]}
2022-11-14T06:26:35.479Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-14T06:26:35.570Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?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/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221114-06:26:36:615-5188], vertex-id=[192672], Content-Length=[0], Date=[Mon, 14 Nov 2022 06:26:36 GMT], Content-Type=[application/json]}
2022-11-14T06:26:35.570Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-14T06:26:35.571Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbfa3b9b-fa47-4cbc-a969-498ac2058743/model-vers/model-ver/66d0c2ac-a464-41d1-82ec-e0fc922a7adc?depth=0|INFO|500||InvokeReturn
2022-11-14T06:26:35.572Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-14T06:26:35.572Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T06:26:35.577Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-14T06:26:35.578Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d6fe004-a1d3-4ab3-9378-258b0c1d1c56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-14T06:26:35.578Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-14T06:26:35.579Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:35.581Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:35.581Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6d6fe004-a1d3-4ab3-9378-258b0c1d1c56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407195578,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T06:26:35.681Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:26:35.682Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:35.682Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:35.698Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:35.699Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-14T06:26:36.593Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T06:26:36.594Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T06:26:36.594Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|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 e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:41.085Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:41.086Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T06:26:41.087Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9b947bb-a70f-4560-898e-023ee6b67199","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4cebb79e-ed0c-48e1-b277-164a8372e213","serviceDescription":"service","serviceInvariantUUID":"33452aa2-b903-42ee-84f9-4ead85801ecc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18764ca4-6445-4712-82d0-4ad8aca49550","resourceInvariantUUID":"1c7c80ee-7b0b-46b4-8db8-ec73fd75fc29","resourceCustomizationUUID":"e3cbf290-cafd-491c-81a5-17072e292ad2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NWQ3MjYyZWI0YTVlOWVkM2RlZTQ2YTBkYjc1MTM0YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49f4584d-e626-4474-adfa-b9ebea1e585e","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8cc685fe-797f-4630-9dbe-531c75d86c63","artifactVersion":"2","generatedFromUUID":"e6b7ab7f-d270-4f8d-87d2-f4fc0c017491"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e6b7ab7f-d270-4f8d-87d2-f4fc0c017491","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ODU0OTk0YjcxYzQzNTViZTgxYzU5NmI2MzhjODRlNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd8dc46b-06d9-4eca-b41c-85ed7bc75d69","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1d2c9108-44b6-40d0-b411-0762900331fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a4106ee-3339-45ed-9382-403258a6cc13","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fbd83907-1854-4214-9e11-a87ed63b09b6","artifactVersion":"2","generatedFromUUID":"1d2c9108-44b6-40d0-b411-0762900331fd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTI0NmQ5NTMxZWJkYWE1MTdkMWE3NTA5MWVlYTYxOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d4a05da-c3c0-4b5f-984e-1a6f13479bc6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2JjODZhYzAxY2VmOTdmZGQzMTI2OTliYzMxMjYwYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d2bbbb6-cb35-4420-b743-9d84d24ce4f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-14T06:26:41.089Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:26:41.090Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:41.091Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:41.092Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407196593,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:26:41.192Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:26:41.193Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:41.193Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:41.204Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:41.205Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:26:42.092Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:26:42.093Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:42.094Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:42.095Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407196593,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-14T06:26:42.195Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:26:42.196Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:42.196Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:42.207Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:42.207Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:26:43.095Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:26:43.096Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:43.097Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:43.098Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407196593,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-14T06:26:43.198Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:26:43.199Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:43.199Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:43.209Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:43.209Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:26:44.098Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:26:44.098Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:44.100Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:44.101Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407196593,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T06:26:44.201Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T06:26:44.201Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:44.201Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:44.211Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:44.211Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:26:45.101Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:26:45.102Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:45.104Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:45.104Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407196593,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-14T06:26:45.204Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:26:45.204Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:45.204Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:45.216Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:45.216Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:26:46.104Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:26:46.105Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:46.107Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:46.107Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407196593,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:26:46.207Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:26:46.208Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:46.208Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:46.218Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:46.219Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:26:47.107Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:26:47.108Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:47.110Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:47.110Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407196593,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-14T06:26:47.210Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:26:47.211Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:47.211Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:47.222Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:47.222Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:26:48.111Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:26:48.112Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:48.114Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:48.114Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407196593,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T06:26:48.214Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:26:48.215Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:48.215Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:48.226Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:48.226Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:26:49.114Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T06:26:49.115Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:49.124Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:49.124Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407196593,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T06:26:49.217Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-11-14T06:26:49.218Z||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-11-14T06:26:49.218Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:49.228Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:49.228Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-14T06:26:50.126Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "4cebb79e-ed0c-48e1-b277-164a8372e213",
"serviceDescription": "service",
"serviceInvariantUUID": "33452aa2-b903-42ee-84f9-4ead85801ecc",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "e3cbf290-cafd-491c-81a5-17072e292ad2",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "18764ca4-6445-4712-82d0-4ad8aca49550",
"resourceInvariantUUID": "1c7c80ee-7b0b-46b4-8db8-ec73fd75fc29",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8cc685fe-797f-4630-9dbe-531c75d86c63",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e6b7ab7f-d270-4f8d-87d2-f4fc0c017491",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "ODU0OTk0YjcxYzQzNTViZTgxYzU5NmI2MzhjODRlNGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bd8dc46b-06d9-4eca-b41c-85ed7bc75d69",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1d2c9108-44b6-40d0-b411-0762900331fd",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fbd83907-1854-4214-9e11-a87ed63b09b6",
"generatedFromUUID": "1d2c9108-44b6-40d0-b411-0762900331fd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fbd83907-1854-4214-9e11-a87ed63b09b6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "N2JjODZhYzAxY2VmOTdmZGQzMTI2OTliYzMxMjYwYzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2d2bbbb6-cb35-4420-b743-9d84d24ce4f6"
}
],
"workloadContext": "Production"
}
2022-11-14T06:26:50.126Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-14T06:26:50.127Z|6d6fe004-a1d3-4ab3-9378-258b0c1d1c56|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4cebb79e-ed0c-48e1-b277-164a8372e213 ASDC
2022-11-14T06:26:50.127Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d9b947bb-a70f-4560-898e-023ee6b67199
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4cebb79e-ed0c-48e1-b277-164a8372e213
ServiceInvariantUUID:33452aa2-b903-42ee-84f9-4ead85801ecc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:2d2bbbb6-cb35-4420-b743-9d84d24ce4f6
ArtifactChecksum:N2JjODZhYzAxY2VmOTdmZGQzMTI2OTliYzMxMjYwYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e3cbf290-cafd-491c-81a5-17072e292ad2
ResourceInvariantUUID:1c7c80ee-7b0b-46b4-8db8-ec73fd75fc29
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:18764ca4-6445-4712-82d0-4ad8aca49550
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:8cc685fe-797f-4630-9dbe-531c75d86c63
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:e6b7ab7f-d270-4f8d-87d2-f4fc0c017491
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:bd8dc46b-06d9-4eca-b41c-85ed7bc75d69
ArtifactChecksum:ODU0OTk0YjcxYzQzNTViZTgxYzU5NmI2MzhjODRlNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:1d2c9108-44b6-40d0-b411-0762900331fd
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fbd83907-1854-4214-9e11-a87ed63b09b6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fbd83907-1854-4214-9e11-a87ed63b09b6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-14T06:26:50.127Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cebb79e-ed0c-48e1-b277-164a8372e213 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-14T06:26:50.159Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T06:26:50.159Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-14T06:26:50.159Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-14T06:26:50.160Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2d2bbbb6-cb35-4420-b743-9d84d24ce4f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-14T06:26:50.160Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-14T06:26:50.160Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-14T06:26:50.223Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-14T06:26:50.226Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2d2bbbb6-cb35-4420-b743-9d84d24ce4f6 73693
2022-11-14T06:26:50.226Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-14T06:26:50.226Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-14T06:26:50.226Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T06:26:50.227Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-14T06:26:50.228Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T06:26:50.229Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d9b947bb-a70f-4560-898e-023ee6b67199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668407210226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T06:26:50.329Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T06:26:50.332Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-14T06:26:50.332Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as e4tVNsZ1bKIv1j3G) ...
2022-11-14T06:26:50.343Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T06:26:50.343Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T06:26:51.229Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T06:26:51.230Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-14T06:26:51.230Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2d2bbbb6-cb35-4420-b743-9d84d24ce4f6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-14T06:26:51.231Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-14T06:26:51.231Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-14T06:26:51.231Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-14T06:26:51.342Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5893878771328162015/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-14T06:26:52.508Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-14T06:26:52.509Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:26:52.510Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:26:52.511Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-14T06:26:52.511Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-14T06:26:52.511Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T06:26:52.511Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T06:26:52.512Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-14T06:26:52.513Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:26:52.514Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-14T06:26:52.515Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:26:52.515Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:26:52.515Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-14T06:26:52.515Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:26:52.516Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T06:26:52.516Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-14T06:26:52.516Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T06:26:52.516Z|d9b947bb-a70f-4560-898e-023ee6b67199|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery