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-04-25T05:47:03.130Z||main|||||INFO|500||The following profiles are active: basic
2022-04-25T05:47:52.286Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-25T05:47:52.287Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-25T05:47:53.064Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-25T05:48:14.212Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-25T05:48:17.015Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-25T05:48:18.327Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-25T05:48:18.335Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-25T05:48:18.844Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-25T05:48:20.637Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-25T05:48:25.074Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-25T05:48:39.613Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-25T05:48:51.235Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-25T05:48:51.382Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-25T05:48:54.354Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-25T05:48:56.297Z||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-04-25T05:49:01.617Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-25T05:49:05.335Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-25T05:49:05.408Z||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$$fa32a587.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-04-25T05:49:05.412Z||main|||||WARN|500||The sdc end point is not alive
2022-04-25T05:49:17.760Z||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-04-25T05:49:27.126Z||main|||||WARN|500||---
2022-04-25T05:49:27.127Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-25T05:49:27.128Z||main|||||WARN|500||---
2022-04-25T05:49:29.092Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-25T05:49:48.231Z||main|||||INFO|500||Started Application in 186.561 seconds (JVM running for 203.204)
2022-04-25T05:49:48.388Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-25T05:49:48.413Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-25T05:49:48.480Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-25T05:49:48.691Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-25T05:49:48.981Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2740036b-2241-4b7c-a781-b27ac987faa8 url= /sdc/v1/artifactTypes
2022-04-25T05:49:48.982Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-25T05:49:50.082Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-25T05:49:50.186Z||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-04-25T05:49:50.334Z||scheduling-1|||||DEBUG|500||create keys
2022-04-25T05:49:50.364Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-25T05:49:50.424Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:49:50.494Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b18cb094-26b3-4b9a-9d70-bf025e87bf8a url= /sdc/v1/registerForDistribution
2022-04-25T05:49:50.617Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b18cb094-26b3-4b9a-9d70-bf025e87bf8a url= /sdc/v1/registerForDistribution
2022-04-25T05:49:50.620Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-25T05:49:50.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:49:50.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:49:50.729Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-25T05:49:50.850Z||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-04-25T05:49:50.852Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:49:50.850Z||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-04-25T05:49:50.861Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:50:01.114Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:50:01.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:50:50.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:50:50.668Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T05:50:50.668Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T05:50:50.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:50:50.675Z||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-04-25T05:50:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:51:00.261Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:51:00.287Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:51:50.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:51:50.683Z||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-04-25T05:51:50.683Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:51:50.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:51:50.707Z||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-04-25T05:51:50.708Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:52:00.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:52:00.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:52:50.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:52:50.663Z||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-04-25T05:52:50.665Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:52:50.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:52:50.693Z||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-04-25T05:52:50.696Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:53:00.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:53:00.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:53:50.661Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:53:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:53:50.677Z||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-04-25T05:53:50.678Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:53:50.690Z||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-04-25T05:53:50.691Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:54:00.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:54:00.309Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:54:50.658Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:54:50.665Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T05:54:50.667Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T05:54:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:54:50.680Z||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-04-25T05:54:50.681Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:55:00.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:55:00.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:55:50.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:55:50.658Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T05:55:50.659Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T05:55:50.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:55:50.710Z||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-04-25T05:55:50.711Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:56:00.258Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:56:00.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:56:43.244Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-25T05:56:50.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:56:50.658Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T05:56:50.658Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T05:56:50.677Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:56:50.685Z||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-04-25T05:56:50.687Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:57:00.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:57:00.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:57:50.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:57:50.665Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T05:57:50.667Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T05:57:50.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:57:50.675Z||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-04-25T05:57:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:58:00.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:58:00.330Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:58:50.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:58:50.657Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T05:58:50.657Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T05:58:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:58:50.675Z||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-04-25T05:58:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:59:00.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:59:00.268Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T05:59:50.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:59:50.658Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T05:59:50.658Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T05:59:50.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:59:50.721Z||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-04-25T05:59:50.725Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:00:00.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:00:00.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:00:50.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:00:50.657Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:00:50.657Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:00:50.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:00:50.675Z||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-04-25T06:00:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:01:00.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:01:00.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:01:50.658Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:01:50.659Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:01:50.659Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:01:50.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:01:50.675Z||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-04-25T06:01:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:02:00.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:02:00.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:02:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:02:50.659Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:02:50.660Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:02:50.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:02:50.674Z||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-04-25T06:02:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:03:00.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:03:00.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:03:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:03:50.659Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:03:50.659Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:03:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:03:50.674Z||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-04-25T06:03:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:04:00.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:04:00.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:04:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:04:50.658Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:04:50.658Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:04:50.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:04:50.674Z||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-04-25T06:04:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:05:00.208Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:05:00.214Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:05:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:05:50.660Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:05:50.661Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:05:50.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:05:50.678Z||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-04-25T06:05:50.678Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:06:00.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:06:00.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:06:50.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:06:50.662Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:06:50.663Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:06:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:06:50.676Z||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-04-25T06:06:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:07:00.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:07:00.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:07:50.659Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:07:50.667Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:07:50.668Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:07:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:07:50.676Z||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-04-25T06:07:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:08:00.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:08:00.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:08:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:08:50.657Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:08:50.658Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:08:50.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:08:50.680Z||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-04-25T06:08:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:09:00.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:09:00.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:09:50.661Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:09:50.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:09:50.675Z||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-04-25T06:09:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:09:50.678Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:09:50.684Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:10:00.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:10:00.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:10:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:10:50.657Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:10:50.658Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:10:50.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:10:50.676Z||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-04-25T06:10:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:11:00.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:11:00.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:11:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:11:50.658Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:11:50.658Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:11:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:11:50.675Z||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-04-25T06:11:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:12:00.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:12:00.218Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:12:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:12:50.657Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:12:50.658Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:12:50.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:12:50.674Z||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-04-25T06:12:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:13:00.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:13:00.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:13:50.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:13:50.658Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:13:50.658Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:13:50.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:13:50.674Z||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-04-25T06:13:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:14:00.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:14:00.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:14:50.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:14:50.667Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:14:50.667Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:14:50.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:14:50.675Z||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-04-25T06:14:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:15:00.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:15:00.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:15:50.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:15:50.666Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:15:50.668Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:15:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:15:50.675Z||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-04-25T06:15:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:16:00.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:16:00.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:16:50.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:16:50.662Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:16:50.663Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:16:50.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:16:50.684Z||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-04-25T06:16:50.685Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:17:00.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:17:00.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:17:50.661Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:17:50.662Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:17:50.662Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:17:50.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:17:50.674Z||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-04-25T06:17:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:18:00.253Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:18:00.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:18:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:18:50.658Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:18:50.659Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:18:50.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:18:50.674Z||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-04-25T06:18:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:19:00.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:19:00.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:19:50.671Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:19:50.672Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:19:50.672Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:19:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:19:50.674Z||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-04-25T06:19:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:20:00.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:20:00.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:20:31.098Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T06:20:50.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:20:50.667Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:20:50.667Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:20:50.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:20:50.679Z||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-04-25T06:20:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:21:00.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:21:00.295Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:21:50.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:21:50.672Z||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-04-25T06:21:50.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:21:50.680Z||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-04-25T06:21:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:21:50.673Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:22:00.284Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:22:00.312Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:22:50.659Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:22:50.665Z||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-04-25T06:22:50.666Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:22:50.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:22:50.674Z||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-04-25T06:22:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:23:00.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:23:00.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:23:50.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:23:50.658Z||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-04-25T06:23:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:23:50.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:23:50.676Z||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-04-25T06:23:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:24:00.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:24:00.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:24:50.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:24:50.657Z||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-04-25T06:24:50.657Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:24:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:24:50.674Z||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-04-25T06:24:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:25:00.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:25:00.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:25:50.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:25:50.660Z||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-04-25T06:25:50.661Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:25:50.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:25:50.675Z||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-04-25T06:25:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:26:00.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:26:00.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:26:50.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:26:50.661Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:26:50.661Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:26:50.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:26:50.675Z||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-04-25T06:26:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:27:00.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:27:00.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:27:50.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:27:50.659Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:27:50.660Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:27:50.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:27:50.675Z||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-04-25T06:27:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:28:00.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:00.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:50.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:28:50.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:28:50.686Z||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-04-25T06:28:50.686Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:28:50.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:28:50.692Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:51.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:51.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:51.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7366107-7787-48b2-a250-457998c2af21","serviceName":"basic_onboard_CuMMtU","serviceVersion":"1.0","serviceUUID":"c01dbd26-b6c2-402d-9f99-7e0b3709d43e","serviceDescription":"service","serviceInvariantUUID":"83b87707-9d40-4d7e-a44d-e189efc3c0e1","resources":[{"resourceInstanceName":"basic_onboard_CuMMtU 0","resourceName":"basic_onboard_CuMMtU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0c06636-b2f3-4f28-8746-5f87bf18724d","resourceInvariantUUID":"252bb797-43b4-45e4-8ada-f5b5ccaf09f9","resourceCustomizationUUID":"7ff260e9-6de5-459d-bde6-a7463b3762c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml","artifactChecksum":"YTQ1YjkwNDJiZTk5MWQ5NzFmNTQ2NGRhYzYyYzYwNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd6c7f99-170b-4ddd-8779-8302cb2d597b","artifactVersion":"1"},{"artifactName":"basic_onboard_cummtu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json","artifactChecksum":"YTA0NTQ5MTA5MjZiNWFkNDhiYWExZDE0ODU2NTAwMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5bffc91-ad80-41c7-bdaf-bf6cdd522258","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"74adb607-3865-4cc3-afa0-b5341327c6e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3039c8e9-fbd9-42cf-b464-5555e9430d57","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d4e74b9-93ee-4616-9f56-5acc4a5b37bf","artifactVersion":"2","generatedFromUUID":"74adb607-3865-4cc3-afa0-b5341327c6e5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCummtu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml","artifactChecksum":"MjMyNTYwNTdkNWMwN2MzZjdkYjlmZGI2ZDU3NjJhZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"809d08ad-3332-4864-b9fd-458c85ef9de9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCummtu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar","artifactChecksum":"OTgzZmE1ZjhmZWZmMTljNzc3NjU1YjM0MzQ5M2U2OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0410918-27b6-4948-92e3-46accfadbcdb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:28:51.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868080859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.551Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:51.575Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:51.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868083946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868083946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868080859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.661Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868087243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.662Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868083946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:28:51.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868080859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868087243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868083946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868080859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868087243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868083946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "cds",
"timestamp": 1650868090456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868080859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868087243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868083946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "cds",
"timestamp": 1650868090456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868080859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868087243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868083946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "cds",
"timestamp": 1650868090456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868080859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868087243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "cds",
"timestamp": 1650868090456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868087243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868094595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "cds",
"timestamp": 1650868090456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868094377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868095606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "cds",
"timestamp": 1650868090456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868095290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868094377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "policy-id",
"timestamp": 1650868096612,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-04-25T06:28:51.774Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-04-25T06:28:51.780Z||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-04-25T06:28:51.780Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
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-04-25T06:28:51.828Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:51.829Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T06:28:52.235Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.309Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "cds",
"timestamp": 1650868090456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868095290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868094377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868095290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "cds",
"timestamp": 1650868098551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868097749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868094377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868095290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "cds",
"timestamp": 1650868099569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-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-04-25T06:28:52.490Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.491Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868097749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868094377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868095290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-25T06:28:52.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868097749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868094377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868095290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868097749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868094377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:28:52.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868095290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:28:52.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868097749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868102274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868103134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868102565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868097749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868104228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868097749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868103719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868105388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "clamp",
"timestamp": 1650868104727,
"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-04-25T06:28:52.610Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.611Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868105609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868106565,
"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-04-25T06:28:52.718Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.719Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 and ComponentName POLICY
2022-04-25T06:28:52.729Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:52.729Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
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=?
2022-04-25T06:28:52.753Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:52.753Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "NOTIFIED"
}
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868106591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868107600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T06:28:52.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868107596,
"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-04-25T06:28:52.828Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.828Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868125276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:28:52.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "aai-ml",
"timestamp": 1650868126283,
"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-04-25T06:28:52.870Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-04-25T06:28:52.871Z||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-04-25T06:28:52.871Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:52.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.876Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.890Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:52.891Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:28:53.754Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:53.756Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:53.760Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:53.761Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:28:53.861Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:28:53.873Z||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-04-25T06:28:53.881Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:53.912Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:53.915Z||pool-5-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:28:54.762Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:54.764Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:54.769Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:54.770Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:54.875Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-25T06:28:54.878Z||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-04-25T06:28:54.879Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:54.897Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:54.899Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:28:55.771Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:55.772Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:55.776Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:55.777Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-25T06:28:55.886Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:28:55.897Z||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-04-25T06:28:55.912Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:55.954Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:55.956Z||pool-7-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:28:56.787Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:56.788Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:56.792Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:56.792Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:28:56.893Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:28:56.894Z||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-04-25T06:28:56.895Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:56.926Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:56.927Z||pool-8-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:28:57.794Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:57.795Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:57.842Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:57.854Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:28:57.900Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 38 ms
2022-04-25T06:28:57.903Z||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-04-25T06:28:57.903Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:57.924Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:28:57.925Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:28:58.867Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"serviceName": "basic_onboard_CuMMtU",
"serviceVersion": "1.0",
"serviceUUID": "c01dbd26-b6c2-402d-9f99-7e0b3709d43e",
"serviceDescription": "service",
"serviceInvariantUUID": "83b87707-9d40-4d7e-a44d-e189efc3c0e1",
"resources": [
{
"resourceInstanceName": "basic_onboard_CuMMtU 0",
"resourceCustomizationUUID": "7ff260e9-6de5-459d-bde6-a7463b3762c6",
"resourceName": "basic_onboard_CuMMtU",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b0c06636-b2f3-4f28-8746-5f87bf18724d",
"resourceInvariantUUID": "252bb797-43b4-45e4-8ada-f5b5ccaf09f9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cummtu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"artifactChecksum": "YTA0NTQ5MTA5MjZiNWFkNDhiYWExZDE0ODU2NTAwMjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f5bffc91-ad80-41c7-bdaf-bf6cdd522258",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "74adb607-3865-4cc3-afa0-b5341327c6e5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d4e74b9-93ee-4616-9f56-5acc4a5b37bf",
"generatedFromUUID": "74adb607-3865-4cc3-afa0-b5341327c6e5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d4e74b9-93ee-4616-9f56-5acc4a5b37bf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCummtu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"artifactChecksum": "OTgzZmE1ZjhmZWZmMTljNzc3NjU1YjM0MzQ5M2U2OTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e0410918-27b6-4948-92e3-46accfadbcdb"
}
],
"workloadContext": "Production"
}
2022-04-25T06:28:58.886Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:28:58.887Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c01dbd26-b6c2-402d-9f99-7e0b3709d43e ASDC
2022-04-25T06:28:59.527Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a7366107-7787-48b2-a250-457998c2af21
ServiceName:basic_onboard_CuMMtU
ServiceVersion:1.0
ServiceUUID:c01dbd26-b6c2-402d-9f99-7e0b3709d43e
ServiceInvariantUUID:83b87707-9d40-4d7e-a44d-e189efc3c0e1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCummtu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
ArtifactUUID:e0410918-27b6-4948-92e3-46accfadbcdb
ArtifactChecksum:OTgzZmE1ZjhmZWZmMTljNzc3NjU1YjM0MzQ5M2U2OTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CuMMtU 0
ResourceCustomizationUUID:7ff260e9-6de5-459d-bde6-a7463b3762c6
ResourceInvariantUUID:252bb797-43b4-45e4-8ada-f5b5ccaf09f9
ResourceName:basic_onboard_CuMMtU
ResourceType:VF
ResourceUUID:b0c06636-b2f3-4f28-8746-5f87bf18724d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cummtu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
ArtifactUUID:f5bffc91-ad80-41c7-bdaf-bf6cdd522258
ArtifactChecksum:YTA0NTQ5MTA5MjZiNWFkNDhiYWExZDE0ODU2NTAwMjc=
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/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:74adb607-3865-4cc3-afa0-b5341327c6e5
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/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
ArtifactUUID:4d4e74b9-93ee-4616-9f56-5acc4a5b37bf
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/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
ArtifactUUID:4d4e74b9-93ee-4616-9f56-5acc4a5b37bf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-25T06:28:59.528Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c01dbd26-b6c2-402d-9f99-7e0b3709d43e 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-04-25T06:28:59.739Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:28:59.758Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:28:59.786Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:28:59.799Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e0410918-27b6-4948-92e3-46accfadbcdb from URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:28:59.804Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:28:59.812Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:00.583Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:29:00.610Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar e0410918-27b6-4948-92e3-46accfadbcdb 71582
2022-04-25T06:29:00.618Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar ASDC sendASDCNotification
2022-04-25T06:29:00.619Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:00.622Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:29:00.639Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:00.670Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:00.671Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868140611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:29:00.770Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:29:00.772Z||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-04-25T06:29:00.773Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:00.799Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:29:00.800Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:01.675Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:29:01.682Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:29:01.683Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e0410918-27b6-4948-92e3-46accfadbcdb, URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar to file: /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:01.684Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:02.034Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:02.036Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:04.991Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7576575079014071158/Definitions/service-BasicOnboardCummtu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-25T06:29:12.084Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:29:12.095Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-25T06:29:12.095Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CuMMtU 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-25T06:29:12.108Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.111Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.117Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.117Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-25T06:29:12.121Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:29:12.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-25T06:29:12.129Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:29:12.129Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.129Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.134Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T06:29:12.136Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.136Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:29:12.140Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.140Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.141Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:12.141Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.141Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.141Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:12.142Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.146Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.146Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is not matching search criteria
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb6abf87-015b-4c6e-8cd7-4fb73c5a5d2a
2022-04-25T06:29:12.148Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.148Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.148Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.149Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.149Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.149Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.149Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:12.150Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.152Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CuMMtU
Description:service
Model UUID:c01dbd26-b6c2-402d-9f99-7e0b3709d43e
Model Version:NULL
Model InvariantUuid:83b87707-9d40-4d7e-a44d-e189efc3c0e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CuMMtU
Model UUID:e7760bff-853c-4a91-84cb-8f11d625c6e0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:252bb797-43b4-45e4-8ada-f5b5ccaf09f9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7ff260e9-6de5-459d-bde6-a7463b3762c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fdaa2758-ed6d-4fc3-b210-ef50064dc907
ModelName:BasicOnboardCummtu..base_ubuntu18..module-0
ModelUuid:95b52bdb-ce70-41dd-934c-ca35c8ae378c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bb6abf87-015b-4c6e-8cd7-4fb73c5a5d2a
ModelInvariantUuid:f420720b-6255-4947-8abb-7980c4328f83
ModelName:basic_onboard_CuMMtU-nodes.ubuntu18Cvfc
ModelUuid:993ae623-c0d7-4fcf-a66f-3f55566d8a61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:645025ea-1449-4e6f-a4c9-09b552d5792a
ModelInvariantUuid:4088be37-64f3-45f6-98f0-57f928f8802c
ModelName:BasicOnboardCummtu.compute.nodes.heat.ubuntu18
ModelUuid:5f805969-ecd5-436f-95d5-53836580d736
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-04-25T06:29:12.191Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b0c06636-b2f3-4f28-8746-5f87bf18724d
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-04-25T06:29:12.633Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||basic_onboard_CuMMtU 0
2022-04-25T06:29:12.744Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0c06636-b2f3-4f28-8746-5f87bf18724d
2022-04-25T06:29:12.752Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5bffc91-ad80-41c7-bdaf-bf6cdd522258 from URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
2022-04-25T06:29:12.758Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:29:12.761Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
2022-04-25T06:29:13.019Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:29:13.020Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json f5bffc91-ad80-41c7-bdaf-bf6cdd522258 798
2022-04-25T06:29:13.021Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json ASDC sendASDCNotification
2022-04-25T06:29:13.022Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
2022-04-25T06:29:13.022Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:29:13.023Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:13.027Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:13.027Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868153021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:29:13.127Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:29:13.130Z||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-04-25T06:29:13.130Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:13.153Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:29:13.157Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:14.035Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCummtu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fdaa2758-ed6d-4fc3-b210-ef50064dc907",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "95b52bdb-ce70-41dd-934c-ca35c8ae378c",
"vfModuleModelCustomizationUUID": "83992282-1cc4-4a4f-b0c6-8900231a26fa",
"isBase": true,
"artifacts": [
"74adb607-3865-4cc3-afa0-b5341327c6e5",
"4d4e74b9-93ee-4616-9f56-5acc4a5b37bf"
],
"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-04-25T06:29:14.265Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCummtu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95b52bdb-ce70-41dd-934c-ca35c8ae378c
VfModuleModelInvariantUUID:fdaa2758-ed6d-4fc3-b210-ef50064dc907
VfModuleModelDescription:NULL
Artifacts UUID List:{
74adb607-3865-4cc3-afa0-b5341327c6e5
,
4d4e74b9-93ee-4616-9f56-5acc4a5b37bf
}
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-04-25T06:29:14.301Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCummtu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fdaa2758-ed6d-4fc3-b210-ef50064dc907",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "95b52bdb-ce70-41dd-934c-ca35c8ae378c",
"vfModuleModelCustomizationUUID": "83992282-1cc4-4a4f-b0c6-8900231a26fa",
"isBase": true,
"artifacts": [
"74adb607-3865-4cc3-afa0-b5341327c6e5",
"4d4e74b9-93ee-4616-9f56-5acc4a5b37bf"
],
"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-04-25T06:29:14.306Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCummtu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95b52bdb-ce70-41dd-934c-ca35c8ae378c
VfModuleModelInvariantUUID:fdaa2758-ed6d-4fc3-b210-ef50064dc907
VfModuleModelDescription:NULL
Artifacts UUID List:{
74adb607-3865-4cc3-afa0-b5341327c6e5
,
4d4e74b9-93ee-4616-9f56-5acc4a5b37bf
}
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-04-25T06:29:14.306Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 74adb607-3865-4cc3-afa0-b5341327c6e5 from URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
2022-04-25T06:29:14.306Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:29:14.307Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
2022-04-25T06:29:14.537Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:29:14.538Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml 74adb607-3865-4cc3-afa0-b5341327c6e5 5033
2022-04-25T06:29:14.538Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T06:29:14.538Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
2022-04-25T06:29:14.539Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:29:14.539Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:14.561Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:14.562Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868154538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:29:14.643Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-04-25T06:29:14.645Z||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-04-25T06:29:14.645Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:14.675Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:29:14.682Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:29:15.564Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4d4e74b9-93ee-4616-9f56-5acc4a5b37bf from URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
2022-04-25T06:29:15.564Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:29:15.565Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
2022-04-25T06:29:15.647Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:29:15.650Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env 4d4e74b9-93ee-4616-9f56-5acc4a5b37bf 909
2022-04-25T06:29:15.650Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T06:29:15.651Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
2022-04-25T06:29:15.651Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:29:15.652Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:15.665Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:15.667Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868155650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:29:15.763Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-25T06:29:15.766Z||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-04-25T06:29:15.771Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:15.789Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:29:15.790Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:16.672Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c01dbd26-b6c2-402d-9f99-7e0b3709d43e
2022-04-25T06:29:16.673Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CuMMtU 0 b0c06636-b2f3-4f28-8746-5f87bf18724d 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-04-25T06:29:17.109Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ea96ba9, org.onap.sdc.toscaparser.api.parameters.Input@484fcdde, org.onap.sdc.toscaparser.api.parameters.Input@4139c82, org.onap.sdc.toscaparser.api.parameters.Input@59cbe0f8, org.onap.sdc.toscaparser.api.parameters.Input@6c8a3c4b]
2022-04-25T06:29:17.122Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.123Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-04-25T06:29:17.125Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7ff260e9-6de5-459d-bde6-a7463b3762c6
2022-04-25T06:29:17.125Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ff260e9-6de5-459d-bde6-a7463b3762c6 matches Tosca VF Customization UUID: 7ff260e9-6de5-459d-bde6-a7463b3762c6
2022-04-25T06:29:17.126Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7ff260e9-6de5-459d-bde6-a7463b3762c6 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-04-25T06:29:17.206Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.217Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.242Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7ff260e9-6de5-459d-bde6-a7463b3762c6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-25T06:29:17.244Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cf8688d
2022-04-25T06:29:17.245Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.251Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:29:17.260Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83992282-1cc4-4a4f-b0c6-8900231a26fa
2022-04-25T06:29:17.279Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83992282-1cc4-4a4f-b0c6-8900231a26fa
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-04-25T06:29:17.344Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.347Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:17.349Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:17.355Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.357Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:17.358Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:17.360Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.362Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is not matching search criteria
2022-04-25T06:29:17.364Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T06:29:17.365Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T06:29:17.367Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb6abf87-015b-4c6e-8cd7-4fb73c5a5d2a
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-04-25T06:29:17.435Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.438Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:17.440Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:17.442Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.444Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:17.447Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=7ff260e9-6de5-459d-bde6-a7463b3762c6
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-04-25T06:29:17.465Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.467Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.469Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c01dbd26-b6c2-402d-9f99-7e0b3709d43e: basic_onboard_CuMMtU
2022-04-25T06:29:17.471Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.472Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.475Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.477Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.479Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.481Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.482Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.484Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.485Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:29:17.488Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.488Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_CuMMtU
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-04-25T06:29:18.484Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CuMMtU b0c06636-b2f3-4f28-8746-5f87bf18724d 1 ASDC deployResourceStructure
2022-04-25T06:29:18.487Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json ASDC sendASDCNotification
2022-04-25T06:29:18.488Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
2022-04-25T06:29:18.489Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:29:18.555Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:18.635Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:18.637Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868158487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T06:29:18.723Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-04-25T06:29:18.725Z||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-04-25T06:29:18.725Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:18.772Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:29:18.779Z||pool-14-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:19.639Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T06:29:19.684Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
2022-04-25T06:29:19.685Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:29:19.687Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:19.720Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:19.722Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868159639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-25T06:29:19.810Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-04-25T06:29:19.811Z||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-04-25T06:29:19.811Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:19.852Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:29:19.852Z||pool-15-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:20.727Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T06:29:20.729Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
2022-04-25T06:29:20.776Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:29:20.778Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:20.801Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:20.808Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868160727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-25T06:29:20.902Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-25T06:29:20.909Z||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-04-25T06:29:20.910Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:21.005Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:29:21.007Z||pool-16-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:21.810Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar ASDC sendASDCNotification
2022-04-25T06:29:21.810Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:21.811Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:29:21.811Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:21.818Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:21.818Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868161810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:29:21.913Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-25T06:29:21.915Z||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-04-25T06:29:21.915Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:21.970Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:29:21.971Z||pool-17-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:22.823Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7366107-7787-48b2-a250-457998c2af21
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-04-25T06:29:22.899Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7366107-7787-48b2-a250-457998c2af21
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-04-25T06:29:22.915Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:29:22.916Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:29:22.916Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:29:22.916Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T06:29:22.943Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:29:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:29:50.675Z||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-04-25T06:29:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:29:51.316Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:29:51.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:29:51.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:29:51.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:29:51.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:29:51.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:29:51.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:29:51.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:29:51.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:29:51.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-25T06:29:51.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:29:51.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:29:51.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:29:51.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868130656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:29:51.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:29:51.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868140611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:29:51.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868153021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:29:51.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868154538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:29:51.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868155650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:29:51.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868158487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T06:29:51.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868159639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-25T06:29:51.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868160727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-25T06:29:51.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868161810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:29:51.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:52.944Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:29:52.992Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7366107-7787-48b2-a250-457998c2af21 and serviceModelVersionId: c01dbd26-b6c2-402d-9f99-7e0b3709d43e
2022-04-25T06:29:52.993Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83b87707-9d40-4d7e-a44d-e189efc3c0e1
2022-04-25T06:30:37.110Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0
2022-04-25T06:30:37.359Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:30:39.316Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?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-04-25T06:30:39.346Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0|INFO|500||Invoke
2022-04-25T06:30:39.705Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-25T06:30:40.588Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0|INFO|500||InvokeReturn
2022-04-25T06:30:40.592Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-06:30:40:161-12421], vertex-id=[151592], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:30:40 GMT], Content-Type=[application/json]}
2022-04-25T06:30:40.601Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:30:40.650Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:30:40.652Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T06:30:40.691Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T06:30:40.699Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7366107-7787-48b2-a250-457998c2af21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:30:40.712Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:30:40.715Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:40.768Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:40.769Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868240700,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:30:40.870Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:30:40.872Z||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-04-25T06:30:40.872Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:40.951Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:40.954Z||pool-18-thread-1|||||INFO|500||cambria reply ok (83 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-04-25T06:30:41.845Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:30:41.846Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:30:41.847Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:42.498Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:42.500Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:30:42.500Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bae56fff-d710-4caa-a6e5-570083c69b20","serviceName":"vFW 2022-04-25 06-28-08","serviceVersion":"1.0","serviceUUID":"66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0","serviceDescription":"catalog service description","serviceInvariantUUID":"d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4","resources":[{"resourceInstanceName":"vFW cb6bbf3d-6441 0","resourceName":"vFW cb6bbf3d-6441","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b50bbe22-368c-4553-b59a-8f9e856caa91","resourceInvariantUUID":"4c426cd2-0d40-4c39-b510-7cb8af4041a7","resourceCustomizationUUID":"999011b5-f84d-4278-9406-a2e481888416","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml","artifactChecksum":"NTA5N2FmMjkzZTEzYTlmZjA1ZWM1ZGI1MGExMTE0NjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e0c10ad-0e8a-42c1-a679-868b29fed93d","artifactVersion":"1"},{"artifactName":"vfwcb6bbf3d64410_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json","artifactChecksum":"YWYzMjYxM2M2MTU1NTRkZTI3YzIwYjAwMGIyNWYwY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b371b7aa-081b-491c-b73c-0ea4274f1fbc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec137e7d-af1b-4274-b122-d6dc97a32f29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml","artifactChecksum":"NzUxNjQ0ZjI2ZjllMWJjYjgxYTA3ZGRlMzg2NmQ4Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56a8d32c-aa87-44c8-a793-c82af77acac9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8369c43d-7ac5-4d22-b657-a83bb5be1134","artifactVersion":"2","generatedFromUUID":"ec137e7d-af1b-4274-b122-d6dc97a32f29"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220425062808-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml","artifactChecksum":"MWU3NTc5MGQxMzk0MTIxOTdiYTQ4NWFhZjVjNTM4NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3753197a-5af3-48da-a566-a4f2cfd0303c","artifactVersion":"1"},{"artifactName":"service-Vfw20220425062808-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar","artifactChecksum":"OWY3ZGM4YzYzYmQwNTdjYWVkZjdkNjU2ZjVhNmRkZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d24fae64-d36e-4e66-a70b-5bb40fb151b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:30:42.503Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:42.504Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:42.511Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:42.511Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:42.611Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:30:42.613Z||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-04-25T06:30:42.613Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:42.628Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:42.628Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:43.512Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:43.515Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:43.541Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:43.542Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:30:43.640Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-25T06:30:43.643Z||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-04-25T06:30:43.644Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:43.691Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:43.693Z||pool-20-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:44.543Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:44.544Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:44.551Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:44.553Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:30:44.650Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:30:44.656Z||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-04-25T06:30:44.657Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:44.678Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:44.679Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:45.567Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:45.568Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:45.582Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:45.583Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:45.680Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:30:45.682Z||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-04-25T06:30:45.682Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:45.748Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:45.757Z||pool-22-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:46.584Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:46.585Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:46.593Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:46.594Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T06:30:46.711Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-04-25T06:30:46.713Z||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-04-25T06:30:46.713Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:46.767Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:46.768Z||pool-23-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:47.597Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:47.597Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:47.611Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:47.611Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:47.704Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-25T06:30:47.706Z||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-04-25T06:30:47.706Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:47.726Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:47.728Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:30:48.618Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:48.619Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:48.635Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:48.636Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:30:48.734Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-25T06:30:48.735Z||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-04-25T06:30:48.735Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:48.784Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:48.786Z||pool-25-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:49.639Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"serviceName": "vFW 2022-04-25 06-28-08",
"serviceVersion": "1.0",
"serviceUUID": "66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4",
"resources": [
{
"resourceInstanceName": "vFW cb6bbf3d-6441 0",
"resourceCustomizationUUID": "999011b5-f84d-4278-9406-a2e481888416",
"resourceName": "vFW cb6bbf3d-6441",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b50bbe22-368c-4553-b59a-8f9e856caa91",
"resourceInvariantUUID": "4c426cd2-0d40-4c39-b510-7cb8af4041a7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcb6bbf3d64410_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"artifactChecksum": "YWYzMjYxM2M2MTU1NTRkZTI3YzIwYjAwMGIyNWYwY2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b371b7aa-081b-491c-b73c-0ea4274f1fbc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ec137e7d-af1b-4274-b122-d6dc97a32f29",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8369c43d-7ac5-4d22-b657-a83bb5be1134",
"generatedFromUUID": "ec137e7d-af1b-4274-b122-d6dc97a32f29"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8369c43d-7ac5-4d22-b657-a83bb5be1134",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220425062808-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"artifactChecksum": "OWY3ZGM4YzYzYmQwNTdjYWVkZjdkNjU2ZjVhNmRkZjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d24fae64-d36e-4e66-a70b-5bb40fb151b7"
}
],
"workloadContext": "Production"
}
2022-04-25T06:30:49.639Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:30:49.640Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0 ASDC
2022-04-25T06:30:49.640Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:bae56fff-d710-4caa-a6e5-570083c69b20
ServiceName:vFW 2022-04-25 06-28-08
ServiceVersion:1.0
ServiceUUID:66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0
ServiceInvariantUUID:d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220425062808-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
ArtifactUUID:d24fae64-d36e-4e66-a70b-5bb40fb151b7
ArtifactChecksum:OWY3ZGM4YzYzYmQwNTdjYWVkZjdkNjU2ZjVhNmRkZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cb6bbf3d-6441 0
ResourceCustomizationUUID:999011b5-f84d-4278-9406-a2e481888416
ResourceInvariantUUID:4c426cd2-0d40-4c39-b510-7cb8af4041a7
ResourceName:vFW cb6bbf3d-6441
ResourceType:VF
ResourceUUID:b50bbe22-368c-4553-b59a-8f9e856caa91
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcb6bbf3d64410_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
ArtifactUUID:b371b7aa-081b-491c-b73c-0ea4274f1fbc
ArtifactChecksum:YWYzMjYxM2M2MTU1NTRkZTI3YzIwYjAwMGIyNWYwY2I=
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/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
ArtifactUUID:ec137e7d-af1b-4274-b122-d6dc97a32f29
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/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
ArtifactUUID:8369c43d-7ac5-4d22-b657-a83bb5be1134
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/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
ArtifactUUID:8369c43d-7ac5-4d22-b657-a83bb5be1134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-25T06:30:49.641Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0 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-04-25T06:30:49.807Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:30:49.821Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:30:49.823Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:30:49.825Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d24fae64-d36e-4e66-a70b-5bb40fb151b7 from URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:49.826Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:30:49.828Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:50.012Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:30:50.081Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar d24fae64-d36e-4e66-a70b-5bb40fb151b7 99018
2022-04-25T06:30:50.081Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar ASDC sendASDCNotification
2022-04-25T06:30:50.082Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:50.086Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:30:50.086Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:50.099Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:50.100Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868250081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:50.202Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:30:50.204Z||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-04-25T06:30:50.204Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:50.252Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:50.255Z||pool-26-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:50.678Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:30:50.680Z||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-04-25T06:30:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:30:51.101Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:30:51.103Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:30:51.104Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d24fae64-d36e-4e66-a70b-5bb40fb151b7, URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar to file: /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:51.105Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220425062808-csar.csar
2022-04-25T06:30:51.125Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:51.125Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:51.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:51.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868217750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "cds",
"timestamp": 1650868225456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868217750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "cds",
"timestamp": 1650868225456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868217750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "cds",
"timestamp": 1650868225456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868227243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868217750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "cds",
"timestamp": 1650868225456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868227243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868217750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "cds",
"timestamp": 1650868225456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868227243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868217750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "cds",
"timestamp": 1650868225456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868227243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868217750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868223946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "cds",
"timestamp": 1650868225456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868227243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868230859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868227243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868233134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868233250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "cds",
"timestamp": 1650868233516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868230859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868227243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868234139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:30:51.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "cds",
"timestamp": 1650868234522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-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-04-25T06:30:51.419Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:30:51.420Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:30:51.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868230859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "policy-id",
"timestamp": 1650868235154,
"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-04-25T06:30:51.527Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:30:51.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:30:51.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868230859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868235290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868230859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868235290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868230859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868235290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868230859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868235290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868235290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868235290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868235290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7366107-7787-48b2-a250-457998c2af21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868240700,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:30:51.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868243183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868244379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.585Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868245492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868244377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868244377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868246607,
"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-04-25T06:30:51.677Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:30:51.677Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:30:51.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868244377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868247612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T06:30:51.704Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868248077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:30:51.705Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868244377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "aai-ml",
"timestamp": 1650868249083,
"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-04-25T06:30:51.713Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1208980657731487714/Definitions/service-Vfw20220425062808-template.yml
2022-04-25T06:30:51.727Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:30:51.727Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:30:51.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868244377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868241845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868249590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868244377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:30:51.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868250081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868244377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:30:51.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-25T06:30:58.599Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:30:58.600Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-25T06:30:58.600Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.600Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-25T06:30:58.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cb6bbf3d-6441 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-25T06:30:58.604Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.604Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.604Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.605Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-25T06:30:58.605Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:30:58.605Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.606Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.606Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.606Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-25T06:30:58.607Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:30:58.607Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.607Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:30:58.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:30:58.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.610Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:30:58.610Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:30:58.610Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.610Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.611Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:30:58.611Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.611Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:30:58.611Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T06:30:58.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:30:58.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:30:58.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.614Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:30:58.615Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.615Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.616Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:30:58.616Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.616Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:30:58.616Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:30:58.617Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:30:58.617Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T06:30:58.617Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:30:58.617Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:30:58.618Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.618Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.618Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:30:58.618Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.619Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:30:58.619Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.619Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dcaea109-4d6a-43d1-996e-8cd53d32c90d
2022-04-25T06:30:58.620Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.620Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:30:58.621Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:30:58.621Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:30:58.622Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:30:58.622Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.622Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.623Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:30:58.624Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.625Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T06:30:58.625Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:30:58.626Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.627Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:30:58.628Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.628Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=63002962-a3db-4163-92a3-3bb21a1789db
2022-04-25T06:30:58.629Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.634Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:30:58.634Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:30:58.635Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:30:58.635Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:30:58.635Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.636Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.637Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:30:58.637Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.638Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:30:58.639Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:30:58.643Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.644Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.645Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T06:30:58.645Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a79f1ff1-022f-4675-bf9d-6219f34e65d1
2022-04-25T06:30:58.645Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.646Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.646Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.647Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.648Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.648Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.649Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:30:58.649Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.649Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-25 06-28-08
Description:catalog service description
Model UUID:66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0
Model Version:NULL
Model InvariantUuid:d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cb6bbf3d-6441
Model UUID:c455bfbc-c4d4-4d56-8daa-c2426bf9d613
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c426cd2-0d40-4c39-b510-7cb8af4041a7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:999011b5-f84d-4278-9406-a2e481888416
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7ead153f-454f-4432-9556-d51bb3c11aca
ModelName:VfwCb6bbf3d6441..base_vfw..module-0
ModelUuid:2a6755c7-c5cf-4695-8522-8d0513bd99cd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dcaea109-4d6a-43d1-996e-8cd53d32c90d
ModelInvariantUuid:399da0bb-0162-4362-a257-89d32901939b
ModelName:vFW cb6bbf3d-6441-nodes.vfwCvfc
ModelUuid:1127dcaf-ce23-46ad-a016-f62744128de1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:29d35f1f-c978-4a35-967a-0f76ae64ff45
ModelInvariantUuid:66dc0ec3-2940-4aff-85d8-a8f6758fa661
ModelName:VfwCb6bbf3d6441.compute.nodes.heat.vfw
ModelUuid:8d9e500e-f04a-4ff9-b560-a4497cae878c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:63002962-a3db-4163-92a3-3bb21a1789db
ModelInvariantUuid:96fd25fc-9f59-4d5d-a2c4-b146d8d5c659
ModelName:vFW cb6bbf3d-6441-nodes.vsnCvfc
ModelUuid:c34c8da1-c5a9-460a-90c1-5a7f3288ace6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b89858a0-ca57-4f4c-a163-3657c669d2cb
ModelInvariantUuid:d98cea85-b246-4837-85e8-09ce52793e05
ModelName:VfwCb6bbf3d6441.compute.nodes.heat.vsn
ModelUuid:65e3944d-eb28-48b2-ae26-d7d23eb21ed8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a79f1ff1-022f-4675-bf9d-6219f34e65d1
ModelInvariantUuid:317fefea-b24c-4da1-8d60-b5a61dfd064b
ModelName:vFW cb6bbf3d-6441-nodes.vpgCvfc
ModelUuid:97546dd9-b28a-43dc-9e99-74fd01d9d694
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3110a88f-c3fb-4eda-ac32-a6018b1270b8
ModelInvariantUuid:303ff90d-f157-4e1b-9453-a069b3244008
ModelName:VfwCb6bbf3d6441.compute.nodes.heat.vpg
ModelUuid:37f6133c-580d-4411-9e4f-cbaea0809117
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-04-25T06:30:58.689Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b50bbe22-368c-4553-b59a-8f9e856caa91
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-04-25T06:30:58.698Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||vFW cb6bbf3d-6441 0
2022-04-25T06:30:58.698Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b50bbe22-368c-4553-b59a-8f9e856caa91
2022-04-25T06:30:58.698Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b371b7aa-081b-491c-b73c-0ea4274f1fbc from URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
2022-04-25T06:30:58.699Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:30:58.699Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
2022-04-25T06:30:59.079Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:30:59.080Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json b371b7aa-081b-491c-b73c-0ea4274f1fbc 785
2022-04-25T06:30:59.080Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json ASDC sendASDCNotification
2022-04-25T06:30:59.080Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
2022-04-25T06:30:59.081Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:30:59.081Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:59.085Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:59.085Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868259080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:30:59.185Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:30:59.186Z||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-04-25T06:30:59.186Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:59.206Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:30:59.208Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:00.087Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCb6bbf3d6441..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7ead153f-454f-4432-9556-d51bb3c11aca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2a6755c7-c5cf-4695-8522-8d0513bd99cd",
"vfModuleModelCustomizationUUID": "95875ce9-2016-4542-a498-b012ae661fcd",
"isBase": true,
"artifacts": [
"ec137e7d-af1b-4274-b122-d6dc97a32f29",
"8369c43d-7ac5-4d22-b657-a83bb5be1134"
],
"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-04-25T06:31:00.111Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCb6bbf3d6441..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a6755c7-c5cf-4695-8522-8d0513bd99cd
VfModuleModelInvariantUUID:7ead153f-454f-4432-9556-d51bb3c11aca
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec137e7d-af1b-4274-b122-d6dc97a32f29
,
8369c43d-7ac5-4d22-b657-a83bb5be1134
}
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-04-25T06:31:00.121Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCb6bbf3d6441..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7ead153f-454f-4432-9556-d51bb3c11aca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2a6755c7-c5cf-4695-8522-8d0513bd99cd",
"vfModuleModelCustomizationUUID": "95875ce9-2016-4542-a498-b012ae661fcd",
"isBase": true,
"artifacts": [
"ec137e7d-af1b-4274-b122-d6dc97a32f29",
"8369c43d-7ac5-4d22-b657-a83bb5be1134"
],
"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-04-25T06:31:00.121Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCb6bbf3d6441..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a6755c7-c5cf-4695-8522-8d0513bd99cd
VfModuleModelInvariantUUID:7ead153f-454f-4432-9556-d51bb3c11aca
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec137e7d-af1b-4274-b122-d6dc97a32f29
,
8369c43d-7ac5-4d22-b657-a83bb5be1134
}
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-04-25T06:31:00.122Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ec137e7d-af1b-4274-b122-d6dc97a32f29 from URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
2022-04-25T06:31:00.123Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:31:00.125Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
2022-04-25T06:31:00.398Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:31:00.402Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml ec137e7d-af1b-4274-b122-d6dc97a32f29 20368
2022-04-25T06:31:00.409Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T06:31:00.410Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
2022-04-25T06:31:00.410Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:31:00.411Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:00.417Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:00.418Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868260409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:31:00.517Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:31:00.519Z||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-04-25T06:31:00.520Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:00.546Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:31:00.547Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:01.421Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8369c43d-7ac5-4d22-b657-a83bb5be1134 from URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
2022-04-25T06:31:01.422Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:31:01.426Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
2022-04-25T06:31:01.676Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:31:01.676Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env 8369c43d-7ac5-4d22-b657-a83bb5be1134 2098
2022-04-25T06:31:01.677Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T06:31:01.677Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
2022-04-25T06:31:01.677Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:31:01.679Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:01.681Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:01.682Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868261677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:31:01.781Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:31:01.782Z||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-04-25T06:31:01.782Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:01.800Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:31:01.801Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:31:02.698Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0
2022-04-25T06:31:02.707Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cb6bbf3d-6441 0 b50bbe22-368c-4553-b59a-8f9e856caa91 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-04-25T06:31:02.885Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ecf4f20, org.onap.sdc.toscaparser.api.parameters.Input@3966f0ba, org.onap.sdc.toscaparser.api.parameters.Input@fd1aa98, org.onap.sdc.toscaparser.api.parameters.Input@4e8c45cd, org.onap.sdc.toscaparser.api.parameters.Input@4a3ea573]
2022-04-25T06:31:02.895Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.897Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:02.898Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-04-25T06:31:02.899Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 999011b5-f84d-4278-9406-a2e481888416
2022-04-25T06:31:02.899Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 999011b5-f84d-4278-9406-a2e481888416 matches Tosca VF Customization UUID: 999011b5-f84d-4278-9406-a2e481888416
2022-04-25T06:31:02.900Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 999011b5-f84d-4278-9406-a2e481888416 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-04-25T06:31:02.915Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.916Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:02.921Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 999011b5-f84d-4278-9406-a2e481888416: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-25T06:31:02.922Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a5a0ffc
2022-04-25T06:31:02.923Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.924Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:31:02.926Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95875ce9-2016-4542-a498-b012ae661fcd
2022-04-25T06:31:02.926Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95875ce9-2016-4542-a498-b012ae661fcd
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-04-25T06:31:02.934Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.934Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.934Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.934Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:31:02.937Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.937Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:31:02.937Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.937Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dcaea109-4d6a-43d1-996e-8cd53d32c90d
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-04-25T06:31:02.955Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.956Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.956Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:31:02.959Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.959Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:31:02.960Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.960Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=63002962-a3db-4163-92a3-3bb21a1789db
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-04-25T06:31:02.963Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.963Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.963Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.967Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T06:31:02.970Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a79f1ff1-022f-4675-bf9d-6219f34e65d1
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-04-25T06:31:02.995Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.996Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.996Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.997Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:02.998Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:03.000Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=999011b5-f84d-4278-9406-a2e481888416
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-04-25T06:31:03.016Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:03.017Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.018Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0: vFW cb6bbf3d-6441
2022-04-25T06:31:03.019Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:03.020Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.020Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:03.021Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.022Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:03.023Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.023Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:03.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.025Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:31:03.025Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.026Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-25 06-28-08
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-04-25T06:31:04.577Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cb6bbf3d-6441 b50bbe22-368c-4553-b59a-8f9e856caa91 1 ASDC deployResourceStructure
2022-04-25T06:31:04.579Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json ASDC sendASDCNotification
2022-04-25T06:31:04.580Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
2022-04-25T06:31:04.580Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:31:04.581Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:04.596Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:04.596Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868264579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T06:31:04.704Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-25T06:31:04.709Z||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-04-25T06:31:04.711Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:04.744Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:31:04.745Z||pool-30-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:05.600Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T06:31:05.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
2022-04-25T06:31:05.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:31:05.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:05.606Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:05.607Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868265599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-25T06:31:05.838Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 230 ms
2022-04-25T06:31:05.839Z||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-04-25T06:31:05.839Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:05.853Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:31:05.854Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:31:06.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T06:31:06.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
2022-04-25T06:31:06.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:31:06.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:06.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:06.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868266608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-25T06:31:06.722Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-04-25T06:31:06.723Z||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-04-25T06:31:06.723Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:06.742Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:31:06.743Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:07.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar ASDC sendASDCNotification
2022-04-25T06:31:07.624Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
2022-04-25T06:31:07.625Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:31:07.625Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:07.663Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:07.663Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868267613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:31:07.734Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-04-25T06:31:07.748Z||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-04-25T06:31:07.749Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:07.774Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:31:07.810Z||pool-33-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:08.671Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:31:08.748Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:31:08.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:31:08.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:31:08.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:31:08.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:31:38.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:31:38.825Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:31:38.851Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:31:38.853Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:31:38.854Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:31:38.855Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:31:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:31:50.675Z||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-04-25T06:31:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:31:50.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:31:50.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:31:50.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868251599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:31:50.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:32:08.866Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:32:08.878Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:32:08.881Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:32:08.881Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:32:08.881Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:32:08.881Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:32:38.882Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:32:38.908Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:32:38.911Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:32:38.911Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:32:38.912Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:32:38.912Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:32:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:32:50.679Z||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-04-25T06:32:50.679Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:32:50.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:32:50.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:32:50.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868252237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:32:50.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:08.912Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:33:08.955Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:33:09.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:33:09.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:33:09.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:33:09.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:33:39.029Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:33:39.095Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:33:39.111Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:33:39.112Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:33:39.112Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:33:39.112Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:33:50.686Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:33:50.686Z||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-04-25T06:33:50.687Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:33:50.765Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:33:50.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "clamp",
"timestamp": 1650868252605,
"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-04-25T06:33:50.820Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:33:50.820Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:33:50.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868255655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:33:50.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868256659,
"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-04-25T06:33:50.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:33:50.848Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:33:50.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868259080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:33:50.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868260409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:33:50.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868261677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:33:50.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868264579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868265599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868266608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868267613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:33:50.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:09.112Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:34:09.161Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:34:09.175Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:34:09.175Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T06:34:09.175Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T06:34:09.221Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:34:39.222Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:34:39.252Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bae56fff-d710-4caa-a6e5-570083c69b20 and serviceModelVersionId: 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0
2022-04-25T06:34:39.252Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4
2022-04-25T06:34:39.254Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0
2022-04-25T06:34:39.331Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:34:39.660Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|INFO|500||Invoke
2022-04-25T06:34:39.661Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bae56fff-d710-4caa-a6e5-570083c69b20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d4bb0dd-48c0-4bcc-be27-9c44ed141966], X-ECOMP-RequestID=[bae56fff-d710-4caa-a6e5-570083c69b20], X-TransactionId=[], X-ONAP-RequestID=[bae56fff-d710-4caa-a6e5-570083c69b20], Content-Type=[application/merge-patch+json]}
2022-04-25T06:34:39.839Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-25T06:34:40.313Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-06:34:40:287-367], vertex-id=[417808], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:34:40 GMT], Content-Type=[application/json]}
2022-04-25T06:34:40.315Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:34:40.318Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|INFO|500||InvokeReturn
2022-04-25T06:34:40.321Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:34:40.322Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T06:34:40.338Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T06:34:40.340Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bae56fff-d710-4caa-a6e5-570083c69b20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:34:40.342Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:34:40.347Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:40.367Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:40.369Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868480341,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:34:40.465Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-25T06:34:40.467Z||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-04-25T06:34:40.467Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:40.489Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:40.489Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 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-04-25T06:34:41.389Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:34:41.390Z||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-04-25T06:34:41.390Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:34:45.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:45.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:34:45.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fe6e9ee-8964-4a09-b200-96f30d394c16","serviceName":"vFW 2022-04-25 06-31-04","serviceVersion":"1.0","serviceUUID":"99783811-0fdd-4f3f-ac07-7303918aa05a","serviceDescription":"catalog service description","serviceInvariantUUID":"f330876b-e289-4c04-b742-16823848d9f5","resources":[{"resourceInstanceName":"vFW 86aacee2-39ff 0","resourceName":"vFW 86aacee2-39ff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c4b44fe-3a97-4d12-9145-6a610ed32da6","resourceInvariantUUID":"4f0662c4-0cde-40d7-8a04-548c03b17574","resourceCustomizationUUID":"8a520523-7c88-4d2c-abf7-622f42c11055","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml","artifactChecksum":"ZDJiMTYzMWE5YTZkODFiMDQyZGYyMWU4ZTkyZGJkYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed9486d7-2ae2-439c-9547-b79dfb0d9b98","artifactVersion":"1"},{"artifactName":"vfw86aacee239ff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json","artifactChecksum":"NDk3MjVhNzJhYjYzYzlkNTIyZTZkMDYwMmQwMGRiMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2e33865-9750-4bd9-b0c5-e9a233092935","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57934bf7-c79b-41cc-9c0f-cc5eff019698","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml","artifactChecksum":"OTQ0ZTlhNzliYTQ0ZWY2NjAyYTExYjg5NDk2Njk3MGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95eeed62-7fc0-485a-8570-f68b9a982990","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe","artifactVersion":"2","generatedFromUUID":"57934bf7-c79b-41cc-9c0f-cc5eff019698"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220425063104-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml","artifactChecksum":"NWE5ZGQwY2Q1MDE5M2Y1OTYxM2IzYTQyNDA0ZmNjY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5259e6ad-b909-4a06-b1d5-7d1d4df75a9c","artifactVersion":"1"},{"artifactName":"service-Vfw20220425063104-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar","artifactChecksum":"YjgzMzNkZTIyNTFlYjIxOTczN2JhMzBkM2RiMzRlODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51e0d5f3-994f-4b0c-9fa4-3db25835365c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:34:45.724Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:45.725Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:45.728Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:45.728Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868481389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:45.828Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:34:45.829Z||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-04-25T06:34:45.829Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:45.843Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:45.844Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:46.728Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:46.729Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:46.736Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:46.737Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868481389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:34:46.840Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:34:46.843Z||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-04-25T06:34:46.844Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:46.863Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:46.865Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:47.738Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:47.739Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:47.766Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:47.767Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868481389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:34:47.858Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-25T06:34:47.860Z||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-04-25T06:34:47.860Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:47.896Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:47.897Z||pool-37-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:48.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:48.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:48.771Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:48.771Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868481389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:48.871Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:34:48.872Z||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-04-25T06:34:48.872Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:48.891Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:48.892Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:49.771Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:49.772Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:49.780Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:49.781Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868481389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T06:34:49.876Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-25T06:34:49.879Z||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-04-25T06:34:49.880Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:49.930Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:49.931Z||pool-39-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:34:50.675Z||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-04-25T06:34:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:34:50.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:50.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868397749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868395291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868403946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.782Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:50.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.784Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:50.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "cds",
"timestamp": 1650868405456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868397749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868395291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:34:50.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868403946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "cds",
"timestamp": 1650868405456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868397749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868395291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.812Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868403946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "cds",
"timestamp": 1650868405456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868407243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.813Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868481389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868397749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868395291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868403946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "cds",
"timestamp": 1650868405456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868407243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868397749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868395291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T06:34:50.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868403946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "cds",
"timestamp": 1650868405456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868407243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868397749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868395291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868403946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "cds",
"timestamp": 1650868405456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868407243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868397749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:34:50.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868395291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:34:50.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868403946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:34:50.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "cds",
"timestamp": 1650868405456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868407243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868410860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868412529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868412544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868412714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868407243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "cds",
"timestamp": 1650868413474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868410860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868413550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "ves-openapi-manager",
"timestamp": 1650868407243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868414125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "cds",
"timestamp": 1650868414484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-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-04-25T06:34:50.892Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-04-25T06:34:50.894Z||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-04-25T06:34:50.895Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:50.905Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:50.908Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 and ComponentName cds
2022-04-25T06:34:50.921Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
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=?
2022-04-25T06:34:50.925Z||pool-40-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T06:34:50.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868410860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:50.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "policy-id",
"timestamp": 1650868414553,
"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-04-25T06:34:50.985Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:50.987Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:34:51.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868410860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868415523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:34:51.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868410860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868416626,
"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-04-25T06:34:51.067Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:51.068Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:34:51.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868410860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650868417634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T06:34:51.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868410860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:34:51.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868424376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868424376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868427274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:34:51.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868426622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:34:51.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868424376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "aai-ml",
"timestamp": 1650868428280,
"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-04-25T06:34:51.122Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:51.123Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:34:51.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868424376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868424376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868429628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T06:34:51.149Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868424376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "clamp",
"timestamp": 1650868430640,
"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-04-25T06:34:51.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:51.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:34:51.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650868424376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:34:51.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-25T06:34:51.816Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:51.819Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:51.842Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:51.860Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868481389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T06:34:51.943Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-04-25T06:34:51.945Z||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-04-25T06:34:51.945Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:51.978Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:51.979Z||pool-41-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:34:52.861Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"serviceName": "vFW 2022-04-25 06-31-04",
"serviceVersion": "1.0",
"serviceUUID": "99783811-0fdd-4f3f-ac07-7303918aa05a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f330876b-e289-4c04-b742-16823848d9f5",
"resources": [
{
"resourceInstanceName": "vFW 86aacee2-39ff 0",
"resourceCustomizationUUID": "8a520523-7c88-4d2c-abf7-622f42c11055",
"resourceName": "vFW 86aacee2-39ff",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0c4b44fe-3a97-4d12-9145-6a610ed32da6",
"resourceInvariantUUID": "4f0662c4-0cde-40d7-8a04-548c03b17574",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw86aacee239ff0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"artifactChecksum": "NDk3MjVhNzJhYjYzYzlkNTIyZTZkMDYwMmQwMGRiMDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2e33865-9750-4bd9-b0c5-e9a233092935",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "57934bf7-c79b-41cc-9c0f-cc5eff019698",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe",
"generatedFromUUID": "57934bf7-c79b-41cc-9c0f-cc5eff019698"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220425063104-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"artifactChecksum": "YjgzMzNkZTIyNTFlYjIxOTczN2JhMzBkM2RiMzRlODc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51e0d5f3-994f-4b0c-9fa4-3db25835365c"
}
],
"workloadContext": "Production"
}
2022-04-25T06:34:52.862Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:34:52.862Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99783811-0fdd-4f3f-ac07-7303918aa05a ASDC
2022-04-25T06:34:52.863Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9fe6e9ee-8964-4a09-b200-96f30d394c16
ServiceName:vFW 2022-04-25 06-31-04
ServiceVersion:1.0
ServiceUUID:99783811-0fdd-4f3f-ac07-7303918aa05a
ServiceInvariantUUID:f330876b-e289-4c04-b742-16823848d9f5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220425063104-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar
ArtifactUUID:51e0d5f3-994f-4b0c-9fa4-3db25835365c
ArtifactChecksum:YjgzMzNkZTIyNTFlYjIxOTczN2JhMzBkM2RiMzRlODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 86aacee2-39ff 0
ResourceCustomizationUUID:8a520523-7c88-4d2c-abf7-622f42c11055
ResourceInvariantUUID:4f0662c4-0cde-40d7-8a04-548c03b17574
ResourceName:vFW 86aacee2-39ff
ResourceType:VF
ResourceUUID:0c4b44fe-3a97-4d12-9145-6a610ed32da6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw86aacee239ff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json
ArtifactUUID:c2e33865-9750-4bd9-b0c5-e9a233092935
ArtifactChecksum:NDk3MjVhNzJhYjYzYzlkNTIyZTZkMDYwMmQwMGRiMDU=
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/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml
ArtifactUUID:57934bf7-c79b-41cc-9c0f-cc5eff019698
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/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
ArtifactUUID:6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe
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/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
ArtifactUUID:6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-25T06:34:52.863Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99783811-0fdd-4f3f-ac07-7303918aa05a 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-04-25T06:34:52.916Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:34:52.917Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-25T06:34:52.917Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-25T06:34:52.918Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 51e0d5f3-994f-4b0c-9fa4-3db25835365c from URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:52.919Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-25T06:34:52.919Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:53.029Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-25T06:34:53.038Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar 51e0d5f3-994f-4b0c-9fa4-3db25835365c 99005
2022-04-25T06:34:53.039Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar ASDC sendASDCNotification
2022-04-25T06:34:53.039Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:53.039Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:34:53.040Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:53.051Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:53.052Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868493039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:34:53.143Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-25T06:34:53.146Z||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-04-25T06:34:53.146Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:53.180Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:34:53.182Z||pool-42-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:54.053Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:34:54.054Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-25T06:34:54.054Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 51e0d5f3-994f-4b0c-9fa4-3db25835365c, URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar to file: /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:54.055Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220425063104-csar.csar
2022-04-25T06:34:54.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:54.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:54.774Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16410115640018231141/Definitions/service-Vfw20220425063104-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-25T06:35:00.935Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:35:00.936Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-25T06:35:00.936Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.937Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-25T06:35:00.937Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.937Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.937Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 86aacee2-39ff 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||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-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.940Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-25T06:35:00.940Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.940Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.940Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.941Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-25T06:35:00.941Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:35:00.941Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.942Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.942Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.942Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-25T06:35:00.942Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:35:00.943Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.943Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.943Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.943Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:00.944Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:00.944Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:35:00.944Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.944Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.945Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:35:00.945Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.945Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:00.945Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:35:00.946Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:35:00.946Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.946Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.947Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:35:00.947Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.947Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:35:00.947Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.948Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T06:35:00.948Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.948Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:35:00.948Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.949Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.949Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:00.949Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.949Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.950Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:00.950Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.950Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.950Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:00.951Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.951Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:00.951Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:00.951Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T06:35:00.952Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:00.952Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:35:00.952Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:35:00.952Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.953Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.953Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:35:00.953Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.953Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:35:00.954Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.954Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c536e7c-e1fb-4825-ac77-f8737f16f398
2022-04-25T06:35:00.954Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.954Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:00.955Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:00.955Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:35:00.955Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.955Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.956Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:35:00.956Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.956Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:00.956Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T06:35:00.957Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:35:00.957Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.957Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:35:00.957Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.958Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40b08a41-0a7e-4131-a854-8b37b219c0d5
2022-04-25T06:35:00.958Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.958Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:35:00.960Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.960Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:00.960Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:35:00.960Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:35:00.961Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.961Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.961Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T06:35:00.961Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b625acd3-7a6b-4b2c-a868-a1df1f1aa45e
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.963Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.963Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:00.963Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.963Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-25 06-31-04
Description:catalog service description
Model UUID:99783811-0fdd-4f3f-ac07-7303918aa05a
Model Version:NULL
Model InvariantUuid:f330876b-e289-4c04-b742-16823848d9f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 86aacee2-39ff
Model UUID:40ff156b-f9ca-4075-b8bc-0056e8c69090
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f0662c4-0cde-40d7-8a04-548c03b17574
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8a520523-7c88-4d2c-abf7-622f42c11055
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cd3be7d8-5bfc-46a5-9905-9b63df566a98
ModelName:Vfw86aacee239ff..base_vfw..module-0
ModelUuid:539fb523-cf95-4072-917d-6320bfbb69b7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1c536e7c-e1fb-4825-ac77-f8737f16f398
ModelInvariantUuid:551695fb-44bb-4eb5-942e-5a0936629b72
ModelName:vFW 86aacee2-39ff-nodes.vfwCvfc
ModelUuid:d07efc59-0b9d-4e6b-b2b3-ada52d58b6c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:cf5667d9-7ef0-4c54-9009-dff5614d5dfa
ModelInvariantUuid:48609d98-6039-4581-bc18-9d92684f04cd
ModelName:Vfw86aacee239ff.compute.nodes.heat.vfw
ModelUuid:fbc219a5-92b9-483c-aeef-37f97754674e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:40b08a41-0a7e-4131-a854-8b37b219c0d5
ModelInvariantUuid:b0689eb6-c65f-4ffb-8880-8fbd9e3ebbb5
ModelName:vFW 86aacee2-39ff-nodes.vsnCvfc
ModelUuid:ff398a15-6e2e-4cf3-a956-c460c7d60fed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:72f5bb40-0776-4265-9c9a-4c8d786a164d
ModelInvariantUuid:b1a71224-7fd3-45c1-a576-58dd2aaf4976
ModelName:Vfw86aacee239ff.compute.nodes.heat.vsn
ModelUuid:a084b00c-ba3a-42f0-b128-0037da92032b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b625acd3-7a6b-4b2c-a868-a1df1f1aa45e
ModelInvariantUuid:185f8852-c30d-4157-ad7c-f0a18b6a55a2
ModelName:vFW 86aacee2-39ff-nodes.vpgCvfc
ModelUuid:db94f09c-5018-4404-9ff8-1f071b4a4af3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:01fe1fea-bea1-4598-8097-1f2ac06fcc36
ModelInvariantUuid:ba37c932-1e2a-4be3-8e90-cdfd9a266536
ModelName:Vfw86aacee239ff.compute.nodes.heat.vpg
ModelUuid:68425f12-d5f8-47f9-af36-de31668d4c90
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-04-25T06:35:00.985Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c4b44fe-3a97-4d12-9145-6a610ed32da6
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-04-25T06:35:01.002Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||vFW 86aacee2-39ff 0
2022-04-25T06:35:01.003Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c4b44fe-3a97-4d12-9145-6a610ed32da6
2022-04-25T06:35:01.004Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c2e33865-9750-4bd9-b0c5-e9a233092935 from URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json
2022-04-25T06:35:01.005Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-25T06:35:01.006Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json
2022-04-25T06:35:01.247Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-25T06:35:01.247Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json c2e33865-9750-4bd9-b0c5-e9a233092935 785
2022-04-25T06:35:01.248Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json ASDC sendASDCNotification
2022-04-25T06:35:01.248Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json
2022-04-25T06:35:01.248Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:35:01.248Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:01.251Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:01.251Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868501248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:35:01.354Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-25T06:35:01.358Z||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-04-25T06:35:01.360Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:01.392Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:35:01.393Z||pool-43-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:35:02.252Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw86aacee239ff..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cd3be7d8-5bfc-46a5-9905-9b63df566a98",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "539fb523-cf95-4072-917d-6320bfbb69b7",
"vfModuleModelCustomizationUUID": "4f717fde-8f7c-4273-919b-67c0ec9687bf",
"isBase": true,
"artifacts": [
"57934bf7-c79b-41cc-9c0f-cc5eff019698",
"6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe"
],
"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-04-25T06:35:02.260Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86aacee239ff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:539fb523-cf95-4072-917d-6320bfbb69b7
VfModuleModelInvariantUUID:cd3be7d8-5bfc-46a5-9905-9b63df566a98
VfModuleModelDescription:NULL
Artifacts UUID List:{
57934bf7-c79b-41cc-9c0f-cc5eff019698
,
6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe
}
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-04-25T06:35:02.276Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw86aacee239ff..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cd3be7d8-5bfc-46a5-9905-9b63df566a98",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "539fb523-cf95-4072-917d-6320bfbb69b7",
"vfModuleModelCustomizationUUID": "4f717fde-8f7c-4273-919b-67c0ec9687bf",
"isBase": true,
"artifacts": [
"57934bf7-c79b-41cc-9c0f-cc5eff019698",
"6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe"
],
"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-04-25T06:35:02.277Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86aacee239ff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:539fb523-cf95-4072-917d-6320bfbb69b7
VfModuleModelInvariantUUID:cd3be7d8-5bfc-46a5-9905-9b63df566a98
VfModuleModelDescription:NULL
Artifacts UUID List:{
57934bf7-c79b-41cc-9c0f-cc5eff019698
,
6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe
}
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-04-25T06:35:02.277Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57934bf7-c79b-41cc-9c0f-cc5eff019698 from URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml
2022-04-25T06:35:02.277Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-25T06:35:02.277Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml
2022-04-25T06:35:02.669Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-25T06:35:02.675Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml 57934bf7-c79b-41cc-9c0f-cc5eff019698 20368
2022-04-25T06:35:02.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T06:35:02.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml
2022-04-25T06:35:02.677Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:35:02.677Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:02.683Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:02.684Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868502676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:35:02.782Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:35:02.784Z||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-04-25T06:35:02.784Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:02.799Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:35:02.800Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:35:03.686Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe from URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
2022-04-25T06:35:03.686Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-25T06:35:03.687Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
2022-04-25T06:35:04.056Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-25T06:35:04.056Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env 6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe 2098
2022-04-25T06:35:04.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T06:35:04.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
2022-04-25T06:35:04.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:35:04.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:04.068Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:04.068Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650868504057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T06:35:04.161Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-25T06:35:04.163Z||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-04-25T06:35:04.163Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:04.178Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T06:35:04.179Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:35:05.069Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 99783811-0fdd-4f3f-ac07-7303918aa05a
2022-04-25T06:35:05.070Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 86aacee2-39ff 0 0c4b44fe-3a97-4d12-9145-6a610ed32da6 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-04-25T06:35:05.104Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45a21e52, org.onap.sdc.toscaparser.api.parameters.Input@7b197e76, org.onap.sdc.toscaparser.api.parameters.Input@2fa5aa40, org.onap.sdc.toscaparser.api.parameters.Input@6d7ad575, org.onap.sdc.toscaparser.api.parameters.Input@387f1606]
2022-04-25T06:35:05.106Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:05.106Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.106Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-04-25T06:35:05.106Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8a520523-7c88-4d2c-abf7-622f42c11055
2022-04-25T06:35:05.107Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a520523-7c88-4d2c-abf7-622f42c11055 matches Tosca VF Customization UUID: 8a520523-7c88-4d2c-abf7-622f42c11055
2022-04-25T06:35:05.107Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8a520523-7c88-4d2c-abf7-622f42c11055 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-04-25T06:35:05.112Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:05.112Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.115Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8a520523-7c88-4d2c-abf7-622f42c11055: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-25T06:35:05.116Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31bad40d
2022-04-25T06:35:05.116Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:05.116Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:35:05.117Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f717fde-8f7c-4273-919b-67c0ec9687bf
2022-04-25T06:35:05.117Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f717fde-8f7c-4273-919b-67c0ec9687bf
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-04-25T06:35:05.123Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:05.123Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:05.124Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:05.124Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:05.125Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:05.126Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:05.127Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:05.128Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:05.129Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:05.136Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T06:35:05.136Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:05.136Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:35:05.136Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:35:05.138Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.138Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c536e7c-e1fb-4825-ac77-f8737f16f398
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-04-25T06:35:05.143Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T06:35:05.144Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:05.144Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:05.144Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery