By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-08-21T05:35:34.091Z||main|||||INFO|500||The following profiles are active: basic
2022-08-21T05:35:50.124Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-21T05:35:50.125Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-21T05:35:50.310Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-21T05:35:56.573Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-21T05:35:57.334Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-21T05:35:57.960Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-21T05:35:57.974Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-21T05:35:58.159Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-21T05:35:58.565Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-21T05:35:59.621Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-21T05:36:02.316Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-21T05:36:05.489Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-21T05:36:05.594Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-21T05:36:06.522Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-21T05:36:07.036Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-08-21T05:36:08.788Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-21T05:36:10.500Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-21T05:36:10.532Z||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$$5917c19b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-08-21T05:36:10.533Z||main|||||WARN|500||The sdc end point is not alive
2022-08-21T05:36:15.362Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-08-21T05:36:19.896Z||main|||||WARN|500||---
2022-08-21T05:36:19.897Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-21T05:36:19.897Z||main|||||WARN|500||---
2022-08-21T05:36:20.607Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-21T05:36:27.906Z||main|||||INFO|500||Started Application in 58.272 seconds (JVM running for 61.113)
2022-08-21T05:36:27.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-21T05:36:27.959Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-21T05:36:28.011Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-21T05:36:28.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-21T05:36:28.156Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28a3b5ff-62c4-49b8-a396-91ab1d836680 url= /sdc/v1/artifactTypes
2022-08-21T05:36:28.156Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-21T05:36:28.654Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-21T05:36:28.729Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-08-21T05:36:28.755Z||scheduling-1|||||DEBUG|500||create keys
2022-08-21T05:36:28.765Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-21T05:36:28.826Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:36:28.853Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b47c874f-c6d7-4b26-8270-9bac8f6cf568 url= /sdc/v1/registerForDistribution
2022-08-21T05:36:29.079Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b47c874f-c6d7-4b26-8270-9bac8f6cf568 url= /sdc/v1/registerForDistribution
2022-08-21T05:36:29.080Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-21T05:36:29.101Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:36:29.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:36:29.113Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:36:29.113Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:36:29.114Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:36:29.114Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:36:29.118Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-21T05:36:39.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:36:39.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:37:29.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:37:29.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:37:29.097Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:37:29.098Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:37:29.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:37:29.100Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:37:38.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:37:38.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:38:29.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:38:29.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:38:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:38:29.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:38:29.097Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:38:29.097Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:38:38.667Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:38:38.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:39:29.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:39:29.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:39:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:39:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:39:29.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:39:29.095Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:39:38.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:39:38.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:40:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:40:29.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:40:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:40:29.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:40:29.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:40:29.095Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:40:38.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:40:38.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:41:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:41:29.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:41:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:41:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:41:29.093Z||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-08-21T05:41:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:41:38.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:41:38.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:42:29.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:42:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:42:29.093Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:42:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:42:29.093Z||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-08-21T05:42:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:42:38.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:42:38.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:43:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:43:29.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:43:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:43:29.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:43:29.099Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:43:29.099Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:43:38.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:43:38.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:44:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:44:29.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:44:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:44:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:44:29.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:44:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:44:38.661Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:44:38.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:45:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:45:29.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:45:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:45:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:45:29.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:45:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:45:38.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:45:38.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:45:50.841Z||http-nio-8085-exec-3|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-21T05:46:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:46:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:46:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:46:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:46:29.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:46:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:46:38.655Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:46:38.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:47:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:47:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:47:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:47:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:47:29.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:47:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:47:38.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:47:38.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:48:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:48:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:48:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:48:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:48:29.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:48:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:48:38.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:48:38.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:49:29.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:49:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:49:29.093Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:49:29.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:49:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:49:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:49:38.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:49:38.656Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:50:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:50:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:50:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:50:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:50:29.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:50:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:50:38.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:50:38.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:51:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:51:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:51:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:51:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:51:29.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:51:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:51:38.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:51:38.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:52:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:52:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:52:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:52:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:52:29.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:52:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:52:38.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:52:38.656Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:53:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:53:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:53:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:53:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:53:29.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:53:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:53:38.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:53:38.662Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:54:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:54:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:54:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:54:29.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:54:29.093Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:54:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:54:38.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:54:38.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:55:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:55:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:55:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:55:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:55:29.093Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:55:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:55:38.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:55:38.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:56:29.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:56:29.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:56:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:56:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:56:29.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:56:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:56:38.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:56:38.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:57:29.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:57:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:57:29.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:57:29.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:57:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:57:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:57:38.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:57:38.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:58:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:58:29.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:58:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:58:29.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:58:29.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:58:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:58:38.649Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:58:38.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:59:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:59:29.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:59:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:59:29.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T05:59:29.093Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T05:59:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T05:59:38.660Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T05:59:38.662Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:00:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:00:29.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:00:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:00:29.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:00:29.093Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:00:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:00:38.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:00:38.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:01:29.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:01:29.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:01:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:01:29.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:01:29.093Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:01:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:01:38.659Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:01:38.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:02:29.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:02:29.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:02:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:02:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:02:29.093Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:02:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:02:38.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:02:38.656Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:03:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:03:29.090Z||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-08-21T06:03:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:03:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:03:29.093Z||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-08-21T06:03:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:03:38.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:03:38.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:04:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:04:29.090Z||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-08-21T06:04:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:04:29.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:04:29.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:04:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:04:38.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:04:38.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:05:29.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:05:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:05:29.094Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:05:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:05:29.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:05:29.096Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:05:38.664Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:05:38.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:06:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:06:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:06:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:06:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:06:29.093Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:06:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:06:38.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:06:38.653Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:07:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:07:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:07:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:07:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:07:29.093Z||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-08-21T06:07:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:07:38.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:07:38.665Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:08:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:08:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:08:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:08:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:08:29.093Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:08:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:08:38.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:08:38.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:09:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:09:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:09:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:09:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:09:29.093Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:09:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:09:38.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:09:38.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:10:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:10:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:10:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:10:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:10:29.093Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:10:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:10:38.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:10:38.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:11:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:11:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:11:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:11:29.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:11:29.093Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:11:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:11:38.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:11:38.649Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:12:29.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:12:29.091Z||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-08-21T06:12:29.091Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:12:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:12:29.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:12:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:12:38.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:12:38.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:13:29.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:13:29.092Z||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-08-21T06:13:29.092Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:13:29.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:13:29.097Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:13:29.098Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:13:38.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:13:38.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:14:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:14:29.089Z||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-08-21T06:14:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:14:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:14:29.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:14:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:14:38.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:14:38.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:15:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:15:29.090Z||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-08-21T06:15:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:15:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:15:29.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:15:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:15:38.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:15:38.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:16:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:16:29.089Z||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-08-21T06:16:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:16:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:16:29.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:16:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:16:38.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:16:38.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:17:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:17:29.089Z||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-08-21T06:17:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:17:29.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:17:29.093Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:17:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:17:38.668Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:17:38.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:18:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:18:29.089Z||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-08-21T06:18:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:18:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:18:29.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:18:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:18:38.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:18:38.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:19:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:19:29.089Z||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-08-21T06:19:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:19:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:19:29.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:19:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:19:38.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:19:38.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:29.088Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:20:29.092Z||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-08-21T06:20:29.092Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:29.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:20:29.094Z||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-08-21T06:20:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:31.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:31.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-21T06:20:31.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b1348773-6b17-44bd-b5b4-8c04c4ce139f","serviceName":"vFW 2022-08-21 06-19-31","serviceVersion":"1.0","serviceUUID":"87da3c81-39f6-49f3-ba89-d2504eeb70df","serviceDescription":"catalog service description","serviceInvariantUUID":"f4d876e7-18af-4ab7-bea4-0fba11b453f9","resources":[{"resourceInstanceName":"vFW 82c0a581-3d21 0","resourceName":"vFW 82c0a581-3d21","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e2bb4aa-31bb-4797-b604-bf05f3a478b6","resourceInvariantUUID":"dee769b4-9689-482d-9fb9-d7a94aedd161","resourceCustomizationUUID":"d91b6400-e1e4-4460-a6cc-2fb17420f0cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml","artifactChecksum":"YjMxNGU2ZWZiYmFmZTczNjQ1YzBmZDA3ZDZmN2FjNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fede2e6d-d93d-4384-a608-15a0b087f0c0","artifactVersion":"1"},{"artifactName":"vfw82c0a5813d210_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json","artifactChecksum":"NjVlMzI5NGQxZWMwYzJlZWUyZjNhMmM4MTM4ODE1Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"563d7b15-2d42-464c-a9e5-62ce3ac89e9a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d48f6ffc-c111-4511-8fea-7e0e2922b496","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml","artifactChecksum":"ODVkMjI5NTBhYTgzMDhkODFjZjhkYzY1YThjM2U3ZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d0d48d77-3041-4e1c-b7b3-d2a281ace114","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3e5ce20-ed07-4685-b777-246e4d4e42be","artifactVersion":"2","generatedFromUUID":"d48f6ffc-c111-4511-8fea-7e0e2922b496"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220821061931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml","artifactChecksum":"YmNjOTdjMzBmYzg1MDFiYWRlMGFjMmQwN2QwNjNhM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b20f8151-fb4e-4f0d-90eb-8448df6274dd","artifactVersion":"1"},{"artifactName":"service-Vfw20220821061931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar","artifactChecksum":"MzUxOWE5YzQ4MTg5NzkwNGY3Mzg0ZWExM2Y2ZjE4Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6404b3ac-0203-4956-8600-e9757ec47f1f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-21T06:20:31.608Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:20:31.618Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:31.635Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:31.636Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:20:31.736Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-21T06:20:31.743Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:31.743Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:31.764Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:31.767Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:20:31.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:31.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:20:31.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "cds",
"timestamp": 1661062827878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:20:31.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:20:32.645Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:20:32.646Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:32.648Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:32.648Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "NOTIFIED"
}
2022-08-21T06:20:32.748Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:32.749Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:32.750Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:32.775Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:32.776Z||pool-4-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:20:33.649Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:20:33.651Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:33.653Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:33.654Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:20:33.754Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-21T06:20:33.759Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:33.759Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:33.797Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:33.798Z||pool-5-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:20:34.654Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:20:34.657Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:34.660Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:34.660Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:20:34.760Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:34.761Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:34.762Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:34.802Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:34.803Z||pool-6-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:35.661Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:20:35.662Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:35.667Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:35.667Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-21T06:20:35.767Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:35.769Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:35.769Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:35.786Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:35.787Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:36.667Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:20:36.668Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:36.672Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:36.672Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:20:36.773Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:36.774Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:36.775Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:36.791Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:36.792Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:37.673Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:20:37.674Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:37.679Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:37.679Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:20:37.778Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-21T06:20:37.780Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:37.780Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:37.806Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:37.807Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:38.681Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"serviceName": "vFW 2022-08-21 06-19-31",
"serviceVersion": "1.0",
"serviceUUID": "87da3c81-39f6-49f3-ba89-d2504eeb70df",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f4d876e7-18af-4ab7-bea4-0fba11b453f9",
"resources": [
{
"resourceInstanceName": "vFW 82c0a581-3d21 0",
"resourceCustomizationUUID": "d91b6400-e1e4-4460-a6cc-2fb17420f0cf",
"resourceName": "vFW 82c0a581-3d21",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2e2bb4aa-31bb-4797-b604-bf05f3a478b6",
"resourceInvariantUUID": "dee769b4-9689-482d-9fb9-d7a94aedd161",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw82c0a5813d210_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"artifactChecksum": "NjVlMzI5NGQxZWMwYzJlZWUyZjNhMmM4MTM4ODE1Mzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "563d7b15-2d42-464c-a9e5-62ce3ac89e9a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d48f6ffc-c111-4511-8fea-7e0e2922b496",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d3e5ce20-ed07-4685-b777-246e4d4e42be",
"generatedFromUUID": "d48f6ffc-c111-4511-8fea-7e0e2922b496"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d3e5ce20-ed07-4685-b777-246e4d4e42be",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220821061931-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"artifactChecksum": "MzUxOWE5YzQ4MTg5NzkwNGY3Mzg0ZWExM2Y2ZjE4Yzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6404b3ac-0203-4956-8600-e9757ec47f1f"
}
],
"workloadContext": "Production"
}
2022-08-21T06:20:38.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-21T06:20:38.683Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 87da3c81-39f6-49f3-ba89-d2504eeb70df ASDC
2022-08-21T06:20:38.839Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b1348773-6b17-44bd-b5b4-8c04c4ce139f
ServiceName:vFW 2022-08-21 06-19-31
ServiceVersion:1.0
ServiceUUID:87da3c81-39f6-49f3-ba89-d2504eeb70df
ServiceInvariantUUID:f4d876e7-18af-4ab7-bea4-0fba11b453f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220821061931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar
ArtifactUUID:6404b3ac-0203-4956-8600-e9757ec47f1f
ArtifactChecksum:MzUxOWE5YzQ4MTg5NzkwNGY3Mzg0ZWExM2Y2ZjE4Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 82c0a581-3d21 0
ResourceCustomizationUUID:d91b6400-e1e4-4460-a6cc-2fb17420f0cf
ResourceInvariantUUID:dee769b4-9689-482d-9fb9-d7a94aedd161
ResourceName:vFW 82c0a581-3d21
ResourceType:VF
ResourceUUID:2e2bb4aa-31bb-4797-b604-bf05f3a478b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw82c0a5813d210_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json
ArtifactUUID:563d7b15-2d42-464c-a9e5-62ce3ac89e9a
ArtifactChecksum:NjVlMzI5NGQxZWMwYzJlZWUyZjNhMmM4MTM4ODE1Mzk=
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/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml
ArtifactUUID:d48f6ffc-c111-4511-8fea-7e0e2922b496
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/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env
ArtifactUUID:d3e5ce20-ed07-4685-b777-246e4d4e42be
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/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env
ArtifactUUID:d3e5ce20-ed07-4685-b777-246e4d4e42be
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-21T06:20:38.839Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87da3c81-39f6-49f3-ba89-d2504eeb70df 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-08-21T06:20:39.181Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-21T06:20:39.183Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-21T06:20:39.186Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-21T06:20:39.186Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6404b3ac-0203-4956-8600-e9757ec47f1f from URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:39.187Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-21T06:20:39.190Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:39.318Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-21T06:20:39.345Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar 6404b3ac-0203-4956-8600-e9757ec47f1f 100591
2022-08-21T06:20:39.347Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar ASDC sendASDCNotification
2022-08-21T06:20:39.347Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:39.348Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:20:39.349Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:39.351Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:39.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062839345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:20:39.452Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:39.453Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:39.453Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:39.472Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:39.473Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:40.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-21T06:20:40.355Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-21T06:20:40.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6404b3ac-0203-4956-8600-e9757ec47f1f, URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar to file: /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:40.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220821061931-csar.csar
2022-08-21T06:20:40.488Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:40.489Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:41.413Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5547966958542325054/Definitions/service-Vfw20220821061931-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-21T06:20:45.273Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-21T06:20:45.284Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-21T06:20:45.285Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.285Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-21T06:20:45.286Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 82c0a581-3d21 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-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.286Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.286Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||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-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.287Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||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-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.287Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||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-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.287Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.287Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||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-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:45.288Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-21T06:20:45.300Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.304Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:45.313Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:45.314Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-21T06:20:45.317Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-21T06:20:45.321Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.322Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:45.322Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:45.323Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-21T06:20:45.323Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-21T06:20:45.323Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.324Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:45.331Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.332Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria
2022-08-21T06:20:45.333Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-21T06:20:45.333Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-21T06:20:45.334Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-21T06:20:45.334Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:45.334Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.335Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.335Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-21T06:20:45.335Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-21T06:20:45.335Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-21T06:20:45.336Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.337Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:45.337Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-21T06:20:45.338Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:45.338Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-21T06:20:45.339Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.339Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-21T06:20:45.339Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.340Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-21T06:20:45.346Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.347Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:45.347Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:20:45.349Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.349Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:45.349Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:20:45.350Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.350Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:45.351Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:20:45.351Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.351Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria
2022-08-21T06:20:45.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-21T06:20:45.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-21T06:20:45.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-21T06:20:45.352Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-21T06:20:45.353Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-21T06:20:45.353Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.353Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:45.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-21T06:20:45.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:45.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-21T06:20:45.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.355Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=52ed1b9c-2b89-4181-9221-afc51533a20a
2022-08-21T06:20:45.355Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.355Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria
2022-08-21T06:20:45.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-21T06:20:45.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-21T06:20:45.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-21T06:20:45.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-21T06:20:45.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-21T06:20:45.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:45.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-21T06:20:45.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.359Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57bf4ca5-8284-490a-9c70-a8e251f8eddc
2022-08-21T06:20:45.359Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.360Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria
2022-08-21T06:20:45.360Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-21T06:20:45.360Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-21T06:20:45.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-21T06:20:45.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:45.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.362Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.362Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-21T06:20:45.363Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-21T06:20:45.363Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-21T06:20:45.363Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:45.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:45.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-21T06:20:45.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=81e00ffc-c2fa-4785-a1c5-4e0fb9d761fb
2022-08-21T06:20:45.365Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.365Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:45.366Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.366Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:45.366Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.367Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:45.367Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:45.368Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:45.368Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-21 06-19-31
Description:catalog service description
Model UUID:87da3c81-39f6-49f3-ba89-d2504eeb70df
Model Version:NULL
Model InvariantUuid:f4d876e7-18af-4ab7-bea4-0fba11b453f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 82c0a581-3d21
Model UUID:cd330224-2bea-4580-820f-f6ada4cea6eb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dee769b4-9689-482d-9fb9-d7a94aedd161
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d91b6400-e1e4-4460-a6cc-2fb17420f0cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4dded5a3-3ea0-4b4f-8cc8-27405d362aef
ModelName:Vfw82c0a5813d21..base_vfw..module-0
ModelUuid:27c66dfd-2c37-4e7a-89c2-bfc37c2c1606
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:52ed1b9c-2b89-4181-9221-afc51533a20a
ModelInvariantUuid:67b33f20-9069-4ac1-85c0-900c42998bc4
ModelName:vFW 82c0a581-3d21-nodes.vfwCvfc
ModelUuid:e4c71926-ca89-42f0-9950-e5631f821d39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ae94e405-ae10-4712-9782-f8538ff6d070
ModelInvariantUuid:15155e6a-0e4d-4de6-b30a-29876640ce52
ModelName:Vfw82c0a5813d21.compute.nodes.heat.vfw
ModelUuid:4d20ab2d-5f5e-4448-b9fa-ab4b6e43dbf7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:57bf4ca5-8284-490a-9c70-a8e251f8eddc
ModelInvariantUuid:4b5574b8-9933-4828-bbab-546d6ad8f50e
ModelName:vFW 82c0a581-3d21-nodes.vsnCvfc
ModelUuid:1f371f6a-3c67-410a-95eb-f1e3f9222ab8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c665a210-54d6-4f51-af8a-120fa00930fd
ModelInvariantUuid:5113f089-11e7-4b29-b0c6-4a5a6cf5a7a9
ModelName:Vfw82c0a5813d21.compute.nodes.heat.vsn
ModelUuid:d0c9609b-4866-447c-adab-127a83aaa501
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:81e00ffc-c2fa-4785-a1c5-4e0fb9d761fb
ModelInvariantUuid:a85fb02e-fa5f-4c87-9187-b0b9e93fb192
ModelName:vFW 82c0a581-3d21-nodes.vpgCvfc
ModelUuid:0a46537d-545c-4c36-a5ad-7e0433e28bec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c6015eb2-0725-4c6c-b582-72d8c0d09134
ModelInvariantUuid:e983eea8-2dd9-4d41-a3a9-771aa0bd10d1
ModelName:Vfw82c0a5813d21.compute.nodes.heat.vpg
ModelUuid:6a42bc40-6718-4e4f-b493-c87016aa2506
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-21T06:20:45.431Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e2bb4aa-31bb-4797-b604-bf05f3a478b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:20:45.601Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||vFW 82c0a581-3d21 0
2022-08-21T06:20:45.616Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e2bb4aa-31bb-4797-b604-bf05f3a478b6
2022-08-21T06:20:45.616Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 563d7b15-2d42-464c-a9e5-62ce3ac89e9a from URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json
2022-08-21T06:20:45.617Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-21T06:20:45.617Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json
2022-08-21T06:20:45.719Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-21T06:20:45.720Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json 563d7b15-2d42-464c-a9e5-62ce3ac89e9a 785
2022-08-21T06:20:45.720Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json ASDC sendASDCNotification
2022-08-21T06:20:45.721Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json
2022-08-21T06:20:45.721Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:20:45.721Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:45.726Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:45.726Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062845720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:20:45.838Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-08-21T06:20:45.840Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:45.840Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:45.910Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:45.911Z||pool-11-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:20:46.729Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw82c0a5813d21..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4dded5a3-3ea0-4b4f-8cc8-27405d362aef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "27c66dfd-2c37-4e7a-89c2-bfc37c2c1606",
"vfModuleModelCustomizationUUID": "323de91c-50f1-49c3-be44-acd79424a874",
"isBase": true,
"artifacts": [
"d48f6ffc-c111-4511-8fea-7e0e2922b496",
"d3e5ce20-ed07-4685-b777-246e4d4e42be"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-21T06:20:46.745Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82c0a5813d21..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27c66dfd-2c37-4e7a-89c2-bfc37c2c1606
VfModuleModelInvariantUUID:4dded5a3-3ea0-4b4f-8cc8-27405d362aef
VfModuleModelDescription:NULL
Artifacts UUID List:{
d48f6ffc-c111-4511-8fea-7e0e2922b496
,
d3e5ce20-ed07-4685-b777-246e4d4e42be
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-21T06:20:46.749Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw82c0a5813d21..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4dded5a3-3ea0-4b4f-8cc8-27405d362aef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "27c66dfd-2c37-4e7a-89c2-bfc37c2c1606",
"vfModuleModelCustomizationUUID": "323de91c-50f1-49c3-be44-acd79424a874",
"isBase": true,
"artifacts": [
"d48f6ffc-c111-4511-8fea-7e0e2922b496",
"d3e5ce20-ed07-4685-b777-246e4d4e42be"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-21T06:20:46.750Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82c0a5813d21..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27c66dfd-2c37-4e7a-89c2-bfc37c2c1606
VfModuleModelInvariantUUID:4dded5a3-3ea0-4b4f-8cc8-27405d362aef
VfModuleModelDescription:NULL
Artifacts UUID List:{
d48f6ffc-c111-4511-8fea-7e0e2922b496
,
d3e5ce20-ed07-4685-b777-246e4d4e42be
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-21T06:20:46.750Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d48f6ffc-c111-4511-8fea-7e0e2922b496 from URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml
2022-08-21T06:20:46.750Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-21T06:20:46.751Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml
2022-08-21T06:20:46.805Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-21T06:20:46.806Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml d48f6ffc-c111-4511-8fea-7e0e2922b496 20368
2022-08-21T06:20:46.807Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-21T06:20:46.807Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml
2022-08-21T06:20:46.807Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:20:46.808Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:46.811Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:46.811Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062846807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:20:46.911Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:46.912Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:46.913Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:46.929Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:46.930Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:47.812Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3e5ce20-ed07-4685-b777-246e4d4e42be from URL: /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env
2022-08-21T06:20:47.813Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-21T06:20:47.813Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env
2022-08-21T06:20:47.884Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-21T06:20:47.885Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env d3e5ce20-ed07-4685-b777-246e4d4e42be 2098
2022-08-21T06:20:47.885Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-21T06:20:47.886Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env
2022-08-21T06:20:47.886Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:20:47.887Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:47.890Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:47.890Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062847885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:20:47.990Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:47.992Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:47.992Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:48.007Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:48.007Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:48.891Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 87da3c81-39f6-49f3-ba89-d2504eeb70df
2022-08-21T06:20:48.892Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 82c0a581-3d21 0 2e2bb4aa-31bb-4797-b604-bf05f3a478b6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:20:48.942Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d34ec05, org.onap.sdc.toscaparser.api.parameters.Input@4defc326, org.onap.sdc.toscaparser.api.parameters.Input@5c1d76, org.onap.sdc.toscaparser.api.parameters.Input@2fd4d6ad, org.onap.sdc.toscaparser.api.parameters.Input@359a5396]
2022-08-21T06:20:48.947Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:48.947Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:48.948Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-08-21T06:20:48.948Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d91b6400-e1e4-4460-a6cc-2fb17420f0cf
2022-08-21T06:20:48.948Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d91b6400-e1e4-4460-a6cc-2fb17420f0cf matches Tosca VF Customization UUID: d91b6400-e1e4-4460-a6cc-2fb17420f0cf
2022-08-21T06:20:48.949Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d91b6400-e1e4-4460-a6cc-2fb17420f0cf matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-21T06:20:48.957Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:48.958Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:48.959Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d91b6400-e1e4-4460-a6cc-2fb17420f0cf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-21T06:20:48.960Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a2b002c
2022-08-21T06:20:48.960Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:48.960Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-21T06:20:48.961Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 323de91c-50f1-49c3-be44-acd79424a874
2022-08-21T06:20:48.964Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 323de91c-50f1-49c3-be44-acd79424a874
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-21T06:20:48.975Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:48.976Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:48.976Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:20:48.978Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:48.978Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:48.978Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:20:48.979Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:48.979Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria
2022-08-21T06:20:48.980Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-21T06:20:48.980Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-21T06:20:48.980Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-21T06:20:48.981Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-21T06:20:48.981Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-21T06:20:48.982Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:48.982Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:48.983Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-21T06:20:48.983Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:48.983Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-21T06:20:48.984Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:48.984Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=52ed1b9c-2b89-4181-9221-afc51533a20a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-21T06:20:48.994Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:48.995Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:48.995Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:20:48.996Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:48.996Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria
2022-08-21T06:20:48.996Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:48.997Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:48.998Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-21T06:20:48.998Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-21T06:20:48.998Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-21T06:20:48.999Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:48.999Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-21T06:20:48.999Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:48.999Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57bf4ca5-8284-490a-9c70-a8e251f8eddc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-21T06:20:49.003Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.003Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:49.003Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:20:49.006Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.007Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is not matching search criteria
2022-08-21T06:20:49.007Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-21T06:20:49.007Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-21T06:20:49.007Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-21T06:20:49.008Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-21T06:20:49.009Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-21T06:20:49.009Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-21T06:20:49.009Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-21T06:20:49.009Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-21T06:20:49.010Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=81e00ffc-c2fa-4785-a1c5-4e0fb9d761fb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-21T06:20:49.012Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.013Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:49.013Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:20:49.013Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.014Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82c0a581-3d21 0 is matching search criteria
2022-08-21T06:20:49.014Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82c0a581-3d21 0] matching following query criteria: sdcType=VF, customizationUUID=d91b6400-e1e4-4460-a6cc-2fb17420f0cf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:20:49.017Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.017Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:49.017Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 87da3c81-39f6-49f3-ba89-d2504eeb70df: vFW 82c0a581-3d21
2022-08-21T06:20:49.018Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.018Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:49.018Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.018Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:49.019Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.019Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:49.019Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.020Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:49.020Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:20:49.020Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-21 06-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:20:49.020Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-08-21 06-19-31
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:20:49.353Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 82c0a581-3d21 2e2bb4aa-31bb-4797-b604-bf05f3a478b6 1 ASDC deployResourceStructure
2022-08-21T06:20:49.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json ASDC sendASDCNotification
2022-08-21T06:20:49.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json
2022-08-21T06:20:49.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-21T06:20:49.354Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:49.356Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:49.357Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062849354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "DEPLOY_OK"
}
2022-08-21T06:20:49.457Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:49.458Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:49.458Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:49.472Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:49.473Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:50.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-21T06:20:50.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml
2022-08-21T06:20:50.358Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-21T06:20:50.359Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:50.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:50.361Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062850358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-21T06:20:50.461Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:50.463Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:50.463Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:50.474Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:50.475Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:51.362Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-21T06:20:51.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env
2022-08-21T06:20:51.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-21T06:20:51.364Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:51.367Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:51.367Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062851362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-21T06:20:51.467Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:20:51.470Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:51.470Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:51.482Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:51.483Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:20:52.371Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar ASDC sendASDCNotification
2022-08-21T06:20:52.372Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar
2022-08-21T06:20:52.372Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-21T06:20:52.373Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:20:52.376Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:20:52.377Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062852371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:20:52.476Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-21T06:20:52.478Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:20:52.478Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:20:52.491Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:20:52.492Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:20:53.379Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:20:53.406Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:20:53.408Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:20:53.409Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:20:53.409Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:21:23.409Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:21:23.422Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:21:23.424Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:21:23.424Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:21:23.424Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:21:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:21:29.094Z||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-08-21T06:21:29.095Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:21:29.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:21:29.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:21:29.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:21:29.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:21:53.425Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:21:53.436Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:21:53.438Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:21:53.438Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:21:53.438Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:22:23.439Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:22:23.446Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:22:23.455Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:22:23.456Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:22:23.456Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:22:29.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:22:29.093Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:22:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:22:29.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:22:29.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-21T06:22:29.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062830179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:22:29.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-21T06:22:53.456Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:22:53.467Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:22:53.470Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:22:53.470Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:22:53.470Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:23:23.474Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:23:23.485Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:23:23.487Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:23:23.488Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:23:23.488Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:23:29.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:23:29.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:23:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:23:29.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:23:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062831118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062831783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "cds",
"timestamp": 1661062827878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062830179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062831118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062831783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "cds",
"timestamp": 1661062827878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062830179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062831118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062833278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062831783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "cds",
"timestamp": 1661062827878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062830179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062831118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062833278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062831783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "cds",
"timestamp": 1661062827878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062830179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062831118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062833278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062831783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "cds",
"timestamp": 1661062827878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062830179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062831118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062836122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062833278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062831783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062830179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "cds",
"timestamp": 1661062827878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062829088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062831118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062836122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062833278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062831783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "cds",
"timestamp": 1661062838567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062838463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.163Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062836122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062833278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062839345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062839651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "cds",
"timestamp": 1661062839587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-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-08-21T06:23:29.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f
2022-08-21T06:23:29.176Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:23:29.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062839476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:23:29.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062836122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062833278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "policy-id",
"timestamp": 1661062840480,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:23:29.197Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f
2022-08-21T06:23:29.197Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:23:29.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062836122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062836122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062836122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062844017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062845130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062845720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062846207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062846807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062847296,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:23:29.217Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f
2022-08-21T06:23:29.218Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-21T06:23:29.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062847096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062847885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062848299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "DEPLOY_OK"
}
2022-08-21T06:23:29.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062847096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062849354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vfw82c0a5813d210_modules.json",
"status": "DEPLOY_OK"
}
2022-08-21T06:23:29.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062849357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062847096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062850358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-21T06:23:29.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062847096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062851362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-21T06:23:29.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062851367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:23:29.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062847096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/resourceInstances/vfw82c0a5813d210/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661062852371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:23:29.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "clamp",
"timestamp": 1661062852372,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:23:29.238Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f
2022-08-21T06:23:29.238Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:23:29.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062847096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:23:29.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062847096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:23:29.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:23:29.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062854382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:23:29.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062855009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:23:29.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "aai-ml",
"timestamp": 1661062855391,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:23:29.250Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f
2022-08-21T06:23:29.251Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:23:29.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062860773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220821061931/1.0/artifacts/service-Vfw20220821061931-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:23:29.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:23:29.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:23:29.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062861778,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:23:29.263Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b1348773-6b17-44bd-b5b4-8c04c4ce139f
2022-08-21T06:23:29.263Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1348773-6b17-44bd-b5b4-8c04c4ce139f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:23:53.488Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:23:53.500Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-21T06:23:53.503Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:23:53.504Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:23:53.509Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-21T06:24:23.509Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-21T06:24:23.521Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b1348773-6b17-44bd-b5b4-8c04c4ce139f and serviceModelVersionId: 87da3c81-39f6-49f3-ba89-d2504eeb70df
2022-08-21T06:24:23.521Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4d876e7-18af-4ab7-bea4-0fba11b453f9
2022-08-21T06:24:29.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:24:29.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:24:29.095Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:29.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:29.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062893278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "cds",
"timestamp": 1661062887878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062891783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062891118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062890179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062893278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062891783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "cds",
"timestamp": 1661062887878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062890179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062891118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062893278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062891783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "cds",
"timestamp": 1661062887878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062891118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062890179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062896122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062893278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062891118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062891783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "cds",
"timestamp": 1661062887878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062890179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062896122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062891783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062893278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062891118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "cds",
"timestamp": 1661062887878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062890179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062896122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062893278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062891118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062891783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "cds",
"timestamp": 1661062887878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062890179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062896122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661062893278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062891783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062891118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "cds",
"timestamp": 1661062887878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062890179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062896122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062901549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:29.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "cds",
"timestamp": 1661062901292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:29.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062901198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:29.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062896122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062902201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:24:29.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "cds",
"timestamp": 1661062902301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:24:29.704Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c
2022-08-21T06:24:29.705Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:24:29.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062896122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "policy-id",
"timestamp": 1661062903204,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:24:29.722Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c
2022-08-21T06:24:29.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:24:29.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062903937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:29.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062905016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:29.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062906085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:29.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062907112,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:24:29.741Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c
2022-08-21T06:24:29.741Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-21T06:24:29.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062907353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:29.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062907096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661062908118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-21T06:24:29.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062908600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:24:29.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062907096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062909362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:24:29.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "aai-ml",
"timestamp": 1661062909606,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:24:29.756Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c
2022-08-21T06:24:29.756Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:24:29.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062907096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "clamp",
"timestamp": 1661062910365,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:24:29.770Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c
2022-08-21T06:24:29.771Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:24:29.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062907096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062907096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062907096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:29.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062907096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:24:29.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-21T06:24:29.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062914901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:29.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062917387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:24:29.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:24:29.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:24:29.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661062918392,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:24:29.789Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77c682f2-cf41-4756-8071-9f6b3384d33c
2022-08-21T06:24:29.790Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c682f2-cf41-4756-8071-9f6b3384d33c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:24:39.909Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0
2022-08-21T06:24:40.034Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-21T06:24:40.625Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?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-08-21T06:24:40.632Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0|INFO|500||Invoke
2022-08-21T06:24:40.809Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-21T06:24:41.114Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0|INFO|500||InvokeReturn
2022-08-21T06:24:41.114Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4d876e7-18af-4ab7-bea4-0fba11b453f9/model-vers/model-ver/87da3c81-39f6-49f3-ba89-d2504eeb70df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220821-06:24:40:167-24069], vertex-id=[372984], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:24:40 GMT], Content-Type=[application/json]}
2022-08-21T06:24:41.116Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-08-21T06:24:41.122Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-21T06:24:41.122Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:24:41.130Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-21T06:24:41.132Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b1348773-6b17-44bd-b5b4-8c04c4ce139f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-21T06:24:41.134Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-21T06:24:41.134Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:41.138Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:41.138Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063081132,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-21T06:24:41.238Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:24:41.239Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:41.239Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:41.259Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:41.260Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-21T06:24:42.160Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:24:42.161Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|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-08-21T06:24:42.161Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:46.685Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:46.686Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-21T06:24:46.687Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"77c682f2-cf41-4756-8071-9f6b3384d33c","serviceName":"basic_onboard_ayhWBN","serviceVersion":"1.0","serviceUUID":"58c0a9fb-ea04-44bc-8f98-304d9dda8ae2","serviceDescription":"service","serviceInvariantUUID":"09cd1da5-f658-4f2f-aa88-c4806d413f54","resources":[{"resourceInstanceName":"basic_onboard_ayhWBN 0","resourceName":"basic_onboard_ayhWBN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0349b413-ee87-4d4e-a286-a136433a98c3","resourceInvariantUUID":"9d8514ea-23e8-4997-9ea7-3bb078e7afa0","resourceCustomizationUUID":"f1091db1-886b-45df-bae7-f3c206963588","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWY2YmRjMGJiYWY5NmE1OTMyZmM0MjdhMTA1OGY4NDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"668c77cf-478c-4640-8976-18d8c0d1f12e","artifactVersion":"1"},{"artifactName":"basic_onboard_ayhwbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json","artifactChecksum":"MDIxYjhkMDhhNmJjNTEzOGU4YTRkNTVlOWRiMDk2MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef95b392-07b5-42f5-83cf-8d134513a5fb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"35c994b1-3bbe-47ce-b998-02c8340bfffd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62c96170-e86c-43b7-9194-c7d5a274d826","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6dd6993f-457e-49c2-93cd-4f3589cc61a0","artifactVersion":"2","generatedFromUUID":"35c994b1-3bbe-47ce-b998-02c8340bfffd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAyhwbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml","artifactChecksum":"MWI5M2FiMGE0OTcwOTJmNmE4ZjZiNDJhMjY0NWFiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5794cccd-b705-4984-a2dd-c4e0433d5e8d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAyhwbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar","artifactChecksum":"ZDcyODc0MGYyZTZiMDdiNGVlMmJjZDIzNzk5ZTRkNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f15aadb6-2912-457c-a19b-b3ee13cd0d18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-21T06:24:46.690Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:24:46.690Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:46.692Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:46.692Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:46.792Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:24:46.793Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:46.793Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:46.807Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:46.808Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:24:47.693Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:24:47.694Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:47.697Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:47.697Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "NOTIFIED"
}
2022-08-21T06:24:47.797Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:24:47.798Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:47.798Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:47.809Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:47.810Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:24:48.698Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:24:48.700Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:48.702Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:48.703Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:24:48.802Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-21T06:24:48.803Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:48.803Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:48.818Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:48.819Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:24:49.703Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:24:49.704Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:49.706Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:49.706Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:49.807Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-21T06:24:49.809Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:49.809Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:49.837Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:49.838Z||pool-22-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:24:50.707Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:24:50.708Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:50.709Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:50.710Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-21T06:24:50.810Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:24:50.812Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:50.812Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:50.824Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:50.825Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:24:51.710Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:24:51.712Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:51.714Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:51.715Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:24:51.815Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:24:51.816Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:51.816Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:51.826Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:51.827Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:24:52.715Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:24:52.716Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:52.719Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:52.719Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:24:52.819Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:24:52.820Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:52.820Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:52.833Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:52.833Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:24:53.721Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"serviceName": "basic_onboard_ayhWBN",
"serviceVersion": "1.0",
"serviceUUID": "58c0a9fb-ea04-44bc-8f98-304d9dda8ae2",
"serviceDescription": "service",
"serviceInvariantUUID": "09cd1da5-f658-4f2f-aa88-c4806d413f54",
"resources": [
{
"resourceInstanceName": "basic_onboard_ayhWBN 0",
"resourceCustomizationUUID": "f1091db1-886b-45df-bae7-f3c206963588",
"resourceName": "basic_onboard_ayhWBN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0349b413-ee87-4d4e-a286-a136433a98c3",
"resourceInvariantUUID": "9d8514ea-23e8-4997-9ea7-3bb078e7afa0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ayhwbn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"artifactChecksum": "MDIxYjhkMDhhNmJjNTEzOGU4YTRkNTVlOWRiMDk2MTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef95b392-07b5-42f5-83cf-8d134513a5fb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "35c994b1-3bbe-47ce-b998-02c8340bfffd",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6dd6993f-457e-49c2-93cd-4f3589cc61a0",
"generatedFromUUID": "35c994b1-3bbe-47ce-b998-02c8340bfffd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6dd6993f-457e-49c2-93cd-4f3589cc61a0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAyhwbn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"artifactChecksum": "ZDcyODc0MGYyZTZiMDdiNGVlMmJjZDIzNzk5ZTRkNDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f15aadb6-2912-457c-a19b-b3ee13cd0d18"
}
],
"workloadContext": "Production"
}
2022-08-21T06:24:53.722Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-21T06:24:53.722Z|b1348773-6b17-44bd-b5b4-8c04c4ce139f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2 ASDC
2022-08-21T06:24:53.723Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:77c682f2-cf41-4756-8071-9f6b3384d33c
ServiceName:basic_onboard_ayhWBN
ServiceVersion:1.0
ServiceUUID:58c0a9fb-ea04-44bc-8f98-304d9dda8ae2
ServiceInvariantUUID:09cd1da5-f658-4f2f-aa88-c4806d413f54
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAyhwbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar
ArtifactUUID:f15aadb6-2912-457c-a19b-b3ee13cd0d18
ArtifactChecksum:ZDcyODc0MGYyZTZiMDdiNGVlMmJjZDIzNzk5ZTRkNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ayhWBN 0
ResourceCustomizationUUID:f1091db1-886b-45df-bae7-f3c206963588
ResourceInvariantUUID:9d8514ea-23e8-4997-9ea7-3bb078e7afa0
ResourceName:basic_onboard_ayhWBN
ResourceType:VF
ResourceUUID:0349b413-ee87-4d4e-a286-a136433a98c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ayhwbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json
ArtifactUUID:ef95b392-07b5-42f5-83cf-8d134513a5fb
ArtifactChecksum:MDIxYjhkMDhhNmJjNTEzOGU4YTRkNTVlOWRiMDk2MTY=
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/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:35c994b1-3bbe-47ce-b998-02c8340bfffd
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/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env
ArtifactUUID:6dd6993f-457e-49c2-93cd-4f3589cc61a0
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/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env
ArtifactUUID:6dd6993f-457e-49c2-93cd-4f3589cc61a0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-21T06:24:53.723Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-21T06:24:53.763Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-21T06:24:53.764Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-21T06:24:53.764Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-21T06:24:53.765Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f15aadb6-2912-457c-a19b-b3ee13cd0d18 from URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:53.765Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-21T06:24:53.765Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:53.942Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-21T06:24:53.947Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar f15aadb6-2912-457c-a19b-b3ee13cd0d18 75240
2022-08-21T06:24:53.947Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar ASDC sendASDCNotification
2022-08-21T06:24:53.947Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:53.948Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:24:53.948Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:53.951Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:53.951Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063093947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:54.051Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:24:54.053Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:54.053Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:54.065Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:54.065Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:24:54.952Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-21T06:24:54.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-21T06:24:54.954Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f15aadb6-2912-457c-a19b-b3ee13cd0d18, URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar to file: /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:54.955Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:54.955Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:54.956Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:55.126Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3209178221755802862/Definitions/service-BasicOnboardAyhwbn-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-08-21T06:24:56.866Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||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-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ayhWBN 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-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:56.867Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||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-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||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-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||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-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:24:56.868Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria
2022-08-21T06:24:56.869Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-21T06:24:56.869Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-21T06:24:56.869Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.869Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria
2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.870Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:24:56.871Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.871Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is not matching search criteria
2022-08-21T06:24:56.871Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-21T06:24:56.871Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.872Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-21T06:24:56.873Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.873Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria
2022-08-21T06:24:56.873Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:24:56.873Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria
2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria
2022-08-21T06:24:56.874Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:24:56.875Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.875Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is not matching search criteria
2022-08-21T06:24:56.875Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-21T06:24:56.875Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=036a7fe0-58f0-42dd-9d84-3577e0dfcf78
2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.876Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:24:56.877Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.877Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:24:56.877Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:24:56.877Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:24:56.878Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ayhWBN
Description:service
Model UUID:58c0a9fb-ea04-44bc-8f98-304d9dda8ae2
Model Version:NULL
Model InvariantUuid:09cd1da5-f658-4f2f-aa88-c4806d413f54
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ayhWBN
Model UUID:7f63cda5-594c-40ce-99e5-c0d192b89f6d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9d8514ea-23e8-4997-9ea7-3bb078e7afa0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f1091db1-886b-45df-bae7-f3c206963588
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0dd8a540-2c33-42bc-aaed-52036b3675a0
ModelName:BasicOnboardAyhwbn..base_ubuntu18..module-0
ModelUuid:4a1df7f8-8dd2-44d2-8165-31234fd2df63
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:036a7fe0-58f0-42dd-9d84-3577e0dfcf78
ModelInvariantUuid:67051153-99ad-49cb-b12e-2e4d77cfb6a7
ModelName:basic_onboard_ayhWBN-nodes.ubuntu18Cvfc
ModelUuid:6e279746-d0c6-4c84-9176-c5516ca3c5ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:202e399e-5180-43ea-901c-91a4f46693bf
ModelInvariantUuid:429b68d1-c0e1-4439-a07b-28f01c7710c5
ModelName:BasicOnboardAyhwbn.compute.nodes.heat.ubuntu18
ModelUuid:b1f5c8fc-e535-43ed-b7ec-27f8260c368c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-21T06:24:56.885Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0349b413-ee87-4d4e-a286-a136433a98c3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:24:56.888Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||basic_onboard_ayhWBN 0
2022-08-21T06:24:56.889Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0349b413-ee87-4d4e-a286-a136433a98c3
2022-08-21T06:24:56.889Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ef95b392-07b5-42f5-83cf-8d134513a5fb from URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json
2022-08-21T06:24:56.889Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-21T06:24:56.889Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json
2022-08-21T06:24:56.952Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-21T06:24:56.952Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json ef95b392-07b5-42f5-83cf-8d134513a5fb 798
2022-08-21T06:24:56.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json ASDC sendASDCNotification
2022-08-21T06:24:56.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json
2022-08-21T06:24:56.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:24:56.953Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:56.955Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:56.955Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063096953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:57.056Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:24:57.057Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:57.057Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:57.072Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:57.073Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:24:57.956Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAyhwbn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0dd8a540-2c33-42bc-aaed-52036b3675a0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4a1df7f8-8dd2-44d2-8165-31234fd2df63",
"vfModuleModelCustomizationUUID": "0c3bc799-8128-4dbb-9dd3-9d9ca178954b",
"isBase": true,
"artifacts": [
"35c994b1-3bbe-47ce-b998-02c8340bfffd",
"6dd6993f-457e-49c2-93cd-4f3589cc61a0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-21T06:24:57.961Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAyhwbn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a1df7f8-8dd2-44d2-8165-31234fd2df63
VfModuleModelInvariantUUID:0dd8a540-2c33-42bc-aaed-52036b3675a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
35c994b1-3bbe-47ce-b998-02c8340bfffd
,
6dd6993f-457e-49c2-93cd-4f3589cc61a0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-21T06:24:57.964Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAyhwbn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0dd8a540-2c33-42bc-aaed-52036b3675a0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4a1df7f8-8dd2-44d2-8165-31234fd2df63",
"vfModuleModelCustomizationUUID": "0c3bc799-8128-4dbb-9dd3-9d9ca178954b",
"isBase": true,
"artifacts": [
"35c994b1-3bbe-47ce-b998-02c8340bfffd",
"6dd6993f-457e-49c2-93cd-4f3589cc61a0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-21T06:24:57.964Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAyhwbn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a1df7f8-8dd2-44d2-8165-31234fd2df63
VfModuleModelInvariantUUID:0dd8a540-2c33-42bc-aaed-52036b3675a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
35c994b1-3bbe-47ce-b998-02c8340bfffd
,
6dd6993f-457e-49c2-93cd-4f3589cc61a0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-21T06:24:57.964Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 35c994b1-3bbe-47ce-b998-02c8340bfffd from URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml
2022-08-21T06:24:57.964Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-21T06:24:57.965Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml
2022-08-21T06:24:58.012Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-21T06:24:58.012Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml 35c994b1-3bbe-47ce-b998-02c8340bfffd 5033
2022-08-21T06:24:58.013Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-21T06:24:58.013Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml
2022-08-21T06:24:58.013Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:24:58.014Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:58.016Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:58.016Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063098013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:58.116Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:24:58.117Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:58.117Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:58.133Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:58.134Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:24:59.016Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6dd6993f-457e-49c2-93cd-4f3589cc61a0 from URL: /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env
2022-08-21T06:24:59.017Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-21T06:24:59.018Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env
2022-08-21T06:24:59.065Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-21T06:24:59.065Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env 6dd6993f-457e-49c2-93cd-4f3589cc61a0 909
2022-08-21T06:24:59.066Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-21T06:24:59.066Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env
2022-08-21T06:24:59.066Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:24:59.067Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:24:59.068Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:24:59.068Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063099066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:24:59.169Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-21T06:24:59.173Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:24:59.173Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:24:59.192Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:24:59.193Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:25:00.069Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2
2022-08-21T06:25:00.070Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ayhWBN 0 0349b413-ee87-4d4e-a286-a136433a98c3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:25:00.085Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@512e16ec, org.onap.sdc.toscaparser.api.parameters.Input@323b97b0, org.onap.sdc.toscaparser.api.parameters.Input@539499f0, org.onap.sdc.toscaparser.api.parameters.Input@532c2972, org.onap.sdc.toscaparser.api.parameters.Input@7214dc8d]
2022-08-21T06:25:00.086Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f1091db1-886b-45df-bae7-f3c206963588
2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1091db1-886b-45df-bae7-f3c206963588 matches Tosca VF Customization UUID: f1091db1-886b-45df-bae7-f3c206963588
2022-08-21T06:25:00.087Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f1091db1-886b-45df-bae7-f3c206963588 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-21T06:25:00.090Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.090Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f1091db1-886b-45df-bae7-f3c206963588: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5905c1bf
2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-21T06:25:00.091Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c3bc799-8128-4dbb-9dd3-9d9ca178954b
2022-08-21T06:25:00.092Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c3bc799-8128-4dbb-9dd3-9d9ca178954b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-21T06:25:00.094Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.094Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria
2022-08-21T06:25:00.094Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:25:00.095Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.095Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria
2022-08-21T06:25:00.096Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:25:00.096Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.096Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is not matching search criteria
2022-08-21T06:25:00.096Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-21T06:25:00.097Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-21T06:25:00.097Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=036a7fe0-58f0-42dd-9d84-3577e0dfcf78
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-21T06:25:00.099Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.099Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria
2022-08-21T06:25:00.100Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-21T06:25:00.100Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.100Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ayhWBN 0 is matching search criteria
2022-08-21T06:25:00.100Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ayhWBN 0] matching following query criteria: sdcType=VF, customizationUUID=f1091db1-886b-45df-bae7-f3c206963588
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:25:00.103Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.103Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2: basic_onboard_ayhWBN
2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.104Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:25:00.105Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:25:00.106Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ayhWBN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:25:00.107Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_ayhWBN
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:25:00.202Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ayhWBN 0349b413-ee87-4d4e-a286-a136433a98c3 1 ASDC deployResourceStructure
2022-08-21T06:25:00.204Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json ASDC sendASDCNotification
2022-08-21T06:25:00.204Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json
2022-08-21T06:25:00.204Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-21T06:25:00.205Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:25:00.209Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:25:00.210Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063100204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-21T06:25:00.310Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-21T06:25:00.311Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:25:00.311Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:25:00.324Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:25:00.325Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:25:01.210Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-21T06:25:01.211Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml
2022-08-21T06:25:01.211Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-21T06:25:01.212Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:25:01.214Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:25:01.214Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063101210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-21T06:25:01.314Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:25:01.315Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:25:01.316Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:25:01.333Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:25:01.334Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2022-08-21T06:25:02.215Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-21T06:25:02.215Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env
2022-08-21T06:25:02.216Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-21T06:25:02.216Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:25:02.218Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:25:02.218Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063102215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-21T06:25:02.318Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:25:02.319Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:25:02.319Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:25:02.333Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:25:02.334Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:25:03.219Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar ASDC sendASDCNotification
2022-08-21T06:25:03.220Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar
2022-08-21T06:25:03.220Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-21T06:25:03.220Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:25:03.223Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:25:03.223Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063103219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:25:03.323Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:25:03.325Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:25:03.325Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:25:03.342Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:25:03.343Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:25:04.224Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77c682f2-cf41-4756-8071-9f6b3384d33c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:25:04.233Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77c682f2-cf41-4756-8071-9f6b3384d33c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:25:04.239Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:25:04.239Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-21T06:25:04.239Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:25:04.240Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:25:04.245Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-21T06:25:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:25:29.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:25:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:25:29.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:25:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1348773-6b17-44bd-b5b4-8c04c4ce139f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063081132,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-21T06:25:29.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:25:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:25:29.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:25:29.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "NOTIFIED"
}
2022-08-21T06:25:29.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:25:29.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:25:29.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:25:29.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:25:29.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:25:29.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-21T06:25:29.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:25:29.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:25:29.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:25:29.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063082160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:25:29.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:25:29.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063093947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:25:29.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:25:29.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063096953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:25:29.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:25:29.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063098013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:25:29.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:25:29.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063099066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:25:29.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:25:29.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063100204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/basic_onboard_ayhwbn0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-21T06:25:29.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:25:29.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063101210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-21T06:25:29.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:25:29.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063102215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/resourceInstances/basic_onboard_ayhwbn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-21T06:25:29.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:25:29.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:25:29.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063103219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAyhwbn/1.0/artifacts/service-BasicOnboardAyhwbn-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:25:29.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:25:34.245Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77c682f2-cf41-4756-8071-9f6b3384d33c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-21T06:25:34.251Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77c682f2-cf41-4756-8071-9f6b3384d33c and serviceModelVersionId: 58c0a9fb-ea04-44bc-8f98-304d9dda8ae2
2022-08-21T06:25:34.252Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09cd1da5-f658-4f2f-aa88-c4806d413f54
2022-08-21T06:25:34.253Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0
2022-08-21T06:25:34.257Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-21T06:25:34.314Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?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-08-21T06:25:34.317Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0|INFO|500||Invoke
2022-08-21T06:25:34.347Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-21T06:25:34.465Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0|INFO|500||InvokeReturn
2022-08-21T06:25:34.466Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09cd1da5-f658-4f2f-aa88-c4806d413f54/model-vers/model-ver/58c0a9fb-ea04-44bc-8f98-304d9dda8ae2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220821-06:25:33:701-98108], vertex-id=[184368], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:25:33 GMT], Content-Type=[application/json]}
2022-08-21T06:25:34.467Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-08-21T06:25:34.467Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-21T06:25:34.467Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:25:34.480Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-21T06:25:34.480Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77c682f2-cf41-4756-8071-9f6b3384d33c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-21T06:25:34.481Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-21T06:25:34.481Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:25:34.485Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:25:34.486Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063134481,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-21T06:25:34.586Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:25:34.587Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:25:34.587Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:25:34.602Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:25:34.603Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-08-21T06:25:35.497Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:25:35.498Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:25:35.498Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:25:45.114Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:25:45.115Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:25:45.116Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:25:45.116Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:25:54.723Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:25:54.724Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:25:54.725Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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-08-21T06:25:54.725Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:26:04.284Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:26:04.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:26:04.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:26:04.286Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:26:13.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:26:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:26:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:26:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:26:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:26:29.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:26:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:26:29.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:26:29.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-21T06:26:29.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77c682f2-cf41-4756-8071-9f6b3384d33c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063134481,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-21T06:26:29.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:26:38.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:27:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:27:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:27:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:27:29.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:27:29.093Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:27:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:27:38.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:27:38.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:28:29.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:28:29.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:28:29.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:28:29.092Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:28:29.093Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:28:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:28:38.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:28:38.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:29:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:29:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:29:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:29:29.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:29:29.093Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:29:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:29:38.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:29:38.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:30:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:30:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:30:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:30:29.092Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:30:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:30:29.093Z|77c682f2-cf41-4756-8071-9f6b3384d33c|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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:30:38.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:30:38.696Z|77c682f2-cf41-4756-8071-9f6b3384d33c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:31:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:31:29.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:31:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:31:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:31:29.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:31:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:31:38.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:31:38.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:32:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:32:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:32:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:32:29.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:32:29.093Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:32:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:32:38.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:32:38.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:33:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:33:29.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:33:29.091Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:33:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:33:29.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:33:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:33:38.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:33:38.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:34:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:34:29.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:34:29.090Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:34:29.092Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:34:29.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:34:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:34:38.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:34:38.651Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:35:29.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:35:29.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:35:29.089Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:35:29.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:35:29.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:35:29.093Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:35:29.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:35:29.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063713278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:35:29.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063717096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:35:29.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "cds",
"timestamp": 1661063712877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:35:29.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063716122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:35:29.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "policy-id",
"timestamp": 1661063710180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:35:29.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "cds",
"timestamp": 1661063712877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:35:29.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063717096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:35:29.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063713278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:35:29.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063716122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:35:29.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "policy-id",
"timestamp": 1661063710180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:35:29.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-21T06:35:29.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "cds",
"timestamp": 1661063722676,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:35:29.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063722951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:35:29.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "policy-id",
"timestamp": 1661063722606,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:35:29.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "cds",
"timestamp": 1661063723685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-08-21T06:35:29.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:35:29.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"af33f80e-6398-4067-b585-838e79be5d4e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4d6bf37f-1d66-40f5-a25d-2d8af7824dc1","serviceDescription":"service","serviceInvariantUUID":"28264ff0-271a-4690-8e95-a5b5cdddc432","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"96fbe953-1b0b-4990-85bd-048cd0e609eb","resourceInvariantUUID":"ee144f06-49e2-4d64-9010-aab74b078941","resourceCustomizationUUID":"23681d85-a6f7-4435-b0c5-e8c958f2032f","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":"YjY0NjVlOGJlMDY5NjgyZDNiOGQzYjVjNzE1N2NhN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10543460-7dd2-432e-98c1-646a89c7c769","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjRlNWVhMTkxMGMzYjRmZGI0MzdhMmRjYWMzZWVmMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05a8aade-03c5-43b7-a1fa-84f5b646cbe2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-21T06:35:29.776Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:35:29.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:35:29.786Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:35:29.787Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063729088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:35:29.838Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e
2022-08-21T06:35:29.839Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:35:29.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "policy-id",
"timestamp": 1661063723618,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:35:29.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:35:29.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063724774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:35:29.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:35:29.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "policy-id",
"timestamp": 1661063724629,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:35:29.885Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-21T06:35:29.886Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:35:29.887Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:35:29.892Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e
2022-08-21T06:35:29.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:35:29.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-21T06:35:29.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063725778,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:35:29.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e
2022-08-21T06:35:29.947Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:35:29.955Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:35:29.956Z||pool-35-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":2,"count":1}
2022-08-21T06:35:30.788Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:35:30.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:35:30.792Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:35:30.792Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063729088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:35:30.892Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:35:30.894Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:35:30.894Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:35:30.910Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:35:30.911Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:35:31.793Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4d6bf37f-1d66-40f5-a25d-2d8af7824dc1",
"serviceDescription": "service",
"serviceInvariantUUID": "28264ff0-271a-4690-8e95-a5b5cdddc432",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "23681d85-a6f7-4435-b0c5-e8c958f2032f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "96fbe953-1b0b-4990-85bd-048cd0e609eb",
"resourceInvariantUUID": "ee144f06-49e2-4d64-9010-aab74b078941",
"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": "NjRlNWVhMTkxMGMzYjRmZGI0MzdhMmRjYWMzZWVmMzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05a8aade-03c5-43b7-a1fa-84f5b646cbe2"
}
],
"workloadContext": "Production"
}
2022-08-21T06:35:31.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-21T06:35:31.794Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 ASDC
2022-08-21T06:35:31.795Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:af33f80e-6398-4067-b585-838e79be5d4e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4d6bf37f-1d66-40f5-a25d-2d8af7824dc1
ServiceInvariantUUID:28264ff0-271a-4690-8e95-a5b5cdddc432
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:05a8aade-03c5-43b7-a1fa-84f5b646cbe2
ArtifactChecksum:NjRlNWVhMTkxMGMzYjRmZGI0MzdhMmRjYWMzZWVmMzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:23681d85-a6f7-4435-b0c5-e8c958f2032f
ResourceInvariantUUID:ee144f06-49e2-4d64-9010-aab74b078941
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:96fbe953-1b0b-4990-85bd-048cd0e609eb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-08-21T06:35:31.795Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-21T06:35:31.833Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-21T06:35:31.834Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-21T06:35:31.835Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-21T06:35:31.835Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 05a8aade-03c5-43b7-a1fa-84f5b646cbe2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-21T06:35:31.835Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-21T06:35:31.836Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-21T06:35:31.937Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-21T06:35:31.941Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 05a8aade-03c5-43b7-a1fa-84f5b646cbe2 57661
2022-08-21T06:35:31.944Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-21T06:35:31.945Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-21T06:35:31.945Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:35:31.945Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:35:31.949Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:35:31.949Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063731944,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:35:32.050Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:35:32.052Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:35:32.052Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:35:32.077Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:35:32.078Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:35:32.950Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-21T06:35:32.953Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-21T06:35:32.953Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 05a8aade-03c5-43b7-a1fa-84f5b646cbe2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-21T06:35:32.954Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-21T06:35:32.955Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-21T06:35:32.955Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-21T06:35:33.345Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11544255346344766520/Definitions/service-BasicNetwork-template.yml
2022-08-21T06:35:34.153Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-21T06:35:34.154Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-21T06:35:34.154Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.155Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-21T06:35:34.156Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.156Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.156Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-21T06:35:34.157Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-21T06:35:34.157Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-21T06:35:34.157Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-21T06:35:34.158Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.159Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.159Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.159Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.159Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.160Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4d6bf37f-1d66-40f5-a25d-2d8af7824dc1
Model Version:NULL
Model InvariantUuid:28264ff0-271a-4690-8e95-a5b5cdddc432
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ee144f06-49e2-4d64-9010-aab74b078941
Model UUID:03020b40-ddc3-4f2e-94c3-760ab34cd35f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:23681d85-a6f7-4435-b0c5-e8c958f2032f
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-08-21T06:35:34.177Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 96fbe953-1b0b-4990-85bd-048cd0e609eb
2022-08-21T06:35:34.178Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||No resources found for Service: 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:35:34.188Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||
2022-08-21T06:35:34.189Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-08-21T06:35:34.191Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1
2022-08-21T06:35:34.191Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1
2022-08-21T06:35:34.191Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-08-21T06:35:34.192Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.203Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c773e43, org.onap.sdc.toscaparser.api.parameters.Input@74699309, org.onap.sdc.toscaparser.api.parameters.Input@1bb8da51, org.onap.sdc.toscaparser.api.parameters.Input@50b2b7d0, org.onap.sdc.toscaparser.api.parameters.Input@45220ea3]
2022-08-21T06:35:34.206Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.207Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.208Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.208Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.209Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1: Generic NeutronNet
2022-08-21T06:35:34.209Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.210Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.211Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.211Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.283Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.283Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.284Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.284Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.284Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:35:34.285Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:35:34.285Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||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-08-21T06:35:34.369Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-08-21T06:35:34.370Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-21T06:35:34.370Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-21T06:35:34.370Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-21T06:35:34.371Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:35:34.374Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:35:34.374Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063734370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:35:34.474Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-21T06:35:34.476Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:35:34.476Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:35:34.493Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:35:34.493Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:35:35.378Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:35:35.441Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:35:35.453Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:35:35.454Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:35:35.454Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:36:05.455Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:36:05.510Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:36:05.523Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:36:05.523Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:36:05.523Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:36:29.093Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:36:29.096Z||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-08-21T06:36:29.097Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:36:29.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:36:29.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:36:29.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063729088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:36:29.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:36:35.524Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:36:35.546Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:36:35.560Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:36:35.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:36:35.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:37:05.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:37:05.579Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:37:05.584Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:37:05.585Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-21T06:37:05.585Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-21T06:37:29.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:37:29.094Z||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-08-21T06:37:29.094Z||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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:37:29.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:37:29.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063729088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "clamp",
"timestamp": 1661063731118,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063731944,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "aai-ml",
"timestamp": 1661063731783,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "clamp",
"timestamp": 1661063731118,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "aai-ml",
"timestamp": 1661063731783,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063734370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:37:29.159Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "aai-ml",
"timestamp": 1661063734591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "aai-ml",
"timestamp": 1661063738697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:37:29.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "aai-ml",
"timestamp": 1661063739702,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:37:29.173Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e
2022-08-21T06:37:29.174Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "clamp",
"timestamp": 1661063743468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "clamp",
"timestamp": 1661063745477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:37:29.188Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "clamp",
"timestamp": 1661063746482,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:37:29.197Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af33f80e-6398-4067-b585-838e79be5d4e
2022-08-21T06:37:29.197Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af33f80e-6398-4067-b585-838e79be5d4e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063753278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063757877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063756122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063753278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063756122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063757877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063761118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063761783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063753278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063756122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063761118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063757877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063761783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063753278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063756122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063757877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063761118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063761783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063753278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063756122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063757877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063761118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063761783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063753278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063756122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063757877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063761118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063761783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063756122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063753278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063757877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063761118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063761783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063753278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063757877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063756122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063761118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063761783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063761118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063768665,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063768588,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063761783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "cds",
"timestamp": 1661063769672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.257Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e
2022-08-21T06:37:29.258Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063769767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-08-21T06:37:29.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063770562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063770771,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:37:29.285Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e
2022-08-21T06:37:29.286Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063770179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063770179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063772472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063770179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063773488,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063770179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "clamp",
"timestamp": 1661063774492,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:37:29.315Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e
2022-08-21T06:37:29.315Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063770179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063775348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:37:29.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063770179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "aai-ml",
"timestamp": 1661063776352,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:37:29.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e
2022-08-21T06:37:29.336Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063770179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "cds",
"timestamp": 1661063772878,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063776122,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063773278,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063777105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063770179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063776122,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "cds",
"timestamp": 1661063772878,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063773278,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063777105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063776122,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "cds",
"timestamp": 1661063772878,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063778951,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063773278,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063777105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063779955,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:37:29.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "cds",
"timestamp": 1661063772878,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063776122,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063773278,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063777105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "policy-id",
"timestamp": 1661063780958,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:37:29.378Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e
2022-08-21T06:37:29.379Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063776122,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "cds",
"timestamp": 1661063772878,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063773278,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063777105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "cds",
"timestamp": 1661063772878,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063776122,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063773278,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063777105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063776122,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "cds",
"timestamp": 1661063772878,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1661063773278,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063777105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:37:29.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063784407,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "cds",
"timestamp": 1661063784223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063777105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:37:29.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-21T06:37:29.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "cds",
"timestamp": 1661063785228,
"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-08-21T06:37:29.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 284d838a-0bd3-4e6c-81f1-05f6637e6e9f
2022-08-21T06:37:29.422Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284d838a-0bd3-4e6c-81f1-05f6637e6e9f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063785524,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063785958,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063786579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:37:29.434Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063787605,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:37:29.439Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 284d838a-0bd3-4e6c-81f1-05f6637e6e9f
2022-08-21T06:37:29.439Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 284d838a-0bd3-4e6c-81f1-05f6637e6e9f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:29.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063787929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-21T06:37:29.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "284d838a-0bd3-4e6c-81f1-05f6637e6e9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661063788609,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-21T06:37:29.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-21T06:37:29.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-21T06:37:29.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661063788933,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:37:29.454Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9f17462-57b7-434e-b760-9fce018e201e
2022-08-21T06:37:29.454Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9f17462-57b7-434e-b760-9fce018e201e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-21T06:37:35.585Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:37:35.604Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-21T06:37:35.609Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:37:35.610Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:37:35.611Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-21T06:37:35.611Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-21T06:37:35.617Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-21T06:38:05.617Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af33f80e-6398-4067-b585-838e79be5d4e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-21T06:38:05.625Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af33f80e-6398-4067-b585-838e79be5d4e and serviceModelVersionId: 4d6bf37f-1d66-40f5-a25d-2d8af7824dc1
2022-08-21T06:38:05.626Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28264ff0-271a-4690-8e95-a5b5cdddc432
2022-08-21T06:38:05.628Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0
2022-08-21T06:38:05.640Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-21T06:38:05.756Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?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-08-21T06:38:05.759Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0|INFO|500||Invoke
2022-08-21T06:38:05.810Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-21T06:38:05.922Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0|INFO|500||InvokeReturn
2022-08-21T06:38:05.924Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28264ff0-271a-4690-8e95-a5b5cdddc432/model-vers/model-ver/4d6bf37f-1d66-40f5-a25d-2d8af7824dc1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220821-06:38:05:131-40885], vertex-id=[192704], Content-Length=[0], Date=[Sun, 21 Aug 2022 06:38:05 GMT], Content-Type=[application/json]}
2022-08-21T06:38:05.924Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-08-21T06:38:05.925Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-21T06:38:05.925Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:38:05.936Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-21T06:38:05.937Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af33f80e-6398-4067-b585-838e79be5d4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-21T06:38:05.938Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-21T06:38:05.938Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:05.942Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:05.942Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af33f80e-6398-4067-b585-838e79be5d4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063885937,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-21T06:38:06.042Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:38:06.043Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:38:06.044Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:06.066Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:06.067Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-21T06:38:06.961Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-21T06:38:06.963Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-21T06:38:06.963Z|af33f80e-6398-4067-b585-838e79be5d4e|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 diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:11.516Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:11.517Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-21T06:38:11.517Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9f17462-57b7-434e-b760-9fce018e201e","serviceName":"Demo_pNF_4gCKtS4IATn2PnkGNMHJ","serviceVersion":"1.0","serviceUUID":"1c8cdbf0-b973-4598-b9dd-89d1df13414b","serviceDescription":"catalog service description","serviceInvariantUUID":"c51fa876-5f1f-4155-b5c4-0fe643b8e861","resources":[{"resourceInstanceName":"pNF 714a0bd5-f34f 0","resourceName":"pNF 714a0bd5-f34f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe","resourceInvariantUUID":"533fe37b-843a-47cc-9678-ec3fe11c5e21","resourceCustomizationUUID":"bb12dd96-1e24-48b1-a25f-ddcaed237762","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml","artifactChecksum":"OGNiZjVlOGJlOTg0ZjU1OTViYWUyNWNmZTg2MGNkYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4b9616a-9968-440b-941a-65298ab26edf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar","artifactChecksum":"YjJiNGNkMWFjNDc3NzhhNmQ2M2M2ZDY4OGFkMzc2MDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e93fe5e9-0662-4cdf-9e33-aaa9a5b9529f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d9c2e45-db59-44fd-bc8a-d8892ae6223a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml","artifactChecksum":"NDRjMmQ4ZjE3ZDkwMTA4MGYwZTMzNjAyYjAzODg0YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fd5de09-4bf5-463f-b79b-4e1e56b43e0e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebfa0a41-1011-475d-a746-8e5b2e3fe7d2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f7234953-7496-42fd-9d8d-06c86e776e7e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml","artifactChecksum":"OGE5MTljN2UxM2YxYjY1Y2UwYzU1YzExZTE2Y2EzMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"426796ea-518f-4866-867a-40030ff4db1a","artifactVersion":"1"},{"artifactName":"service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar","artifactChecksum":"ODdhN2U3NmFiZDgzMjc5Njk5YjI4NmRlMjVjZGU0NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37d4ab42-0d6f-4480-8fee-6451e315fd03","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-21T06:38:11.521Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:38:11.522Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:11.524Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:11.524Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063886961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:38:11.624Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:38:11.626Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:38:11.626Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:11.643Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:11.644Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2022-08-21T06:38:12.525Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:38:12.527Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:12.530Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:12.530Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063886961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:38:12.630Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:38:12.631Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:38:12.632Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:12.655Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:12.656Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:38:13.531Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:38:13.532Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:13.534Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:13.535Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063886961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:38:13.635Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:38:13.636Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:38:13.636Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:13.671Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:13.672Z||pool-42-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":2,"count":1}
2022-08-21T06:38:14.535Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:38:14.536Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:14.540Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:14.540Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063886961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:38:14.640Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:38:14.642Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:38:14.642Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:14.658Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:14.659Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:38:15.541Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:38:15.542Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:15.546Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:15.547Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063886961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:38:15.646Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-21T06:38:15.647Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:38:15.647Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:15.681Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:15.682Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:38:16.547Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:38:16.548Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:16.551Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:16.551Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063886961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/resourceInstances/pnf714a0bd5f34f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:38:16.651Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:38:16.653Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-21T06:38:16.653Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:16.668Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:16.668Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:38:17.552Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:38:17.553Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:17.556Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:17.556Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063886961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-21T06:38:17.656Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:38:17.657Z||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-08-21T06:38:17.657Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:17.673Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:17.673Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-21T06:38:18.557Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-21T06:38:18.558Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:18.560Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:18.560Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063886961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "NOTIFIED"
}
2022-08-21T06:38:18.660Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:38:18.661Z||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-08-21T06:38:18.661Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:18.673Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:18.674Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:38:19.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"serviceName": "Demo_pNF_4gCKtS4IATn2PnkGNMHJ",
"serviceVersion": "1.0",
"serviceUUID": "1c8cdbf0-b973-4598-b9dd-89d1df13414b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c51fa876-5f1f-4155-b5c4-0fe643b8e861",
"resources": [
{
"resourceInstanceName": "pNF 714a0bd5-f34f 0",
"resourceCustomizationUUID": "bb12dd96-1e24-48b1-a25f-ddcaed237762",
"resourceName": "pNF 714a0bd5-f34f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe",
"resourceInvariantUUID": "533fe37b-843a-47cc-9678-ec3fe11c5e21",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"artifactChecksum": "ODdhN2U3NmFiZDgzMjc5Njk5YjI4NmRlMjVjZGU0NmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "37d4ab42-0d6f-4480-8fee-6451e315fd03"
}
],
"workloadContext": "Production"
}
2022-08-21T06:38:19.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-21T06:38:19.561Z|af33f80e-6398-4067-b585-838e79be5d4e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1c8cdbf0-b973-4598-b9dd-89d1df13414b ASDC
2022-08-21T06:38:19.562Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a9f17462-57b7-434e-b760-9fce018e201e
ServiceName:Demo_pNF_4gCKtS4IATn2PnkGNMHJ
ServiceVersion:1.0
ServiceUUID:1c8cdbf0-b973-4598-b9dd-89d1df13414b
ServiceInvariantUUID:c51fa876-5f1f-4155-b5c4-0fe643b8e861
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
ArtifactUUID:37d4ab42-0d6f-4480-8fee-6451e315fd03
ArtifactChecksum:ODdhN2U3NmFiZDgzMjc5Njk5YjI4NmRlMjVjZGU0NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714a0bd5-f34f 0
ResourceCustomizationUUID:bb12dd96-1e24-48b1-a25f-ddcaed237762
ResourceInvariantUUID:533fe37b-843a-47cc-9678-ec3fe11c5e21
ResourceName:pNF 714a0bd5-f34f
ResourceType:PNF
ResourceUUID:a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-08-21T06:38:19.562Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c8cdbf0-b973-4598-b9dd-89d1df13414b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-21T06:38:19.596Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-21T06:38:19.597Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-21T06:38:19.598Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-21T06:38:19.598Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 37d4ab42-0d6f-4480-8fee-6451e315fd03 from URL: /sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:19.598Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-21T06:38:19.598Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:19.683Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-21T06:38:19.690Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar 37d4ab42-0d6f-4480-8fee-6451e315fd03 87789
2022-08-21T06:38:19.690Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar ASDC sendASDCNotification
2022-08-21T06:38:19.690Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:19.691Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-21T06:38:19.691Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-21T06:38:19.694Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-21T06:38:19.694Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a9f17462-57b7-434e-b760-9fce018e201e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661063899690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-21T06:38:19.794Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-21T06:38:19.796Z||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-08-21T06:38:19.796Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as diafaT4Pnu6Pmub3) ...
2022-08-21T06:38:19.816Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-21T06:38:19.817Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-21T06:38:20.697Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-21T06:38:20.698Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-21T06:38:20.699Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 37d4ab42-0d6f-4480-8fee-6451e315fd03, URL: /sdc/v1/catalog/services/DemoPnf4gckts4iatn2pnkgnmhj/1.0/artifacts/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar to file: /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:20.700Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:20.700Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:20.701Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:21.000Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15162992758068256299/Definitions/service-DemoPnf4gckts4iatn2pnkgnmhj-template.yml
2022-08-21T06:38:22.085Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:22.086Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714a0bd5-f34f 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||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-DemoPnf4gckts4iatn2pnkgnmhj-csar.csar
2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Node template pNF 714a0bd5-f34f 0 is matching search criteria
2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-21T06:38:22.087Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 714a0bd5-f34f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Node template pNF 714a0bd5-f34f 0 is matching search criteria
2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-21T06:38:22.088Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 714a0bd5-f34f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:38:22.089Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:38:22.090Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:38:22.090Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:38:22.090Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:38:22.090Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_4gCKtS4IATn2PnkGNMHJ
Description:catalog service description
Model UUID:1c8cdbf0-b973-4598-b9dd-89d1df13414b
Model Version:NULL
Model InvariantUuid:c51fa876-5f1f-4155-b5c4-0fe643b8e861
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-21T06:38:22.096Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:38:22.099Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||pNF 714a0bd5-f34f 0
2022-08-21T06:38:22.099Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe
2022-08-21T06:38:22.099Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 1c8cdbf0-b973-4598-b9dd-89d1df13414b
2022-08-21T06:38:22.099Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1c8cdbf0-b973-4598-b9dd-89d1df13414b
2022-08-21T06:38:22.100Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 714a0bd5-f34f 0 a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-21T06:38:22.103Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f91786, org.onap.sdc.toscaparser.api.parameters.Input@655a919, org.onap.sdc.toscaparser.api.parameters.Input@52269156, org.onap.sdc.toscaparser.api.parameters.Input@442423a3, org.onap.sdc.toscaparser.api.parameters.Input@eab5986]
2022-08-21T06:38:22.103Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-21T06:38:22.103Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_4gCKtS4IATn2PnkGNMHJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-21T06:38:22.104Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1c8cdbf0-b973-4598-b9dd-89d1df13414b: pNF 714a0bd5-f34f
2022-08-21T06:38:22.104Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||INFO|500||Processing PNF resource: a0c5b3dd-c8b0-4acb-beff-b7d732b9f5fe
2022-08-21T06:38:22.104Z|a9f17462-57b7-434e-b760-9fce018e201e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery