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)
2021-11-20T09:53:33.353Z||main|||||INFO|500||The following profiles are active: basic
2021-11-20T09:53:51.898Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-20T09:53:51.898Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-20T09:53:52.049Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-20T09:53:57.745Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-20T09:53:58.710Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-20T09:53:59.481Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-20T09:53:59.489Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-20T09:53:59.667Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-20T09:54:00.079Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-20T09:54:00.964Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-20T09:54:07.581Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-20T09:54:09.752Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-20T09:54:09.811Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-20T09:54:10.415Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-20T09:54:10.579Z||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.
2021-11-20T09:54:11.946Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-20T09:54:13.079Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-20T09:54:13.113Z||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$$2538ded1.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)
2021-11-20T09:54:13.114Z||main|||||WARN|500||The sdc end point is not alive
2021-11-20T09:54:16.509Z||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
2021-11-20T09:54:19.474Z||main|||||WARN|500||---
2021-11-20T09:54:19.475Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-20T09:54:19.475Z||main|||||WARN|500||---
2021-11-20T09:54:19.964Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-20T09:54:25.616Z||main|||||INFO|500||Started Application in 55.729 seconds (JVM running for 62.167)
2021-11-20T09:54:25.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-20T09:54:25.640Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-20T09:54:25.659Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-20T09:54:25.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-20T09:54:25.765Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62cad2ac-3375-4a98-aa1e-4c6412be83d9 url= /sdc/v1/artifactTypes
2021-11-20T09:54:25.766Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-20T09:54:26.102Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-20T09:54:26.130Z||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
2021-11-20T09:54:26.155Z||scheduling-1|||||DEBUG|500||create keys
2021-11-20T09:54:26.163Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-20T09:54:26.286Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:54:26.307Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ec1a0bf1-7c8c-480b-bc84-204199dfc467 url= /sdc/v1/registerForDistribution
2021-11-20T09:54:26.643Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ec1a0bf1-7c8c-480b-bc84-204199dfc467 url= /sdc/v1/registerForDistribution
2021-11-20T09:54:26.644Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-20T09:54:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:54:26.658Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:54:26.669Z||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.
2021-11-20T09:54:26.669Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T09:54:26.670Z||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.
2021-11-20T09:54:26.670Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T09:54:26.672Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-20T09:54:37.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:54:37.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:55:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:55:26.658Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:55:26.660Z||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.
2021-11-20T09:55:26.660Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T09:55:26.661Z||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.
2021-11-20T09:55:26.661Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T09:55:36.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:55:36.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:56:26.652Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:56:26.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:56:26.655Z||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.
2021-11-20T09:56:26.655Z||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.
2021-11-20T09:56:26.656Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T09:56:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T09:56:36.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:56:36.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:57:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:57:26.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:57:26.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T09:57:26.657Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T09:57:26.657Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T09:57:26.657Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T09:57:36.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:57:36.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:58:26.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:58:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:58:26.655Z||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.
2021-11-20T09:58:26.655Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T09:58:26.656Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T09:58:26.656Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T09:58:36.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:58:36.216Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:59:26.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:59:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T09:59:26.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T09:59:26.656Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T09:59:26.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T09:59:26.657Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T09:59:36.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T09:59:36.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:00:26.651Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:00:26.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:00:26.653Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:00:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:00:26.654Z||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.
2021-11-20T10:00:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:00:36.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:00:36.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:01:26.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:01:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:01:26.655Z||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.
2021-11-20T10:01:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:01:26.655Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:01:26.658Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:01:36.215Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:01:36.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:02:26.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:02:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:02:26.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:02:26.656Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:02:26.658Z||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.
2021-11-20T10:02:26.659Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:02:36.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:02:36.216Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:03:26.651Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:03:26.652Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:03:26.653Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:03:26.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:03:26.654Z||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.
2021-11-20T10:03:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:03:36.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:03:36.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:03:47.521Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-20T10:04:26.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:04:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:04:26.655Z||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.
2021-11-20T10:04:26.655Z||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.
2021-11-20T10:04:26.656Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:04:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:04:36.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:04:36.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:05:26.651Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:05:26.652Z||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.
2021-11-20T10:05:26.653Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:05:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:05:26.654Z||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.
2021-11-20T10:05:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:05:36.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:05:36.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:06:26.651Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:06:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:06:26.654Z||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.
2021-11-20T10:06:26.654Z||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.
2021-11-20T10:06:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:06:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:06:36.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:06:36.214Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:07:26.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:07:26.653Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:07:26.653Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:07:26.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:07:26.655Z||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.
2021-11-20T10:07:26.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:07:36.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:07:36.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:08:26.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:08:26.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:08:26.654Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:08:26.654Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:08:26.654Z||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.
2021-11-20T10:08:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:08:36.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:08:36.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:09:26.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:09:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:09:26.655Z||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.
2021-11-20T10:09:26.655Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:09:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:09:26.655Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:09:36.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:09:36.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:10:26.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:10:26.652Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:10:26.653Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:10:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:10:26.654Z||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.
2021-11-20T10:10:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:10:36.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:10:36.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:11:26.652Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:11:26.654Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:11:26.655Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:11:26.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:11:26.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:11:26.656Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:11:36.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:11:36.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:12:26.651Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:12:26.652Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:12:26.652Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:12:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:12:26.654Z||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.
2021-11-20T10:12:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:12:36.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:12:36.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:13:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:13:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:13:26.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:13:26.654Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:13:26.654Z||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.
2021-11-20T10:13:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:13:36.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:13:36.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:14:26.653Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:14:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:14:26.655Z||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.
2021-11-20T10:14:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:14:26.655Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:14:26.656Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:14:36.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:14:36.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:15:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:15:26.652Z||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.
2021-11-20T10:15:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:15:26.653Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:15:26.655Z||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.
2021-11-20T10:15:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:15:36.209Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:15:36.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:16:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:16:26.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:16:26.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:16:26.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:16:26.656Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:16:26.656Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:16:36.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:16:36.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:17:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:17:26.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:17:26.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:17:26.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:17:26.656Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:17:26.656Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:17:36.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:17:36.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:18:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:18:26.652Z||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.
2021-11-20T10:18:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:18:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:18:26.658Z||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.
2021-11-20T10:18:26.658Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:18:36.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:18:36.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:19:26.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:19:26.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:19:26.655Z||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.
2021-11-20T10:19:26.655Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:19:26.655Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:19:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:19:36.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:19:36.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:20:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:20:26.652Z||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.
2021-11-20T10:20:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:20:26.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:20:26.658Z||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.
2021-11-20T10:20:26.658Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:20:36.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:20:36.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:21:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:21:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:21:26.655Z||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.
2021-11-20T10:21:26.655Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:21:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:21:26.655Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:21:36.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:21:36.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:22:26.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:22:26.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:22:26.653Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:22:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:22:26.654Z||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.
2021-11-20T10:22:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:22:36.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:22:36.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:23:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:23:26.653Z||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.
2021-11-20T10:23:26.653Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:23:26.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:23:26.654Z||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.
2021-11-20T10:23:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:23:36.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:23:36.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:24:26.652Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:24:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:24:26.655Z||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.
2021-11-20T10:24:26.655Z||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.
2021-11-20T10:24:26.656Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:24:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:24:36.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:24:36.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:25:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:25:26.652Z||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.
2021-11-20T10:25:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:25:26.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:25:26.654Z||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.
2021-11-20T10:25:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:25:36.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:25:36.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:26:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:26:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:26:26.654Z||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.
2021-11-20T10:26:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:26:26.654Z||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.
2021-11-20T10:26:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:26:36.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:26:36.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:27:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:27:26.652Z||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.
2021-11-20T10:27:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:27:26.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:27:26.654Z||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.
2021-11-20T10:27:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:27:36.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:27:36.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:28:26.651Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:28:26.653Z||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.
2021-11-20T10:28:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:28:26.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:28:26.654Z||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.
2021-11-20T10:28:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:28:36.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:28:36.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:29:26.652Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:29:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:29:26.654Z||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.
2021-11-20T10:29:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:29:26.654Z||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.
2021-11-20T10:29:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:29:36.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:29:36.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:30:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:30:26.652Z||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.
2021-11-20T10:30:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:30:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:30:26.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:30:26.656Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:30:36.209Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:30:36.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:31:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:31:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:31:26.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:31:26.656Z||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.
2021-11-20T10:31:26.656Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:31:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:31:36.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:31:36.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:32:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:32:26.652Z||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.
2021-11-20T10:32:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:32:26.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:32:26.654Z||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.
2021-11-20T10:32:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:32:36.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:32:36.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:33:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:33:26.653Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:33:26.654Z||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.
2021-11-20T10:33:26.654Z||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.
2021-11-20T10:33:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:33:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:33:36.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:33:36.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:34:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:34:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:34:26.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:34:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:34:26.656Z||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.
2021-11-20T10:34:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:34:36.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:34:36.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:35:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:35:26.652Z||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.
2021-11-20T10:35:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:35:26.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:35:26.654Z||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.
2021-11-20T10:35:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:35:36.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:35:36.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:36:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:36:26.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:36:26.654Z||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.
2021-11-20T10:36:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:36:26.654Z||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.
2021-11-20T10:36:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:36:36.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:36:36.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:37:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:37:26.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:37:26.656Z||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.
2021-11-20T10:37:26.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:37:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:37:26.657Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:37:36.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:37:36.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:38:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:38:26.652Z||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.
2021-11-20T10:38:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:38:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:38:26.654Z||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.
2021-11-20T10:38:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:38:36.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:38:36.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:39:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:39:26.653Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:39:26.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:39:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:39:26.654Z||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.
2021-11-20T10:39:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:39:36.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:39:36.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:40:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:40:26.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:40:26.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:40:26.656Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:40:26.656Z||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.
2021-11-20T10:40:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:40:36.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:40:36.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:41:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:41:26.652Z||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.
2021-11-20T10:41:26.652Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:41:26.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:41:26.655Z||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.
2021-11-20T10:41:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:41:36.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:41:36.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:42:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:42:26.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:42:26.655Z||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.
2021-11-20T10:42:26.655Z||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.
2021-11-20T10:42:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:42:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:42:36.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:42:36.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:43:26.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:43:26.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:43:26.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.
2021-11-20T10:43:26.659Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:43:26.659Z||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.
2021-11-20T10:43:26.659Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:43:36.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:43:36.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:44:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:44:26.652Z||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.
2021-11-20T10:44:26.653Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:44:26.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:44:26.655Z||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.
2021-11-20T10:44:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:44:36.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:44:36.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:45:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:45:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:45:26.655Z||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.
2021-11-20T10:45:26.656Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:45:26.655Z||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.
2021-11-20T10:45:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:45:36.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:45:36.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:46:26.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:46:26.653Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:46:26.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:46:26.658Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:46:26.657Z||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.
2021-11-20T10:46:26.658Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:46:36.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:46:36.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:47:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:47:26.653Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:47:26.653Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:47:26.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:47:26.655Z||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.
2021-11-20T10:47:26.655Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:47:36.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:47:36.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:48:26.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:48:26.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:48:26.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.
2021-11-20T10:48:26.661Z||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.
2021-11-20T10:48:26.661Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:48:26.661Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:48:36.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:48:36.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:49:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:49:26.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:49:26.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:49:26.656Z||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.
2021-11-20T10:49:26.656Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:49:26.656Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:49:36.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:49:36.216Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:50:26.652Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:50:26.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:50:26.657Z||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.
2021-11-20T10:50:26.657Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:26.657Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:27.294Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:27.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:27.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"37d079ba-f224-4144-8db5-e5112ee30f3c","serviceName":"vFW 2021-11-20 10-47-51","serviceVersion":"1.0","serviceUUID":"4dd98fc0-89e1-425a-99c1-d90258031214","serviceDescription":"catalog service description","serviceInvariantUUID":"e99069a8-0604-4433-a9dd-e02455681cf7","resources":[{"resourceInstanceName":"vFW 3f54158d-6adc 0","resourceName":"vFW 3f54158d-6adc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2675801a-9ad1-49ee-83d6-c5da8b79cca8","resourceInvariantUUID":"33cda05f-ebea-4243-8697-bd9c536728c4","resourceCustomizationUUID":"e606724f-4a66-4c18-9e5d-73b7c362eb7c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml","artifactChecksum":"NWM3NjZmNWYxNDc4YWY1MDFlYzg4OTZkMGVkMDM5MDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2377300-149d-483e-9edb-3e998d1ed276","artifactVersion":"1"},{"artifactName":"vfw3f54158d6adc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json","artifactChecksum":"NTgzZTNlMzY3MDI4ZGIyNzE1ZGM5OTY2NGE5Mjc2NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"70cc6796-2e44-42f7-8231-11a799fc7c14","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7b7a08dc-4896-42a1-b0b2-ec5829d10ea2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2VhYWU3YmUyMzExMThhNDJmZTA4Y2JlMTc1NzZmNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c49687eb-a34c-4581-8f7b-9f48e414c925","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"beada4d8-f46d-4ab8-974b-b0ee65038efa","artifactVersion":"2","generatedFromUUID":"7b7a08dc-4896-42a1-b0b2-ec5829d10ea2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211120104751-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml","artifactChecksum":"NWU3MDNlNTg0OTliMDI1NmNhYzgyYmVlM2RjNzJlM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a987d53-d543-48e8-8e19-ae18b6e5d67d","artifactVersion":"1"},{"artifactName":"service-Vfw20211120104751-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar","artifactChecksum":"YWFmNDlkNjlhNjc0ZDI0OGZiMWQxODM3ZTg0YmY1Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"626fc86c-d874-4be4-a196-3b9f67949104","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-20T10:50:27.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405395703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.316Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:50:27.324Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:27.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405391866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "dcae-sch",
"timestamp": 1637405390941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "cds",
"timestamp": 1637405391615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405397755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405395703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405391866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "dcae-sch",
"timestamp": 1637405390941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "cds",
"timestamp": 1637405391615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405397755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405395703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405391866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "dcae-sch",
"timestamp": 1637405390941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.339Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:27.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "cds",
"timestamp": 1637405391615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.340Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405397755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405395703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405391866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "dcae-sch",
"timestamp": 1637405390941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "cds",
"timestamp": 1637405391615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405397755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405395703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405391866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "dcae-sch",
"timestamp": 1637405390941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "cds",
"timestamp": 1637405391615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405397755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405395703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405391866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "dcae-sch",
"timestamp": 1637405390941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "cds",
"timestamp": 1637405391615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405397755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405395703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405391866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "dcae-sch",
"timestamp": 1637405390941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "cds",
"timestamp": 1637405391615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405397755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405403824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405403824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405404960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405405675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:27.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "cds",
"timestamp": 1637405405700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:27.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405405704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:27.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405405700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:27.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405403824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405404960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "cds",
"timestamp": 1637405406718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-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=?
2021-11-20T10:50:27.440Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-11-20T10:50:27.454Z||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.
2021-11-20T10:50:27.454Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:27.472Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:27.473Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 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 (?, ?, ?, ?, ?)
2021-11-20T10:50:27.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c
2021-11-20T10:50:27.555Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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 (?, ?, ?, ?, ?)
2021-11-20T10:50:27.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405406710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:50:27.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405407247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:27.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405403824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405404960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "policy-id",
"timestamp": 1637405407717,
"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=?
2021-11-20T10:50:27.594Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c
2021-11-20T10:50:27.594Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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 (?, ?, ?, ?, ?)
2021-11-20T10:50:27.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405408367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:27.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405403824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405404960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405403824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405404960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405409775,
"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=?
2021-11-20T10:50:27.619Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c
2021-11-20T10:50:27.619Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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=?
2021-11-20T10:50:27.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405403824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405404960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405410779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-20T10:50:27.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405411212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:50:27.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405404960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405412221,
"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=?
2021-11-20T10:50:27.636Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c
2021-11-20T10:50:27.636Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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 (?, ?, ?, ?, ?)
2021-11-20T10:50:27.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405412243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:27.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405411962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405411962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405411962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405411962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405411962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405411962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:27.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405411962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:50:27.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:50:27.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405424499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:27.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:27.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:50:27.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405426385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:50:27.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:50:28.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:50:28.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:28.351Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:28.351Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOTIFIED"
}
2021-11-20T10:50:28.451Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:50:28.452Z||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.
2021-11-20T10:50:28.452Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:28.462Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:28.463Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:29.352Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:50:29.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:29.357Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:29.357Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-20T10:50:29.457Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:50:29.458Z||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.
2021-11-20T10:50:29.458Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:29.473Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:29.474Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:30.357Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:50:30.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:30.360Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:30.360Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:30.466Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-11-20T10:50:30.467Z||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.
2021-11-20T10:50:30.467Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:30.483Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:30.484Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:50:31.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:50:31.362Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:31.364Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:31.364Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-20T10:50:31.464Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:50:31.465Z||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.
2021-11-20T10:50:31.465Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:31.475Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:31.476Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:32.365Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:50:32.366Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:32.367Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:32.368Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:50:32.468Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:50:32.469Z||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.
2021-11-20T10:50:32.469Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:32.485Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:32.486Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:33.368Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:50:33.369Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:33.372Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:33.372Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:50:33.472Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:50:33.473Z||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.
2021-11-20T10:50:33.473Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:33.485Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:33.485Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:34.374Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"serviceName": "vFW 2021-11-20 10-47-51",
"serviceVersion": "1.0",
"serviceUUID": "4dd98fc0-89e1-425a-99c1-d90258031214",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e99069a8-0604-4433-a9dd-e02455681cf7",
"resources": [
{
"resourceInstanceName": "vFW 3f54158d-6adc 0",
"resourceCustomizationUUID": "e606724f-4a66-4c18-9e5d-73b7c362eb7c",
"resourceName": "vFW 3f54158d-6adc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2675801a-9ad1-49ee-83d6-c5da8b79cca8",
"resourceInvariantUUID": "33cda05f-ebea-4243-8697-bd9c536728c4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3f54158d6adc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"artifactChecksum": "NTgzZTNlMzY3MDI4ZGIyNzE1ZGM5OTY2NGE5Mjc2NzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "70cc6796-2e44-42f7-8231-11a799fc7c14",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7b7a08dc-4896-42a1-b0b2-ec5829d10ea2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "beada4d8-f46d-4ab8-974b-b0ee65038efa",
"generatedFromUUID": "7b7a08dc-4896-42a1-b0b2-ec5829d10ea2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "beada4d8-f46d-4ab8-974b-b0ee65038efa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211120104751-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"artifactChecksum": "YWFmNDlkNjlhNjc0ZDI0OGZiMWQxODM3ZTg0YmY1Y2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "626fc86c-d874-4be4-a196-3b9f67949104"
}
],
"workloadContext": "Production"
}
2021-11-20T10:50:34.375Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-20T10:50:34.376Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4dd98fc0-89e1-425a-99c1-d90258031214 ASDC
2021-11-20T10:50:34.521Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:37d079ba-f224-4144-8db5-e5112ee30f3c
ServiceName:vFW 2021-11-20 10-47-51
ServiceVersion:1.0
ServiceUUID:4dd98fc0-89e1-425a-99c1-d90258031214
ServiceInvariantUUID:e99069a8-0604-4433-a9dd-e02455681cf7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211120104751-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar
ArtifactUUID:626fc86c-d874-4be4-a196-3b9f67949104
ArtifactChecksum:YWFmNDlkNjlhNjc0ZDI0OGZiMWQxODM3ZTg0YmY1Y2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3f54158d-6adc 0
ResourceCustomizationUUID:e606724f-4a66-4c18-9e5d-73b7c362eb7c
ResourceInvariantUUID:33cda05f-ebea-4243-8697-bd9c536728c4
ResourceName:vFW 3f54158d-6adc
ResourceType:VF
ResourceUUID:2675801a-9ad1-49ee-83d6-c5da8b79cca8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3f54158d6adc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json
ArtifactUUID:70cc6796-2e44-42f7-8231-11a799fc7c14
ArtifactChecksum:NTgzZTNlMzY3MDI4ZGIyNzE1ZGM5OTY2NGE5Mjc2NzA=
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/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml
ArtifactUUID:7b7a08dc-4896-42a1-b0b2-ec5829d10ea2
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/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env
ArtifactUUID:beada4d8-f46d-4ab8-974b-b0ee65038efa
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/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env
ArtifactUUID:beada4d8-f46d-4ab8-974b-b0ee65038efa
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-20T10:50:34.521Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4dd98fc0-89e1-425a-99c1-d90258031214 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=?
2021-11-20T10:50:34.565Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-20T10:50:34.566Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-20T10:50:34.568Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-20T10:50:34.568Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 626fc86c-d874-4be4-a196-3b9f67949104 from URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar
2021-11-20T10:50:34.568Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:50:34.570Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar
2021-11-20T10:50:34.738Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:50:34.755Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar 626fc86c-d874-4be4-a196-3b9f67949104 98902
2021-11-20T10:50:34.757Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar ASDC sendASDCNotification
2021-11-20T10:50:34.757Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar
2021-11-20T10:50:34.761Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:50:34.762Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:34.765Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:34.765Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405434756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:34.865Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:50:34.866Z||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.
2021-11-20T10:50:34.866Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:34.879Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:34.880Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:50:35.766Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-20T10:50:35.770Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-20T10:50:35.770Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 626fc86c-d874-4be4-a196-3b9f67949104, URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar to file: /app/ASDC/1/service-Vfw20211120104751-csar.csar
2021-11-20T10:50:35.771Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211120104751-csar.csar
2021-11-20T10:50:35.853Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211120104751-csar.csar
2021-11-20T10:50:35.853Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211120104751-csar.csar
2021-11-20T10:50:36.584Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13558019158213525215/Definitions/service-Vfw20211120104751-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-20T10:50:38.943Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-20T10:50:38.948Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.949Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3f54158d-6adc 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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.950Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.951Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.951Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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-Vfw20211120104751-csar.csar
2021-11-20T10:50:38.951Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-20T10:50:38.956Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.958Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:38.961Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:38.961Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-20T10:50:38.963Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-20T10:50:38.965Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-20T10:50:38.966Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.966Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:38.969Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.969Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria
2021-11-20T10:50:38.969Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:50:38.969Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.970Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-20T10:50:38.971Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.972Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-20T10:50:38.973Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.974Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:38.974Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:50:38.974Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.974Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:50:38.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria
2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-20T10:50:38.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-20T10:50:38.977Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a2110ca-a4ec-4b01-9b62-955b482d665f
2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria
2021-11-20T10:50:38.978Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.979Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a134737-b86e-4ca5-86a8-ab1adc95c96d
2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria
2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:50:38.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-20T10:50:38.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1f34d47-afb3-456f-8f05-b74f2fc13e37
2021-11-20T10:50:38.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.984Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:38.985Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:38.985Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:38.985Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-20 10-47-51
Description:catalog service description
Model UUID:4dd98fc0-89e1-425a-99c1-d90258031214
Model Version:NULL
Model InvariantUuid:e99069a8-0604-4433-a9dd-e02455681cf7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3f54158d-6adc
Model UUID:46b9d9f1-0be4-42bf-a8bb-5ddc5cfdde33
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:33cda05f-ebea-4243-8697-bd9c536728c4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e606724f-4a66-4c18-9e5d-73b7c362eb7c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dfd0eddb-61cd-4321-90a7-c31a6f534a54
ModelName:Vfw3f54158d6adc..base_vfw..module-0
ModelUuid:1e2645bf-bc47-47f8-ab85-c9c62347a4ab
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9a2110ca-a4ec-4b01-9b62-955b482d665f
ModelInvariantUuid:e51aa253-7089-49f7-b2c6-27b6bf261e4b
ModelName:vFW 3f54158d-6adc-nodes.vfwCvfc
ModelUuid:e897378d-f412-4327-830f-89fc22d134c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5f0eaba8-141a-466e-8cf9-206b2a32a885
ModelInvariantUuid:25d589b1-6fe2-44c8-a109-e1b9567d0136
ModelName:Vfw3f54158d6adc.compute.nodes.heat.vfw
ModelUuid:7eafdfe1-417f-4526-9b6e-62c905be3f3f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8a134737-b86e-4ca5-86a8-ab1adc95c96d
ModelInvariantUuid:5573bcfd-48d3-487a-abed-3d0b1e33731a
ModelName:vFW 3f54158d-6adc-nodes.vsnCvfc
ModelUuid:a1f2545c-bff9-496d-bc77-0b369dbfb0e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3029c398-d545-4df1-a587-44f312312d90
ModelInvariantUuid:ea714ed6-a878-4151-82f7-5fb00767cbc2
ModelName:Vfw3f54158d6adc.compute.nodes.heat.vsn
ModelUuid:8a33ebc1-a1b6-47d3-be33-0257ec9475eb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e1f34d47-afb3-456f-8f05-b74f2fc13e37
ModelInvariantUuid:37cd3a4c-8a7d-49ec-80ea-fd4adc949128
ModelName:vFW 3f54158d-6adc-nodes.vpgCvfc
ModelUuid:382afc45-369f-4d4b-a322-20e73253200f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f675f140-7f42-4a7e-b7a9-7cb16cc0cd8f
ModelInvariantUuid:ee657c15-6f50-40ba-bd6c-140d60f60a97
ModelName:Vfw3f54158d6adc.compute.nodes.heat.vpg
ModelUuid:1a2600b7-5d7c-4874-b7a9-c03bde573eea
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=?
2021-11-20T10:50:38.994Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2675801a-9ad1-49ee-83d6-c5da8b79cca8
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=?
2021-11-20T10:50:39.079Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||vFW 3f54158d-6adc 0
2021-11-20T10:50:39.086Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2675801a-9ad1-49ee-83d6-c5da8b79cca8
2021-11-20T10:50:39.086Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 70cc6796-2e44-42f7-8231-11a799fc7c14 from URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json
2021-11-20T10:50:39.086Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:50:39.086Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json
2021-11-20T10:50:39.282Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:50:39.282Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json 70cc6796-2e44-42f7-8231-11a799fc7c14 785
2021-11-20T10:50:39.283Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json ASDC sendASDCNotification
2021-11-20T10:50:39.283Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json
2021-11-20T10:50:39.283Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:50:39.283Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:39.286Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:39.286Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405439283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:39.386Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:50:39.388Z||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.
2021-11-20T10:50:39.388Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:39.400Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:39.401Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:40.287Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3f54158d6adc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dfd0eddb-61cd-4321-90a7-c31a6f534a54",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1e2645bf-bc47-47f8-ab85-c9c62347a4ab",
"vfModuleModelCustomizationUUID": "f0d44c4d-f20b-4cbb-ae91-bced73ce3173",
"isBase": true,
"artifacts": [
"7b7a08dc-4896-42a1-b0b2-ec5829d10ea2",
"beada4d8-f46d-4ab8-974b-b0ee65038efa"
],
"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": ""
}
}
]
2021-11-20T10:50:40.300Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f54158d6adc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e2645bf-bc47-47f8-ab85-c9c62347a4ab
VfModuleModelInvariantUUID:dfd0eddb-61cd-4321-90a7-c31a6f534a54
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b7a08dc-4896-42a1-b0b2-ec5829d10ea2
,
beada4d8-f46d-4ab8-974b-b0ee65038efa
}
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
}
2021-11-20T10:50:40.303Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3f54158d6adc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dfd0eddb-61cd-4321-90a7-c31a6f534a54",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1e2645bf-bc47-47f8-ab85-c9c62347a4ab",
"vfModuleModelCustomizationUUID": "f0d44c4d-f20b-4cbb-ae91-bced73ce3173",
"isBase": true,
"artifacts": [
"7b7a08dc-4896-42a1-b0b2-ec5829d10ea2",
"beada4d8-f46d-4ab8-974b-b0ee65038efa"
],
"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": ""
}
}
]
2021-11-20T10:50:40.303Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f54158d6adc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e2645bf-bc47-47f8-ab85-c9c62347a4ab
VfModuleModelInvariantUUID:dfd0eddb-61cd-4321-90a7-c31a6f534a54
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b7a08dc-4896-42a1-b0b2-ec5829d10ea2
,
beada4d8-f46d-4ab8-974b-b0ee65038efa
}
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
}
2021-11-20T10:50:40.303Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b7a08dc-4896-42a1-b0b2-ec5829d10ea2 from URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml
2021-11-20T10:50:40.304Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:50:40.304Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml
2021-11-20T10:50:40.355Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:50:40.356Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml 7b7a08dc-4896-42a1-b0b2-ec5829d10ea2 20368
2021-11-20T10:50:40.356Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-20T10:50:40.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml
2021-11-20T10:50:40.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:50:40.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:40.359Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:40.359Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405440356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:40.459Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:50:40.459Z||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.
2021-11-20T10:50:40.460Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:40.470Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:40.470Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:41.360Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: beada4d8-f46d-4ab8-974b-b0ee65038efa from URL: /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env
2021-11-20T10:50:41.361Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:50:41.361Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env
2021-11-20T10:50:41.425Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:50:41.428Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env beada4d8-f46d-4ab8-974b-b0ee65038efa 2098
2021-11-20T10:50:41.428Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-20T10:50:41.428Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env
2021-11-20T10:50:41.429Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:50:41.429Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:41.432Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:41.432Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405441428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:50:41.532Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-20T10:50:41.533Z||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.
2021-11-20T10:50:41.533Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:41.543Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:41.544Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:42.433Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4dd98fc0-89e1-425a-99c1-d90258031214
2021-11-20T10:50:42.434Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3f54158d-6adc 0 2675801a-9ad1-49ee-83d6-c5da8b79cca8 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=?
2021-11-20T10:50:42.473Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a31a756, org.onap.sdc.toscaparser.api.parameters.Input@24a4dde7, org.onap.sdc.toscaparser.api.parameters.Input@16c89f44, org.onap.sdc.toscaparser.api.parameters.Input@1eee8fd3, org.onap.sdc.toscaparser.api.parameters.Input@1962904f]
2021-11-20T10:50:42.477Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.477Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:42.477Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-20T10:50:42.478Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e606724f-4a66-4c18-9e5d-73b7c362eb7c
2021-11-20T10:50:42.478Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e606724f-4a66-4c18-9e5d-73b7c362eb7c matches Tosca VF Customization UUID: e606724f-4a66-4c18-9e5d-73b7c362eb7c
2021-11-20T10:50:42.478Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e606724f-4a66-4c18-9e5d-73b7c362eb7c 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=?
2021-11-20T10:50:42.484Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.485Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:42.486Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e606724f-4a66-4c18-9e5d-73b7c362eb7c: {\"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\"}
2021-11-20T10:50:42.487Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a678772
2021-11-20T10:50:42.487Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.487Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-20T10:50:42.488Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0d44c4d-f20b-4cbb-ae91-bced73ce3173
2021-11-20T10:50:42.489Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0d44c4d-f20b-4cbb-ae91-bced73ce3173
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=?
2021-11-20T10:50:42.497Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.497Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:42.498Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:50:42.499Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.499Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:42.500Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:50:42.500Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.501Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria
2021-11-20T10:50:42.501Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:50:42.501Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:50:42.502Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-20T10:50:42.502Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-20T10:50:42.503Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-20T10:50:42.503Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:42.504Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:42.504Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-20T10:50:42.504Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:42.505Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-20T10:50:42.505Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:42.506Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a2110ca-a4ec-4b01-9b62-955b482d665f
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=?
2021-11-20T10:50:42.512Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.512Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:42.512Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:50:42.513Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.513Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria
2021-11-20T10:50:42.513Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:50:42.514Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:50:42.514Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-20T10:50:42.514Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:42.515Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:42.515Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:42.515Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-20T10:50:42.516Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-20T10:50:42.516Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-20T10:50:42.516Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:42.517Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-20T10:50:42.517Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:42.517Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a134737-b86e-4ca5-86a8-ab1adc95c96d
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=?
2021-11-20T10:50:42.519Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.520Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:42.520Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:50:42.522Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.522Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is not matching search criteria
2021-11-20T10:50:42.523Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:50:42.523Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:50:42.523Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-20T10:50:42.523Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:42.524Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:42.524Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:50:42.524Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-20T10:50:42.524Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-20T10:50:42.525Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-20T10:50:42.525Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:50:42.525Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-20T10:50:42.525Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-20T10:50:42.526Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1f34d47-afb3-456f-8f05-b74f2fc13e37
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=?
2021-11-20T10:50:42.527Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.528Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:42.528Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:50:42.528Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.529Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Node template vFW 3f54158d-6adc 0 is matching search criteria
2021-11-20T10:50:42.529Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3f54158d-6adc 0] matching following query criteria: sdcType=VF, customizationUUID=e606724f-4a66-4c18-9e5d-73b7c362eb7c
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=?
2021-11-20T10:50:42.531Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.531Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:42.531Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4dd98fc0-89e1-425a-99c1-d90258031214: vFW 3f54158d-6adc
2021-11-20T10:50:42.532Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.532Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:42.532Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.532Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:42.533Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.533Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:42.533Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.533Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:42.534Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:50:42.534Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-47-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:50:42.534Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-20 10-47-51
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 (?, ?, ?, ?, ?)
2021-11-20T10:50:42.807Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3f54158d-6adc 2675801a-9ad1-49ee-83d6-c5da8b79cca8 1 ASDC deployResourceStructure
2021-11-20T10:50:42.808Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json ASDC sendASDCNotification
2021-11-20T10:50:42.808Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json
2021-11-20T10:50:42.809Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-20T10:50:42.809Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:42.812Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:42.812Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405442808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-20T10:50:42.914Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-20T10:50:42.915Z||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.
2021-11-20T10:50:42.915Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:42.934Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:42.935Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:50:43.812Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-20T10:50:43.813Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml
2021-11-20T10:50:43.813Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-20T10:50:43.813Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:43.815Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:43.816Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405443812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-20T10:50:43.916Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-20T10:50:43.916Z||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.
2021-11-20T10:50:43.916Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:43.931Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:43.932Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:44.816Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-20T10:50:44.817Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env
2021-11-20T10:50:44.817Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-20T10:50:44.818Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:44.827Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:44.829Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405444816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-20T10:50:44.927Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-20T10:50:44.928Z||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.
2021-11-20T10:50:44.929Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:44.941Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:44.941Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:50:45.831Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar ASDC sendASDCNotification
2021-11-20T10:50:45.832Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar
2021-11-20T10:50:45.832Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-20T10:50:45.833Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:50:45.836Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:50:45.837Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405445831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:50:45.937Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:50:45.938Z||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.
2021-11-20T10:50:45.938Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:50:45.949Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:50:45.950Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:50:46.838Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:50:46.858Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:50:46.861Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-20T10:50:46.861Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-20T10:50:46.861Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-20T10:51:16.862Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:51:16.905Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:51:16.908Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-20T10:51:16.909Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-20T10:51:16.909Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-20T10:51:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:51:26.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:51:26.657Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:51:26.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:51:26.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:51:26.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:51:26.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:51:46.910Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:51:46.931Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:51:46.934Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-20T10:51:46.935Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-20T10:51:46.935Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-20T10:52:16.936Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:52:16.953Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:52:16.956Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-20T10:52:16.956Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-20T10:52:16.957Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-20T10:52:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:52:26.655Z||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.
2021-11-20T10:52:26.656Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:52:27.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:52:27.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "clamp",
"timestamp": 1637405427396,
"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=?
2021-11-20T10:52:27.189Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c
2021-11-20T10:52:27.189Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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 (?, ?, ?, ?, ?)
2021-11-20T10:52:27.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "NOTIFIED"
}
2021-11-20T10:52:27.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:52:27.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-20T10:52:27.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:52:27.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:52:27.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-20T10:52:27.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405432108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:52:27.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:52:27.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:52:27.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "aai-ml",
"timestamp": 1637405433115,
"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=?
2021-11-20T10:52:27.209Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37d079ba-f224-4144-8db5-e5112ee30f3c
2021-11-20T10:52:27.209Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37d079ba-f224-4144-8db5-e5112ee30f3c 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 (?, ?, ?, ?, ?)
2021-11-20T10:52:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405426652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:52:27.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-20T10:52:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405434756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:52:27.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:52:27.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405439283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:52:27.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:52:27.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405440356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:52:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:52:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405441428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:52:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:52:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405442808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/vfw3f54158d6adc0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-20T10:52:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405443812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-20T10:52:27.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405444816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/resourceInstances/vfw3f54158d6adc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-20T10:52:27.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:52:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:52:27.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405445831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120104751/1.0/artifacts/service-Vfw20211120104751-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:52:27.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:52:46.957Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:52:46.975Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c
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=?
2021-11-20T10:52:46.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-20T10:52:46.980Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-20T10:52:46.981Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-20T10:52:46.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-20T10:52:46.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:52:46.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:52:46.982Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:52:46.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:52:46.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:52:46.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:52:46.983Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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=?
2021-11-20T10:52:46.989Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-20T10:53:16.990Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37d079ba-f224-4144-8db5-e5112ee30f3c 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=?
2021-11-20T10:53:17.011Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37d079ba-f224-4144-8db5-e5112ee30f3c and serviceModelVersionId: 4dd98fc0-89e1-425a-99c1-d90258031214
2021-11-20T10:53:17.012Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e99069a8-0604-4433-a9dd-e02455681cf7
2021-11-20T10:53:26.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:53:26.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:53:26.656Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:53:31.976Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0
2021-11-20T10:53:32.091Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-20T10:53:32.566Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?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]}
2021-11-20T10:53:32.594Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0|INFO|500||Invoke
2021-11-20T10:53:32.706Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-20T10:53:33.132Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0|INFO|500||InvokeReturn
2021-11-20T10:53:33.134Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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/e99069a8-0604-4433-a9dd-e02455681cf7/model-vers/model-ver/4dd98fc0-89e1-425a-99c1-d90258031214?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211120-10:53:32:722-51688], vertex-id=[229432], Content-Length=[0], Date=[Sat, 20 Nov 2021 10:53:32 GMT], Content-Type=[application/json]}
2021-11-20T10:53:33.134Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-20T10:53:33.137Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-20T10:53:33.137Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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=?
2021-11-20T10:53:33.142Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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)
2021-11-20T10:53:33.143Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37d079ba-f224-4144-8db5-e5112ee30f3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-20T10:53:33.144Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-20T10:53:33.144Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:53:33.146Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:53:33.146Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405613143,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-20T10:53:33.246Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:53:33.248Z||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.
2021-11-20T10:53:33.248Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:53:33.262Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:53:33.263Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:53:33.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:53:33.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-20T10:53:33.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d079ba-f224-4144-8db5-e5112ee30f3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405613143,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-20T10:53:33.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-20T10:53:34.160Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:53:34.161Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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.
2021-11-20T10:53:34.161Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:53:44.667Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:53:44.669Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:53:44.670Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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.
2021-11-20T10:53:44.671Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:53:54.247Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:53:54.247Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:53:54.248Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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.
2021-11-20T10:53:54.248Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:54:03.798Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:54:26.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:54:26.652Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:54:26.656Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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.
2021-11-20T10:54:26.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-20T10:54:26.656Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:54:26.656Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:54:36.201Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:54:36.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:26.658Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:55:26.658Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:55:26.664Z||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.
2021-11-20T10:55:26.664Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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.
2021-11-20T10:55:26.666Z|37d079ba-f224-4144-8db5-e5112ee30f3c|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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:26.666Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:27.301Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:27.303Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:27.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "cds",
"timestamp": 1637405691615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.304Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"61307283-e7ba-4346-b969-e53020c14116","serviceName":"basic_onboard_FuyeLa","serviceVersion":"1.0","serviceUUID":"f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd","serviceDescription":"service","serviceInvariantUUID":"9125a776-07cc-426a-b5f7-1697d6fad367","resources":[{"resourceInstanceName":"basic_onboard_FuyeLa 0","resourceName":"basic_onboard_FuyeLa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c8fef1ad-678c-47ec-bc02-f06cef969e1a","resourceInvariantUUID":"46567db6-fe0b-49b9-9f98-83f0412f2795","resourceCustomizationUUID":"ae842bc5-66ee-4f99-8f34-8ac07b179352","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml","artifactChecksum":"YzFiMWQ5YThhMmNkYTU5NTE3MjY5NjdkNDIyMmExMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17e217c1-5e4e-40e7-888f-97fd8734a021","artifactVersion":"1"},{"artifactName":"basic_onboard_fuyela0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json","artifactChecksum":"NDRlZDU4MzAxZWFkYjU3N2Y4ODNlMWEyMjMzNTRmNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e8e030ef-2300-4b63-8a37-8f76e5ed35e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cdfc387e-29d6-42f8-bfc5-6ec5197c086e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"04871e61-8f07-4d5f-9817-adcf9afea5c0","artifactVersion":"2","generatedFromUUID":"e8e030ef-2300-4b63-8a37-8f76e5ed35e8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFuyela-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml","artifactChecksum":"ZWIyZTFlNzMxMWRjYWI4YTdiZDZlNmZjNGJmM2U0OGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8760106-7524-455b-8fd9-d708ed6b8ce4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFuyela-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar","artifactChecksum":"YTY5OWZkMzg5NGYyYjY0MzViMTE3YTNiOTNiMjU5YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2fc78504-aafb-4b01-9d74-c82559af95d4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-20T10:55:27.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "dcae-sch",
"timestamp": 1637405690942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405684960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405691866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "cds",
"timestamp": 1637405691615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405684960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "dcae-sch",
"timestamp": 1637405690942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405691866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.319Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:55:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "cds",
"timestamp": 1637405691615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "dcae-sch",
"timestamp": 1637405690942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.321Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405695704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405684960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405691866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "dcae-sch",
"timestamp": 1637405690942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "cds",
"timestamp": 1637405691615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405691866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405695704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405684960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "cds",
"timestamp": 1637405691615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405695704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405691866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405684960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "dcae-sch",
"timestamp": 1637405690942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405697755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.331Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:27.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "cds",
"timestamp": 1637405691615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.331Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405695704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "dcae-sch",
"timestamp": 1637405690942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405684960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405691866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405697755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "cds",
"timestamp": 1637405691615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "ves-openapi-manager",
"timestamp": 1637405684960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "dcae-sch",
"timestamp": 1637405690942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405695704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405691866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405697755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405695704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405697755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405701708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:27.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "cds",
"timestamp": 1637405701711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:27.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405695704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405697755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "cds",
"timestamp": 1637405702717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-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 (?, ?, ?, ?, ?)
2021-11-20T10:55:27.382Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116
2021-11-20T10:55:27.382Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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 (?, ?, ?, ?, ?)
2021-11-20T10:55:27.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405697755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405703603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:27.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405704303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:55:27.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405697755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405703824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405705096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:27.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637405705307,
"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=?
2021-11-20T10:55:27.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116
2021-11-20T10:55:27.403Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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 (?, ?, ?, ?, ?)
2021-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405703824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405706267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:27.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405703824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405706996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:27.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405707272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:55:27.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405703824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405708019,
"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=?
2021-11-20T10:55:27.421Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116
2021-11-20T10:55:27.421Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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 (?, ?, ?, ?, ?)
2021-11-20T10:55:27.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "policy-id",
"timestamp": 1637405708276,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-11-20T10:55:27.431Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
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=?
2021-11-20T10:55:27.432Z||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.
2021-11-20T10:55:27.433Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:27.435Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116
2021-11-20T10:55:27.435Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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=?
2021-11-20T10:55:27.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405703824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637405709022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-20T10:55:27.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405703824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405703824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405711658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:27.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405711963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405711963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405711963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405711963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405711963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405711963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:27.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405711963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:55:27.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:55:27.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405719862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:55:27.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:55:27.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:55:27.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "aai-ml",
"timestamp": 1637405720867,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2021-11-20T10:55:27.449Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:27.449Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 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=?
2021-11-20T10:55:27.452Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116
2021-11-20T10:55:27.452Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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 (?, ?, ?, ?, ?)
2021-11-20T10:55:28.332Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:55:28.334Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:28.337Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:28.338Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOTIFIED"
}
2021-11-20T10:55:28.438Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:55:28.439Z||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.
2021-11-20T10:55:28.439Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:28.451Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:28.452Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:29.338Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:55:29.340Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:29.343Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:29.343Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-20T10:55:29.443Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:55:29.444Z||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.
2021-11-20T10:55:29.444Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:29.457Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:29.457Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:55:30.344Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:55:30.346Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:30.348Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:30.349Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:30.450Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:55:30.450Z||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.
2021-11-20T10:55:30.451Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:30.472Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:30.472Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:31.349Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:55:31.350Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:31.352Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:31.352Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-20T10:55:31.452Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-20T10:55:31.453Z||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.
2021-11-20T10:55:31.453Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:31.465Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:31.465Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:32.353Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:55:32.354Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:32.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:32.357Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:55:32.457Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-20T10:55:32.458Z||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.
2021-11-20T10:55:32.458Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:32.469Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:32.470Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:33.358Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:55:33.359Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:33.361Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:33.362Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:55:33.462Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:55:33.464Z||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.
2021-11-20T10:55:33.464Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:33.477Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:33.478Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:34.365Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"serviceName": "basic_onboard_FuyeLa",
"serviceVersion": "1.0",
"serviceUUID": "f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd",
"serviceDescription": "service",
"serviceInvariantUUID": "9125a776-07cc-426a-b5f7-1697d6fad367",
"resources": [
{
"resourceInstanceName": "basic_onboard_FuyeLa 0",
"resourceCustomizationUUID": "ae842bc5-66ee-4f99-8f34-8ac07b179352",
"resourceName": "basic_onboard_FuyeLa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c8fef1ad-678c-47ec-bc02-f06cef969e1a",
"resourceInvariantUUID": "46567db6-fe0b-49b9-9f98-83f0412f2795",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fuyela0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"artifactChecksum": "NDRlZDU4MzAxZWFkYjU3N2Y4ODNlMWEyMjMzNTRmNjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e8e030ef-2300-4b63-8a37-8f76e5ed35e8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "04871e61-8f07-4d5f-9817-adcf9afea5c0",
"generatedFromUUID": "e8e030ef-2300-4b63-8a37-8f76e5ed35e8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "04871e61-8f07-4d5f-9817-adcf9afea5c0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFuyela-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"artifactChecksum": "YTY5OWZkMzg5NGYyYjY0MzViMTE3YTNiOTNiMjU5YjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2fc78504-aafb-4b01-9d74-c82559af95d4"
}
],
"workloadContext": "Production"
}
2021-11-20T10:55:34.366Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-20T10:55:34.366Z|37d079ba-f224-4144-8db5-e5112ee30f3c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd ASDC
2021-11-20T10:55:34.368Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:61307283-e7ba-4346-b969-e53020c14116
ServiceName:basic_onboard_FuyeLa
ServiceVersion:1.0
ServiceUUID:f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd
ServiceInvariantUUID:9125a776-07cc-426a-b5f7-1697d6fad367
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFuyela-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar
ArtifactUUID:2fc78504-aafb-4b01-9d74-c82559af95d4
ArtifactChecksum:YTY5OWZkMzg5NGYyYjY0MzViMTE3YTNiOTNiMjU5YjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FuyeLa 0
ResourceCustomizationUUID:ae842bc5-66ee-4f99-8f34-8ac07b179352
ResourceInvariantUUID:46567db6-fe0b-49b9-9f98-83f0412f2795
ResourceName:basic_onboard_FuyeLa
ResourceType:VF
ResourceUUID:c8fef1ad-678c-47ec-bc02-f06cef969e1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fuyela0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json
ArtifactUUID:84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba
ArtifactChecksum:NDRlZDU4MzAxZWFkYjU3N2Y4ODNlMWEyMjMzNTRmNjk=
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/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e8e030ef-2300-4b63-8a37-8f76e5ed35e8
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/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env
ArtifactUUID:04871e61-8f07-4d5f-9817-adcf9afea5c0
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/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env
ArtifactUUID:04871e61-8f07-4d5f-9817-adcf9afea5c0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-20T10:55:34.368Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd 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=?
2021-11-20T10:55:34.402Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-20T10:55:34.402Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-20T10:55:34.403Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-20T10:55:34.403Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2fc78504-aafb-4b01-9d74-c82559af95d4 from URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:34.403Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:55:34.403Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:34.603Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:55:34.607Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar 2fc78504-aafb-4b01-9d74-c82559af95d4 71533
2021-11-20T10:55:34.607Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar ASDC sendASDCNotification
2021-11-20T10:55:34.608Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:34.608Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:55:34.608Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:34.610Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:34.611Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405734607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:34.716Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-11-20T10:55:34.717Z||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.
2021-11-20T10:55:34.717Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:34.750Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:34.751Z||pool-26-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:55:35.611Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-20T10:55:35.613Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-20T10:55:35.614Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2fc78504-aafb-4b01-9d74-c82559af95d4, URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar to file: /app/ASDC/1/service-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:35.614Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:35.615Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:35.615Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:35.866Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5139196577824468646/Definitions/service-BasicOnboardFuyela-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
2021-11-20T10:55:37.155Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-20T10:55:37.156Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|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-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|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-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|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-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.157Z|61307283-e7ba-4346-b969-e53020c14116|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-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|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-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|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-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|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-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FuyeLa 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-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|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-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-20T10:55:37.158Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria
2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-20T10:55:37.159Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria
2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.160Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is not matching search criteria
2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-20T10:55:37.161Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria
2021-11-20T10:55:37.162Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:55:37.163Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.163Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria
2021-11-20T10:55:37.163Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:55:37.163Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.164Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria
2021-11-20T10:55:37.164Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is not matching search criteria
2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f40e91e-fa8e-4feb-a09f-f05d5eda079b
2021-11-20T10:55:37.165Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.166Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:37.167Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:37.167Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:37.167Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_FuyeLa
Description:service
Model UUID:f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd
Model Version:NULL
Model InvariantUuid:9125a776-07cc-426a-b5f7-1697d6fad367
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_FuyeLa
Model UUID:7cb5cd0c-be8f-4dcb-80b8-cf9962703c74
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46567db6-fe0b-49b9-9f98-83f0412f2795
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ae842bc5-66ee-4f99-8f34-8ac07b179352
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:864947ce-03c0-49d5-8f92-4fb0469bbd11
ModelName:BasicOnboardFuyela..base_ubuntu18..module-0
ModelUuid:299fd51c-bd7d-487a-a3e6-bfeae0ba72ae
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3f40e91e-fa8e-4feb-a09f-f05d5eda079b
ModelInvariantUuid:a06ba866-da72-4b0f-81a3-25f044730cbc
ModelName:basic_onboard_FuyeLa-nodes.ubuntu18Cvfc
ModelUuid:3b6c88bc-c849-4c1b-9551-bf173dfea4c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ad2c2dc8-884a-41a9-9c11-88ea493635ff
ModelInvariantUuid:f74c4dc3-847e-43bf-a8bf-824f7b891bfb
ModelName:BasicOnboardFuyela.compute.nodes.heat.ubuntu18
ModelUuid:82c202da-38d4-4309-bf33-6721f231992b
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=?
2021-11-20T10:55:37.175Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c8fef1ad-678c-47ec-bc02-f06cef969e1a
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=?
2021-11-20T10:55:37.180Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||basic_onboard_FuyeLa 0
2021-11-20T10:55:37.180Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c8fef1ad-678c-47ec-bc02-f06cef969e1a
2021-11-20T10:55:37.180Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba from URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json
2021-11-20T10:55:37.181Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:55:37.181Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json
2021-11-20T10:55:37.352Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:55:37.353Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json 84bc8dbd-f870-48b7-aaa5-2bc8ab7a8cba 798
2021-11-20T10:55:37.354Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json ASDC sendASDCNotification
2021-11-20T10:55:37.354Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json
2021-11-20T10:55:37.354Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:55:37.354Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:37.357Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:37.357Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405737353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:37.457Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:55:37.459Z||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.
2021-11-20T10:55:37.459Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:37.472Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:37.472Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:55:38.358Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFuyela..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "864947ce-03c0-49d5-8f92-4fb0469bbd11",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "299fd51c-bd7d-487a-a3e6-bfeae0ba72ae",
"vfModuleModelCustomizationUUID": "a211c276-4d4b-47de-b011-a720c5c140f7",
"isBase": true,
"artifacts": [
"e8e030ef-2300-4b63-8a37-8f76e5ed35e8",
"04871e61-8f07-4d5f-9817-adcf9afea5c0"
],
"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": ""
}
}
]
2021-11-20T10:55:38.364Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFuyela..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:299fd51c-bd7d-487a-a3e6-bfeae0ba72ae
VfModuleModelInvariantUUID:864947ce-03c0-49d5-8f92-4fb0469bbd11
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8e030ef-2300-4b63-8a37-8f76e5ed35e8
,
04871e61-8f07-4d5f-9817-adcf9afea5c0
}
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
}
2021-11-20T10:55:38.365Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFuyela..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "864947ce-03c0-49d5-8f92-4fb0469bbd11",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "299fd51c-bd7d-487a-a3e6-bfeae0ba72ae",
"vfModuleModelCustomizationUUID": "a211c276-4d4b-47de-b011-a720c5c140f7",
"isBase": true,
"artifacts": [
"e8e030ef-2300-4b63-8a37-8f76e5ed35e8",
"04871e61-8f07-4d5f-9817-adcf9afea5c0"
],
"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": ""
}
}
]
2021-11-20T10:55:38.366Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFuyela..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:299fd51c-bd7d-487a-a3e6-bfeae0ba72ae
VfModuleModelInvariantUUID:864947ce-03c0-49d5-8f92-4fb0469bbd11
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8e030ef-2300-4b63-8a37-8f76e5ed35e8
,
04871e61-8f07-4d5f-9817-adcf9afea5c0
}
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
}
2021-11-20T10:55:38.366Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e8e030ef-2300-4b63-8a37-8f76e5ed35e8 from URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml
2021-11-20T10:55:38.366Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:55:38.366Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml
2021-11-20T10:55:38.562Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:55:38.563Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml e8e030ef-2300-4b63-8a37-8f76e5ed35e8 5033
2021-11-20T10:55:38.563Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-20T10:55:38.563Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml
2021-11-20T10:55:38.564Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:55:38.564Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:38.566Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:38.566Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405738563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:38.667Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-20T10:55:38.668Z||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.
2021-11-20T10:55:38.668Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:38.683Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:38.684Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:39.567Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04871e61-8f07-4d5f-9817-adcf9afea5c0 from URL: /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env
2021-11-20T10:55:39.568Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:55:39.568Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env
2021-11-20T10:55:39.676Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:55:39.677Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env 04871e61-8f07-4d5f-9817-adcf9afea5c0 909
2021-11-20T10:55:39.677Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-20T10:55:39.678Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env
2021-11-20T10:55:39.678Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:55:39.678Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:39.681Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:39.681Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405739677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:55:39.781Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:55:39.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.
2021-11-20T10:55:39.782Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:39.793Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:39.793Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:40.682Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd
2021-11-20T10:55:40.683Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FuyeLa 0 c8fef1ad-678c-47ec-bc02-f06cef969e1a 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=?
2021-11-20T10:55:40.696Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2296b690, org.onap.sdc.toscaparser.api.parameters.Input@ad97d5d, org.onap.sdc.toscaparser.api.parameters.Input@71421464, org.onap.sdc.toscaparser.api.parameters.Input@57e22520, org.onap.sdc.toscaparser.api.parameters.Input@40573b7a]
2021-11-20T10:55:40.698Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.698Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:40.699Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-20T10:55:40.699Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ae842bc5-66ee-4f99-8f34-8ac07b179352
2021-11-20T10:55:40.699Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae842bc5-66ee-4f99-8f34-8ac07b179352 matches Tosca VF Customization UUID: ae842bc5-66ee-4f99-8f34-8ac07b179352
2021-11-20T10:55:40.699Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ae842bc5-66ee-4f99-8f34-8ac07b179352 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=?
2021-11-20T10:55:40.702Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.702Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:40.703Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ae842bc5-66ee-4f99-8f34-8ac07b179352: {\"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\"}
2021-11-20T10:55:40.703Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2628b2dd
2021-11-20T10:55:40.704Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.704Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-20T10:55:40.704Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a211c276-4d4b-47de-b011-a720c5c140f7
2021-11-20T10:55:40.704Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a211c276-4d4b-47de-b011-a720c5c140f7
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=?
2021-11-20T10:55:40.710Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.711Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria
2021-11-20T10:55:40.711Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:55:40.712Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.712Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria
2021-11-20T10:55:40.713Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:55:40.713Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.714Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is not matching search criteria
2021-11-20T10:55:40.714Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-20T10:55:40.714Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-20T10:55:40.715Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f40e91e-fa8e-4feb-a09f-f05d5eda079b
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=?
2021-11-20T10:55:40.717Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.718Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria
2021-11-20T10:55:40.718Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:55:40.719Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.720Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FuyeLa 0 is matching search criteria
2021-11-20T10:55:40.720Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FuyeLa 0] matching following query criteria: sdcType=VF, customizationUUID=ae842bc5-66ee-4f99-8f34-8ac07b179352
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=?
2021-11-20T10:55:40.722Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.722Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:40.723Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd: basic_onboard_FuyeLa
2021-11-20T10:55:40.723Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.723Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:40.723Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.724Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:40.724Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.724Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:40.725Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.725Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:40.725Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:55:40.725Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FuyeLa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:55:40.726Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_FuyeLa
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 (?, ?, ?, ?, ?)
2021-11-20T10:55:40.815Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FuyeLa c8fef1ad-678c-47ec-bc02-f06cef969e1a 1 ASDC deployResourceStructure
2021-11-20T10:55:40.816Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json ASDC sendASDCNotification
2021-11-20T10:55:40.816Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json
2021-11-20T10:55:40.816Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-20T10:55:40.817Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:40.819Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:40.819Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405740816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-20T10:55:40.924Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-11-20T10:55:40.925Z||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.
2021-11-20T10:55:40.925Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:40.941Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:40.941Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:41.821Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-20T10:55:41.824Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml
2021-11-20T10:55:41.824Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-20T10:55:41.824Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:41.827Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:41.828Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405741820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-20T10:55:41.928Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:55:41.931Z||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.
2021-11-20T10:55:41.931Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:41.944Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:41.945Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:42.828Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-20T10:55:42.829Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env
2021-11-20T10:55:42.829Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-20T10:55:42.830Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:42.831Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:42.832Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405742828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-20T10:55:42.932Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:55:42.933Z||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.
2021-11-20T10:55:42.933Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:42.943Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:42.944Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:55:43.833Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar ASDC sendASDCNotification
2021-11-20T10:55:43.833Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar
2021-11-20T10:55:43.834Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-20T10:55:43.834Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:55:43.836Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:55:43.836Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405743833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:55:43.936Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:55:43.937Z||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.
2021-11-20T10:55:43.937Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:55:43.952Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:55:43.953Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:55:44.836Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61307283-e7ba-4346-b969-e53020c14116
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=?
2021-11-20T10:55:44.845Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61307283-e7ba-4346-b969-e53020c14116
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=?
2021-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-20T10:55:44.851Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-20T10:55:44.852Z|61307283-e7ba-4346-b969-e53020c14116|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=?
2021-11-20T10:55:44.860Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-20T10:56:14.864Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61307283-e7ba-4346-b969-e53020c14116 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=?
2021-11-20T10:56:14.871Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61307283-e7ba-4346-b969-e53020c14116 and serviceModelVersionId: f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd
2021-11-20T10:56:14.871Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9125a776-07cc-426a-b5f7-1697d6fad367
2021-11-20T10:56:14.872Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0
2021-11-20T10:56:14.876Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-20T10:56:14.934Z|61307283-e7ba-4346-b969-e53020c14116|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/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?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]}
2021-11-20T10:56:14.936Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0|INFO|500||Invoke
2021-11-20T10:56:14.965Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-20T10:56:15.240Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0|INFO|500||InvokeReturn
2021-11-20T10:56:15.241Z|61307283-e7ba-4346-b969-e53020c14116|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/9125a776-07cc-426a-b5f7-1697d6fad367/model-vers/model-ver/f5fc8909-8fa2-4d48-aaaa-bcd3eb1da7cd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211120-10:56:14:974-16766], vertex-id=[213136], Content-Length=[0], Date=[Sat, 20 Nov 2021 10:56:14 GMT], Content-Type=[application/json]}
2021-11-20T10:56:15.241Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-20T10:56:15.241Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-20T10:56:15.242Z|61307283-e7ba-4346-b969-e53020c14116|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=?
2021-11-20T10:56:15.245Z|61307283-e7ba-4346-b969-e53020c14116|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)
2021-11-20T10:56:15.246Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61307283-e7ba-4346-b969-e53020c14116 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-20T10:56:15.246Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-20T10:56:15.246Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:56:15.248Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:56:15.248Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405775246,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-20T10:56:15.348Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:56:15.350Z||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.
2021-11-20T10:56:15.350Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:56:15.362Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:56:15.363Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-20T10:56:26.651Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:56:26.652Z|61307283-e7ba-4346-b969-e53020c14116|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.
2021-11-20T10:56:26.652Z|61307283-e7ba-4346-b969-e53020c14116|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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:56:26.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:56:26.654Z||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.
2021-11-20T10:56:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:56:26.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:56:26.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-20T10:56:26.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:56:26.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-20T10:56:36.199Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:26.652Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:57:26.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-20T10:57:26.654Z||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.
2021-11-20T10:57:26.654Z|61307283-e7ba-4346-b969-e53020c14116|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.
2021-11-20T10:57:26.654Z|61307283-e7ba-4346-b969-e53020c14116|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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:26.654Z||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 KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:26.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:26.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "NOTIFIED"
}
2021-11-20T10:57:26.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-20T10:57:26.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-20T10:57:26.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-20T10:57:26.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405729368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:57:26.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:57:26.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-20T10:57:26.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405730391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:57:26.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-20T10:57:26.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-20T10:57:26.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "clamp",
"timestamp": 1637405731394,
"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=?
2021-11-20T10:57:26.705Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61307283-e7ba-4346-b969-e53020c14116
2021-11-20T10:57:26.705Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61307283-e7ba-4346-b969-e53020c14116 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 (?, ?, ?, ?, ?)
2021-11-20T10:57:26.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:57:26.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-20T10:57:26.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405726656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:57:26.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-20T10:57:26.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405734607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:57:26.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405737353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:57:26.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405738563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:57:26.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405739677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:57:26.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405740816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/basic_onboard_fuyela0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-20T10:57:26.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405741820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-20T10:57:26.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405742828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/resourceInstances/basic_onboard_fuyela0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-20T10:57:26.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405743833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFuyela/1.0/artifacts/service-BasicOnboardFuyela-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-20T10:57:26.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:26.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-20T10:57:26.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61307283-e7ba-4346-b969-e53020c14116",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405775246,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-20T10:57:26.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-20T10:57:27.294Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:27.297Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-20T10:57:27.297Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4","serviceName":"vFW 2021-11-20 10-54-44","serviceVersion":"1.0","serviceUUID":"125124b0-2f0d-4d5b-9100-8c94d729992b","serviceDescription":"catalog service description","serviceInvariantUUID":"67ada2c8-e8c8-4749-ac84-cff08fa7b494","resources":[{"resourceInstanceName":"vFW 3c3d900b-1a5a 0","resourceName":"vFW 3c3d900b-1a5a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"75bc0602-9175-47c4-9ac2-46ef5423a636","resourceInvariantUUID":"8dd98527-d450-4a2f-ae5f-812ac667cf56","resourceCustomizationUUID":"47253e89-919c-4c9a-b68e-70b0cebf6194","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml","artifactChecksum":"MDkwYjdlOGVmZDg4ZjRmNzU2ZjI3MjgwMWYwNDNlYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce0531ca-e5b0-4921-b775-5b0d63d2b447","artifactVersion":"1"},{"artifactName":"vfw3c3d900b1a5a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json","artifactChecksum":"ZWE4MjVkNGViZTA0OTlmMGMxZjkxODY4MTFlNzhlYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b277418-e5dc-4693-ba14-6ff0190a780c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"89a59e50-4783-426f-8cfa-cf307edc43dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml","artifactChecksum":"MjQwYjVlODFlMTk0MWZlYjc0YjA2OWRjNDJhZDk0NTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be58a8d2-f23a-4431-899d-52458a2d74c1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"418aab40-8572-4333-8be2-5167797d91d7","artifactVersion":"2","generatedFromUUID":"89a59e50-4783-426f-8cfa-cf307edc43dd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211120105444-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml","artifactChecksum":"MDIxMzQ3ODE5NTI2ZGQ5ODczMzY5MjIxNjM1MDIzZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a7026b3-98c7-4ccb-8474-4ba2c2f3e49e","artifactVersion":"1"},{"artifactName":"service-Vfw20211120105444-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar","artifactChecksum":"NTU0ZGVjY2IwMTk3MmVlOWE4MTgyNmY3N2YxMzYwYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"688dbac2-6445-4fae-8a2b-cdf68d004bc7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-20T10:57:27.309Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:57:27.310Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:27.316Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:27.316Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405846652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:57:27.416Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:57:27.417Z||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.
2021-11-20T10:57:27.417Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:27.431Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:27.431Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:57:28.317Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:57:28.318Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:28.320Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:28.320Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405846652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json",
"status": "NOTIFIED"
}
2021-11-20T10:57:28.420Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:57:28.421Z||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.
2021-11-20T10:57:28.422Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:28.437Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:28.437Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:57:29.321Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:57:29.321Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:29.323Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:29.324Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405846652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-20T10:57:29.423Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-20T10:57:29.424Z||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.
2021-11-20T10:57:29.424Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:29.437Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:29.437Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-20T10:57:30.324Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:57:30.326Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:30.329Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:30.329Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405846652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:57:30.429Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:57:30.430Z||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.
2021-11-20T10:57:30.430Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:30.444Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:30.445Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:57:31.329Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:57:31.334Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:31.339Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:31.339Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405846652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-20T10:57:31.439Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-20T10:57:31.440Z||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.
2021-11-20T10:57:31.440Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:31.452Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:31.453Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:57:32.340Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:57:32.341Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:32.344Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:32.344Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405846652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-20T10:57:32.444Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:57:32.445Z||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.
2021-11-20T10:57:32.445Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:32.457Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:32.457Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:57:33.345Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-20T10:57:33.346Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:33.348Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:33.348Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405846652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar",
"status": "NOTIFIED"
}
2021-11-20T10:57:33.448Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:57:33.449Z||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.
2021-11-20T10:57:33.449Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:33.460Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:33.461Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:57:34.350Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"serviceName": "vFW 2021-11-20 10-54-44",
"serviceVersion": "1.0",
"serviceUUID": "125124b0-2f0d-4d5b-9100-8c94d729992b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "67ada2c8-e8c8-4749-ac84-cff08fa7b494",
"resources": [
{
"resourceInstanceName": "vFW 3c3d900b-1a5a 0",
"resourceCustomizationUUID": "47253e89-919c-4c9a-b68e-70b0cebf6194",
"resourceName": "vFW 3c3d900b-1a5a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "75bc0602-9175-47c4-9ac2-46ef5423a636",
"resourceInvariantUUID": "8dd98527-d450-4a2f-ae5f-812ac667cf56",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3c3d900b1a5a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json",
"artifactChecksum": "ZWE4MjVkNGViZTA0OTlmMGMxZjkxODY4MTFlNzhlYjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7b277418-e5dc-4693-ba14-6ff0190a780c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "89a59e50-4783-426f-8cfa-cf307edc43dd",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "418aab40-8572-4333-8be2-5167797d91d7",
"generatedFromUUID": "89a59e50-4783-426f-8cfa-cf307edc43dd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "418aab40-8572-4333-8be2-5167797d91d7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211120105444-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar",
"artifactChecksum": "NTU0ZGVjY2IwMTk3MmVlOWE4MTgyNmY3N2YxMzYwYzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "688dbac2-6445-4fae-8a2b-cdf68d004bc7"
}
],
"workloadContext": "Production"
}
2021-11-20T10:57:34.350Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-20T10:57:34.350Z|61307283-e7ba-4346-b969-e53020c14116|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 125124b0-2f0d-4d5b-9100-8c94d729992b ASDC
2021-11-20T10:57:34.351Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4
ServiceName:vFW 2021-11-20 10-54-44
ServiceVersion:1.0
ServiceUUID:125124b0-2f0d-4d5b-9100-8c94d729992b
ServiceInvariantUUID:67ada2c8-e8c8-4749-ac84-cff08fa7b494
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211120105444-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar
ArtifactUUID:688dbac2-6445-4fae-8a2b-cdf68d004bc7
ArtifactChecksum:NTU0ZGVjY2IwMTk3MmVlOWE4MTgyNmY3N2YxMzYwYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3c3d900b-1a5a 0
ResourceCustomizationUUID:47253e89-919c-4c9a-b68e-70b0cebf6194
ResourceInvariantUUID:8dd98527-d450-4a2f-ae5f-812ac667cf56
ResourceName:vFW 3c3d900b-1a5a
ResourceType:VF
ResourceUUID:75bc0602-9175-47c4-9ac2-46ef5423a636
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3c3d900b1a5a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json
ArtifactUUID:7b277418-e5dc-4693-ba14-6ff0190a780c
ArtifactChecksum:ZWE4MjVkNGViZTA0OTlmMGMxZjkxODY4MTFlNzhlYjM=
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/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml
ArtifactUUID:89a59e50-4783-426f-8cfa-cf307edc43dd
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/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env
ArtifactUUID:418aab40-8572-4333-8be2-5167797d91d7
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/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env
ArtifactUUID:418aab40-8572-4333-8be2-5167797d91d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-20T10:57:34.351Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 125124b0-2f0d-4d5b-9100-8c94d729992b 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 (?, ?, ?, ?, ?)
2021-11-20T10:57:34.384Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 688dbac2-6445-4fae-8a2b-cdf68d004bc7 from URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar
2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:57:34.385Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar
2021-11-20T10:57:34.514Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:57:34.519Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar 688dbac2-6445-4fae-8a2b-cdf68d004bc7 98917
2021-11-20T10:57:34.520Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar ASDC sendASDCNotification
2021-11-20T10:57:34.520Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar
2021-11-20T10:57:34.520Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:57:34.520Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:34.522Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:34.522Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405854519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:57:34.622Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:57:34.623Z||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.
2021-11-20T10:57:34.623Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:34.634Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:34.635Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:57:35.523Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-20T10:57:35.523Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-20T10:57:35.524Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 688dbac2-6445-4fae-8a2b-cdf68d004bc7, URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/artifacts/service-Vfw20211120105444-csar.csar to file: /app/ASDC/1/service-Vfw20211120105444-csar.csar
2021-11-20T10:57:35.524Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211120105444-csar.csar
2021-11-20T10:57:35.524Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211120105444-csar.csar
2021-11-20T10:57:35.525Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211120105444-csar.csar
2021-11-20T10:57:35.784Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12935868751686040891/Definitions/service-Vfw20211120105444-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
2021-11-20T10:57:37.652Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-20T10:57:37.652Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3c3d900b-1a5a 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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.653Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|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-Vfw20211120105444-csar.csar
2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:57:37.654Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria
2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria
2021-11-20T10:57:37.655Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria
2021-11-20T10:57:37.656Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-20T10:57:37.657Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.658Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria
2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:57:37.659Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria
2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria
2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria
2021-11-20T10:57:37.660Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:37.661Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=057edbe9-2511-4949-84f9-7d948903a739
2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria
2021-11-20T10:57:37.662Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-20T10:57:37.663Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1ef9093-e925-434b-9f53-7074de28df10
2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria
2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:57:37.664Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-20T10:57:37.665Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b64b4546-4fba-4423-933d-06c2c77592e9
2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.666Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:57:37.667Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-20 10-54-44
Description:catalog service description
Model UUID:125124b0-2f0d-4d5b-9100-8c94d729992b
Model Version:NULL
Model InvariantUuid:67ada2c8-e8c8-4749-ac84-cff08fa7b494
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3c3d900b-1a5a
Model UUID:df3a53e3-efa7-42bd-b575-ea9fb1bd16c7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8dd98527-d450-4a2f-ae5f-812ac667cf56
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:47253e89-919c-4c9a-b68e-70b0cebf6194
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c7815083-163e-40b6-b12e-e930f8b40b3a
ModelName:Vfw3c3d900b1a5a..base_vfw..module-0
ModelUuid:f0b383cb-4428-47cd-bc96-8f719ebeece1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:057edbe9-2511-4949-84f9-7d948903a739
ModelInvariantUuid:7a202698-f369-4e8e-91a3-06d2093a4cfc
ModelName:vFW 3c3d900b-1a5a-nodes.vfwCvfc
ModelUuid:1d7681de-8d5d-44ac-87ad-4ff6d63472ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:950ec6e7-16a9-488d-b43a-23b379f5020b
ModelInvariantUuid:fcd9d6ab-84c1-49a6-977b-057c4e9945de
ModelName:Vfw3c3d900b1a5a.compute.nodes.heat.vfw
ModelUuid:8ef00a2a-ba17-486f-aca3-c126806d31ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c1ef9093-e925-434b-9f53-7074de28df10
ModelInvariantUuid:f4fedd6d-b356-4a65-9eb0-48d06f150205
ModelName:vFW 3c3d900b-1a5a-nodes.vsnCvfc
ModelUuid:c1c10d09-f0df-4469-8ae1-5a83d68559c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:602a01ea-c724-469e-a0d9-4618c4b56501
ModelInvariantUuid:c9bb0492-ba63-436a-ac0c-56283bb40c21
ModelName:Vfw3c3d900b1a5a.compute.nodes.heat.vsn
ModelUuid:c5444dbc-2d5a-447d-8b5a-cd8283739c22
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b64b4546-4fba-4423-933d-06c2c77592e9
ModelInvariantUuid:e56909c8-9d31-4fed-9630-ed0913832196
ModelName:vFW 3c3d900b-1a5a-nodes.vpgCvfc
ModelUuid:ea1cf761-e2a7-4072-9c34-444ddaafa290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b90ebe8d-b979-4d07-a67d-7c8f4085430d
ModelInvariantUuid:8d06fe1e-3493-4487-8419-c3d0f7a02dcc
ModelName:Vfw3c3d900b1a5a.compute.nodes.heat.vpg
ModelUuid:429c21a2-41a4-4a54-9430-d3226ba096f3
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=?
2021-11-20T10:57:37.674Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 75bc0602-9175-47c4-9ac2-46ef5423a636
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=?
2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||vFW 3c3d900b-1a5a 0
2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 75bc0602-9175-47c4-9ac2-46ef5423a636
2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b277418-e5dc-4693-ba14-6ff0190a780c from URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json
2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:57:37.678Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json
2021-11-20T10:57:37.854Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:57:37.854Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json 7b277418-e5dc-4693-ba14-6ff0190a780c 785
2021-11-20T10:57:37.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json ASDC sendASDCNotification
2021-11-20T10:57:37.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json
2021-11-20T10:57:37.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:57:37.855Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:37.858Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:37.858Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405857855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/vfw3c3d900b1a5a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:57:37.959Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-20T10:57:37.960Z||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.
2021-11-20T10:57:37.960Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:37.974Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:37.975Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:57:38.859Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3c3d900b1a5a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c7815083-163e-40b6-b12e-e930f8b40b3a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0b383cb-4428-47cd-bc96-8f719ebeece1",
"vfModuleModelCustomizationUUID": "2353e7a5-cf1a-487e-82ea-3c5ad24b9af7",
"isBase": true,
"artifacts": [
"89a59e50-4783-426f-8cfa-cf307edc43dd",
"418aab40-8572-4333-8be2-5167797d91d7"
],
"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": ""
}
}
]
2021-11-20T10:57:38.865Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3c3d900b1a5a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0b383cb-4428-47cd-bc96-8f719ebeece1
VfModuleModelInvariantUUID:c7815083-163e-40b6-b12e-e930f8b40b3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
89a59e50-4783-426f-8cfa-cf307edc43dd
,
418aab40-8572-4333-8be2-5167797d91d7
}
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
}
2021-11-20T10:57:38.868Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3c3d900b1a5a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c7815083-163e-40b6-b12e-e930f8b40b3a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0b383cb-4428-47cd-bc96-8f719ebeece1",
"vfModuleModelCustomizationUUID": "2353e7a5-cf1a-487e-82ea-3c5ad24b9af7",
"isBase": true,
"artifacts": [
"89a59e50-4783-426f-8cfa-cf307edc43dd",
"418aab40-8572-4333-8be2-5167797d91d7"
],
"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": ""
}
}
]
2021-11-20T10:57:38.868Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3c3d900b1a5a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0b383cb-4428-47cd-bc96-8f719ebeece1
VfModuleModelInvariantUUID:c7815083-163e-40b6-b12e-e930f8b40b3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
89a59e50-4783-426f-8cfa-cf307edc43dd
,
418aab40-8572-4333-8be2-5167797d91d7
}
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
}
2021-11-20T10:57:38.868Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 89a59e50-4783-426f-8cfa-cf307edc43dd from URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml
2021-11-20T10:57:38.868Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:57:38.869Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml
2021-11-20T10:57:39.060Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml 89a59e50-4783-426f-8cfa-cf307edc43dd 20368
2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml
2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:57:39.062Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:39.064Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:39.064Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405859062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:57:39.166Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-20T10:57:39.166Z||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.
2021-11-20T10:57:39.166Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:39.184Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:39.185Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:57:40.065Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 418aab40-8572-4333-8be2-5167797d91d7 from URL: /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env
2021-11-20T10:57:40.065Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-20T10:57:40.066Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env
2021-11-20T10:57:40.125Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-20T10:57:40.125Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env 418aab40-8572-4333-8be2-5167797d91d7 2098
2021-11-20T10:57:40.126Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-20T10:57:40.126Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env
2021-11-20T10:57:40.126Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-20T10:57:40.126Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-20T10:57:40.128Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-20T10:57:40.129Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637405860126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211120105444/1.0/resourceInstances/vfw3c3d900b1a5a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-20T10:57:40.228Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-20T10:57:40.229Z||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.
2021-11-20T10:57:40.229Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGwDPEkHVoK0F4xn) ...
2021-11-20T10:57:40.240Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-20T10:57:40.240Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-20T10:57:41.129Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 125124b0-2f0d-4d5b-9100-8c94d729992b
2021-11-20T10:57:41.130Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3c3d900b-1a5a 0 75bc0602-9175-47c4-9ac2-46ef5423a636 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=?
2021-11-20T10:57:41.145Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b5ccdf3, org.onap.sdc.toscaparser.api.parameters.Input@1a50bd94, org.onap.sdc.toscaparser.api.parameters.Input@18870f15, org.onap.sdc.toscaparser.api.parameters.Input@f6b63cc, org.onap.sdc.toscaparser.api.parameters.Input@22f51487]
2021-11-20T10:57:41.146Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:41.147Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:57:41.147Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-20T10:57:41.147Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 47253e89-919c-4c9a-b68e-70b0cebf6194
2021-11-20T10:57:41.148Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47253e89-919c-4c9a-b68e-70b0cebf6194 matches Tosca VF Customization UUID: 47253e89-919c-4c9a-b68e-70b0cebf6194
2021-11-20T10:57:41.148Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 47253e89-919c-4c9a-b68e-70b0cebf6194 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=?
2021-11-20T10:57:41.151Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:41.151Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-20T10:57:41.152Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 47253e89-919c-4c9a-b68e-70b0cebf6194: {\"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\"}
2021-11-20T10:57:41.152Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49a89b36
2021-11-20T10:57:41.153Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:41.153Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-20 10-54-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-20T10:57:41.153Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2353e7a5-cf1a-487e-82ea-3c5ad24b9af7
2021-11-20T10:57:41.154Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2353e7a5-cf1a-487e-82ea-3c5ad24b9af7
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=?
2021-11-20T10:57:41.156Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:41.156Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria
2021-11-20T10:57:41.156Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:57:41.157Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:41.157Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria
2021-11-20T10:57:41.157Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:57:41.158Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:41.158Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is not matching search criteria
2021-11-20T10:57:41.158Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-20T10:57:41.158Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-20T10:57:41.159Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-20T10:57:41.159Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-20T10:57:41.159Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-20T10:57:41.159Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-20T10:57:41.160Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:41.160Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-20T10:57:41.160Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-20T10:57:41.160Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-20T10:57:41.161Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-20T10:57:41.161Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=057edbe9-2511-4949-84f9-7d948903a739
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=?
2021-11-20T10:57:41.164Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-20T10:57:41.165Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Node template vFW 3c3d900b-1a5a 0 is matching search criteria
2021-11-20T10:57:41.166Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3c3d900b-1a5a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-20T10:57:41.167Z|cf1b7b2e-adea-464f-bd4c-58dbfdc72ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery