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-21T09:45:06.580Z||main|||||INFO|500||The following profiles are active: basic
2021-11-21T09:45:20.439Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-21T09:45:20.441Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-21T09:45:20.567Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-21T09:45:25.397Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-21T09:45:25.941Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-21T09:45:26.567Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-21T09:45:26.574Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-21T09:45:26.735Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-21T09:45:27.043Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-21T09:45:27.865Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-21T09:45:31.479Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-21T09:45:33.792Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-21T09:45:33.859Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-21T09:45:34.496Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-21T09:45:34.684Z||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-21T09:45:35.946Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-21T09:45:37.046Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-21T09:45:37.065Z||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$$20cf312a.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-21T09:45:37.066Z||main|||||WARN|500||The sdc end point is not alive
2021-11-21T09:45:40.214Z||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-21T09:45:42.935Z||main|||||WARN|500||---
2021-11-21T09:45:42.936Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-21T09:45:42.936Z||main|||||WARN|500||---
2021-11-21T09:45:43.337Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-21T09:45:48.242Z||main|||||INFO|500||Started Application in 46.916 seconds (JVM running for 53.755)
2021-11-21T09:45:48.265Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-21T09:45:48.278Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-21T09:45:48.295Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-21T09:45:48.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-21T09:45:48.369Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55a73747-73ab-4524-903a-eae9c6ebbd12 url= /sdc/v1/artifactTypes
2021-11-21T09:45:48.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-21T09:45:48.661Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-21T09:45:48.692Z||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-21T09:45:48.715Z||scheduling-1|||||DEBUG|500||create keys
2021-11-21T09:45:48.722Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-21T09:45:49.086Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:45:49.106Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 03ee048a-5b06-4cfc-a42e-f41aa0ccb213 url= /sdc/v1/registerForDistribution
2021-11-21T09:45:49.451Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 03ee048a-5b06-4cfc-a42e-f41aa0ccb213 url= /sdc/v1/registerForDistribution
2021-11-21T09:45:49.452Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-21T09:45:49.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:45:49.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:45:49.469Z||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-21T09:45:49.469Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:45:49.470Z||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-21T09:45:49.470Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-21T09:45:49.470Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:46:00.122Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:46:00.186Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:46:49.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:46:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:46:49.462Z||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-21T09:46:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:46:49.463Z||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-21T09:46:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:46:59.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:46:59.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:47:49.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:47:49.463Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:47:49.463Z||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-21T09:47:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:47:49.463Z||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-21T09:47:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:47:59.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:47:59.041Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:48:49.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:48:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:48:49.463Z||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-21T09:48:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:48:49.463Z||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-21T09:48:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:48:59.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:48:59.036Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:49:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:49:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:49:49.463Z||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-21T09:49:49.463Z||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-21T09:49:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:49:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:49:59.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:49:59.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:50:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:50:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:50:49.462Z||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-21T09:50:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:50:49.465Z||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-21T09:50:49.466Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:50:59.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:50:59.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:51:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:51:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:51:49.463Z||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-21T09:51:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:51:49.463Z||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-21T09:51:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:51:59.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:51:59.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:52:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:52:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:52:49.462Z||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-21T09:52:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:52:49.464Z||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-21T09:52:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:52:59.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:52:59.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:53:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:53:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:53:49.463Z||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-21T09:53:49.463Z||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-21T09:53:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:53:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:53:59.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:53:59.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:54:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:54:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:54:49.461Z||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-21T09:54:49.461Z||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-21T09:54:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:54:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:54:59.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:54:59.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:55:36.341Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-21T09:55:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:55:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:55:49.462Z||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-21T09:55:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:55:49.462Z||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-21T09:55:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:55:59.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:55:59.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:56:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:56:49.461Z||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-21T09:56:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:56:49.462Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:56:49.462Z||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-21T09:56:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:56:59.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:56:59.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:57:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:57:49.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:57:49.463Z||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-21T09:57:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:57:49.463Z||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-21T09:57:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:57:59.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:57:59.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:58:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:58:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:58:49.462Z||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-21T09:58:49.462Z||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-21T09:58:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:58:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:58:59.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:58:59.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:59:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:59:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T09:59:49.461Z||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-21T09:59:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:59:49.462Z||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-21T09:59:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T09:59:59.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T09:59:59.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:00:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:00:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:00:49.462Z||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-21T10:00:49.462Z||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-21T10:00:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:00:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:00:59.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:00:59.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:01:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:01:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:01:49.461Z||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-21T10:01:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:01:49.462Z||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-21T10:01:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:01:59.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:01:59.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:02:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:02:49.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:02:49.462Z||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-21T10:02:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:02:49.463Z||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-21T10:02:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:02:59.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:02:59.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:03:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:03:49.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:03:49.461Z||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-21T10:03:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:03:49.461Z||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-21T10:03:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:03:59.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:03:59.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:04:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:04:49.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:04:49.462Z||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-21T10:04:49.462Z||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-21T10:04:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:04:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:04:59.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:04:59.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:05:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:05:49.460Z||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-21T10:05:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:05:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:05:49.462Z||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-21T10:05:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:05:59.005Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:05:59.005Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:06:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:06:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:06:49.461Z||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-21T10:06:49.461Z||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-21T10:06:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:06:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:06:59.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:06:59.028Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:07:49.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:07:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:07:49.462Z||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-21T10:07:49.462Z||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-21T10:07:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:07:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:07:59.009Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:07:59.009Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:08:49.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:08:49.460Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:08:49.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:08:49.461Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:08:49.461Z||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-21T10:08:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:08:59.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:08:59.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:09:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:09:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:09:49.462Z||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-21T10:09:49.463Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:09:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:09:49.463Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:09:59.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:09:59.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:10:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:10:49.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:10:49.460Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:10:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:10:49.461Z||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-21T10:10:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:10:59.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:10:59.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:11:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:11:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:11:49.461Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:11:49.461Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:11:49.461Z||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-21T10:11:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:11:59.006Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:11:59.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:12:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:12:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:12:49.461Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:12:49.461Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:12:49.462Z||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-21T10:12:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:12:59.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:12:59.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:13:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:13:49.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:13:49.460Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:13:49.461Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:13:49.461Z||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-21T10:13:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:13:59.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:13:59.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:14:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:14:49.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:14:49.461Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:14:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:14:49.461Z||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-21T10:14:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:14:59.006Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:14:59.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:15:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:15:49.460Z||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-21T10:15:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:15:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:15:49.461Z||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-21T10:15:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:15:59.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:15:59.004Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:16:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:16:49.460Z||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-21T10:16:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:16:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:16:49.461Z||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-21T10:16:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:16:59.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:16:59.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:17:49.460Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:17:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:17:49.462Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:17:49.462Z||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-21T10:17:49.462Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:17:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:17:59.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:17:59.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:18:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:18:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:18:49.461Z||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-21T10:18:49.461Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:18:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:18:49.461Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:18:59.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:18:59.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:19:49.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:19:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:19:49.462Z||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-21T10:19:49.462Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:19:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:19:49.462Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:19:59.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:19:59.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:20:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:20:49.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:20:49.461Z||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-21T10:20:49.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:20:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:20:49.461Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:20:59.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:20:59.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:21:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:21:49.460Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:21:49.461Z||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-21T10:21:49.461Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:21:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:21:49.462Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:21:59.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:21:59.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:22:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:22:49.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:22:49.462Z||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-21T10:22:49.462Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:22:49.462Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:22:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:22:59.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:22:59.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:23:49.458Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:23:49.460Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:23:49.460Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:23:49.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:23:49.461Z||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-21T10:23:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:23:59.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:23:59.005Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:24:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:24:49.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:24:49.461Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:24:49.461Z||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-21T10:24:49.462Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:24:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:24:59.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:24:59.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:25:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:25:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:25:49.462Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:25:49.462Z||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-21T10:25:49.462Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:25:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:25:59.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:25:59.013Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:26:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:26:49.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:26:49.461Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:26:49.461Z||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-21T10:26:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:26:49.461Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:26:59.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:26:59.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:27:49.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:27:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:27:49.464Z||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-21T10:27:49.464Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:27:49.464Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:27:49.465Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:27:59.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:27:59.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:28:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:28:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:28:49.462Z||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-21T10:28:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:28:49.462Z||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-21T10:28:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:28:59.012Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:28:59.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:29:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:29:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:29:49.462Z||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-21T10:29:49.462Z||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-21T10:29:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:29:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:29:59.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:29:59.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:30:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:30:49.460Z||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-21T10:30:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:30:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:30:49.461Z||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-21T10:30:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:30:59.003Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:30:59.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:31:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:31:49.461Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:31:49.462Z||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-21T10:31:49.462Z||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-21T10:31:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:31:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:31:59.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:31:59.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:32:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:32:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:32:49.461Z||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-21T10:32:49.461Z||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-21T10:32:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:32:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:32:59.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:32:59.006Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:33:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:33:49.460Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:33:49.461Z||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-21T10:33:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:33:49.461Z||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-21T10:33:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:33:59.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:33:59.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:34:49.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:34:49.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:34:49.461Z||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-21T10:34:49.461Z||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-21T10:34:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:34:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:34:59.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:34:59.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:35:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:35:49.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:35:49.461Z||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-21T10:35:49.461Z||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-21T10:35:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:35:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:35:59.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:35:59.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:36:49.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:36:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:36:49.468Z||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-21T10:36:49.467Z||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-21T10:36:49.468Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:36:49.468Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:36:59.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:36:59.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:37:49.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:37:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:37:49.461Z||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-21T10:37:49.461Z||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-21T10:37:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:37:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:37:59.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:37:59.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:38:49.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:38:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:38:49.461Z||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-21T10:38:49.461Z||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-21T10:38:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:38:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:38:59.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:38:59.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:39:49.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:39:49.460Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:39:49.461Z||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-21T10:39:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:39:49.462Z||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-21T10:39:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:39:59.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:39:59.004Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:49.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:40:49.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:40:49.461Z||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-21T10:40:49.461Z||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-21T10:40:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:50.142Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:50.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:50.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"15235a02-4422-4043-9723-fe93c3e14516","serviceName":"vFW 2021-11-21 10-37-57","serviceVersion":"1.0","serviceUUID":"e0f057ff-0691-4b42-80a4-79471bef2ae6","serviceDescription":"catalog service description","serviceInvariantUUID":"404ec254-df99-4717-9d8f-aaed377a3211","resources":[{"resourceInstanceName":"vFW d5368a06-f673 0","resourceName":"vFW d5368a06-f673","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2aac522b-e66f-4729-a0cb-82cc69801e27","resourceInvariantUUID":"e86246f9-cf37-40a8-92df-b1ea8e6e341a","resourceCustomizationUUID":"87a446cc-4bf5-4177-9ebe-655aed3c1828","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml","artifactChecksum":"YTAzMThjOGM1MTY2Yjk1MjQzMjAxZTY0ZDk5MjVjMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8ee43e2-3e30-4351-a4f6-3e33fe5d73bc","artifactVersion":"1"},{"artifactName":"vfwd5368a06f6730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json","artifactChecksum":"ZjkyMzFhN2VhZWU4OWEyODFiYjNiNTk5ZjhkY2IwMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f9a5a1a-9cc3-4962-be98-fed217cf8c63","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml","artifactChecksum":"ZGU4MjMyMjYzMmVkYzYwN2VkOTNmNWUwZDJmMTg5Mzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45d36d8f-d69f-490d-8fb2-b229141852e7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c8f4d5af-0f6c-45a5-82fd-2183065c32e5","artifactVersion":"2","generatedFromUUID":"c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211121103757-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml","artifactChecksum":"ZDI0ZTQ0NjMxZTYwYjI0ODhkN2EzMmYyYWMzNGI4NTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04c28de9-4d52-46d5-ab11-cf810102d8c0","artifactVersion":"1"},{"artifactName":"service-Vfw20211121103757-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar","artifactChecksum":"Y2Q1NGMyODZhMjE4YzIzYTc0M2FkYjBjMjZlMjlmN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa093478-e860-4c0e-9650-9e7b4170e50d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T10:40:50.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "cds",
"timestamp": 1637491209367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.164Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:50.179Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491211856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491216063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "cds",
"timestamp": 1637491209367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491211856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491216063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "cds",
"timestamp": 1637491209367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491211856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491216063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "dcae-sch",
"timestamp": 1637491218077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491218380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "cds",
"timestamp": 1637491209367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491211856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491216063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "dcae-sch",
"timestamp": 1637491218077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491218380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "cds",
"timestamp": 1637491209367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491211856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491216063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "dcae-sch",
"timestamp": 1637491218077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491218380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "cds",
"timestamp": 1637491209367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491211856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491216063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "dcae-sch",
"timestamp": 1637491218077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491218380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "cds",
"timestamp": 1637491209367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491211856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491216063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "dcae-sch",
"timestamp": 1637491218077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491218380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "dcae-sch",
"timestamp": 1637491218077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "cds",
"timestamp": 1637491223984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.197Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491224000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491218380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491224272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "dcae-sch",
"timestamp": 1637491218077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "cds",
"timestamp": 1637491225006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-11-21T10:40:50.209Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:50.209Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T10:40:50.310Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-21T10:40:50.319Z||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-21T10:40:50.319Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:50.337Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:50.338Z||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-21T10:40:50.419Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.441Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:40:50.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491225009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:40:50.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491218380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491225569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "policy-id",
"timestamp": 1637491226015,
"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-21T10:40:50.485Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.485Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:40:50.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491226197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491225583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491226953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491226365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491225583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491226365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491225583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491228531,
"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-21T10:40:50.504Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.504Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:40:50.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491226365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491225583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491229537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "DEPLOY_OK"
}
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491226365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491225583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491226365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491225583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491226365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491225583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491226365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491234186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491233573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491233573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491233573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491233573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491233573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491233573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:50.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491239842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:40:50.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491233573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:40:50.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:40:50.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491240847,
"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-21T10:40:50.531Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.531Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:40:50.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491244484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:40:50.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:50.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "aai-ml",
"timestamp": 1637491245490,
"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-21T10:40:50.547Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:40:50.547Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:40:50.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:40:50.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491248680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:40:50.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:40:51.219Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:51.222Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:51.224Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:51.224Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:40:51.324Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:51.325Z||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-21T10:40:51.326Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:51.337Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:51.338Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:40:52.225Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:52.225Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:52.228Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:52.228Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:40:52.329Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T10:40:52.331Z||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-21T10:40:52.331Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:52.345Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:52.345Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:53.228Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:53.229Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:53.231Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:53.231Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:53.331Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:53.333Z||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-21T10:40:53.333Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:53.345Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:53.346Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:54.232Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:54.233Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:54.235Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:54.235Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-21T10:40:54.335Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:54.336Z||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-21T10:40:54.336Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:54.350Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:54.350Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:55.235Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:55.236Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:55.238Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:55.239Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:40:55.339Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:55.340Z||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-21T10:40:55.340Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:55.351Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:55.352Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:56.239Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:40:56.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:56.242Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:56.242Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:40:56.343Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:56.344Z||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-21T10:40:56.344Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:56.354Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:56.355Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:57.244Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"serviceName": "vFW 2021-11-21 10-37-57",
"serviceVersion": "1.0",
"serviceUUID": "e0f057ff-0691-4b42-80a4-79471bef2ae6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "404ec254-df99-4717-9d8f-aaed377a3211",
"resources": [
{
"resourceInstanceName": "vFW d5368a06-f673 0",
"resourceCustomizationUUID": "87a446cc-4bf5-4177-9ebe-655aed3c1828",
"resourceName": "vFW d5368a06-f673",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2aac522b-e66f-4729-a0cb-82cc69801e27",
"resourceInvariantUUID": "e86246f9-cf37-40a8-92df-b1ea8e6e341a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd5368a06f6730_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"artifactChecksum": "ZjkyMzFhN2VhZWU4OWEyODFiYjNiNTk5ZjhkY2IwMWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f9a5a1a-9cc3-4962-be98-fed217cf8c63",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c8f4d5af-0f6c-45a5-82fd-2183065c32e5",
"generatedFromUUID": "c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c8f4d5af-0f6c-45a5-82fd-2183065c32e5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211121103757-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"artifactChecksum": "Y2Q1NGMyODZhMjE4YzIzYTc0M2FkYjBjMjZlMjlmN2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aa093478-e860-4c0e-9650-9e7b4170e50d"
}
],
"workloadContext": "Production"
}
2021-11-21T10:40:57.245Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T10:40:57.246Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e0f057ff-0691-4b42-80a4-79471bef2ae6 ASDC
2021-11-21T10:40:57.366Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:15235a02-4422-4043-9723-fe93c3e14516
ServiceName:vFW 2021-11-21 10-37-57
ServiceVersion:1.0
ServiceUUID:e0f057ff-0691-4b42-80a4-79471bef2ae6
ServiceInvariantUUID:404ec254-df99-4717-9d8f-aaed377a3211
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211121103757-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
ArtifactUUID:aa093478-e860-4c0e-9650-9e7b4170e50d
ArtifactChecksum:Y2Q1NGMyODZhMjE4YzIzYTc0M2FkYjBjMjZlMjlmN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d5368a06-f673 0
ResourceCustomizationUUID:87a446cc-4bf5-4177-9ebe-655aed3c1828
ResourceInvariantUUID:e86246f9-cf37-40a8-92df-b1ea8e6e341a
ResourceName:vFW d5368a06-f673
ResourceType:VF
ResourceUUID:2aac522b-e66f-4729-a0cb-82cc69801e27
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd5368a06f6730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
ArtifactUUID:2f9a5a1a-9cc3-4962-be98-fed217cf8c63
ArtifactChecksum:ZjkyMzFhN2VhZWU4OWEyODFiYjNiNTk5ZjhkY2IwMWI=
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/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
ArtifactUUID:c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac
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/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
ArtifactUUID:c8f4d5af-0f6c-45a5-82fd-2183065c32e5
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/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
ArtifactUUID:c8f4d5af-0f6c-45a5-82fd-2183065c32e5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-21T10:40:57.367Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0f057ff-0691-4b42-80a4-79471bef2ae6 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-21T10:40:57.418Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:40:57.419Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-21T10:40:57.420Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-21T10:40:57.420Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aa093478-e860-4c0e-9650-9e7b4170e50d from URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:57.421Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-21T10:40:57.422Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:57.682Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-21T10:40:57.701Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar aa093478-e860-4c0e-9650-9e7b4170e50d 98976
2021-11-21T10:40:57.703Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar ASDC sendASDCNotification
2021-11-21T10:40:57.703Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:57.704Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:40:57.705Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:40:57.707Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:40:57.708Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491257701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:40:57.808Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:40:57.810Z||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-21T10:40:57.810Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:40:57.843Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:40:57.843Z||pool-10-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:40:58.708Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:40:58.710Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-21T10:40:58.711Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: aa093478-e860-4c0e-9650-9e7b4170e50d, URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar to file: /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:58.711Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211121103757-csar.csar
2021-11-21T10:40:58.969Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:40:58.969Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:00.260Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17920885652253103923/Definitions/service-Vfw20211121103757-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-21T10:41:03.008Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T10:41:03.013Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-21T10:41:03.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.041Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-21T10:41:03.042Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.042Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.042Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5368a06-f673 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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.043Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.044Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-Vfw20211121103757-csar.csar
2021-11-21T10:41:03.045Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-21T10:41:03.053Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.055Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.060Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.060Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-21T10:41:03.062Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:41:03.064Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.065Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.065Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.065Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-21T10:41:03.066Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:41:03.066Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.066Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.070Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.071Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:03.071Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:03.071Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:03.072Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.072Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.072Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:03.073Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.073Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:03.073Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:03.073Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:03.074Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.074Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.074Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:03.074Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.075Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:03.075Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.075Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T10:41:03.076Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.076Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:41:03.077Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.077Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.078Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:03.078Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.079Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.079Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:03.079Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.080Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:03.080Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:03.080Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:03.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:03.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-21T10:41:03.082Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:03.082Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:03.082Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:03.082Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.083Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.083Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:03.083Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.083Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:03.084Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.084Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d263826a-f95a-4a45-9e90-8856e8d30f81
2021-11-21T10:41:03.085Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.085Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:03.085Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:03.085Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.086Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:03.087Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-21T10:41:03.087Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:03.087Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.087Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:03.088Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.088Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=89c15d8d-ace7-4305-850b-c89de37e0782
2021-11-21T10:41:03.088Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.089Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:03.089Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:03.089Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:03.089Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.090Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.090Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:03.090Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.091Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:03.091Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:03.091Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:03.091Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:03.092Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:03.092Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-21T10:41:03.092Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52200acc-989e-422c-aaa3-b55acdd29095
2021-11-21T10:41:03.092Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.093Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.093Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.093Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:03.094Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-21 10-37-57
Description:catalog service description
Model UUID:e0f057ff-0691-4b42-80a4-79471bef2ae6
Model Version:NULL
Model InvariantUuid:404ec254-df99-4717-9d8f-aaed377a3211
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d5368a06-f673
Model UUID:928a6fec-dc89-420e-b576-e988edb60edd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e86246f9-cf37-40a8-92df-b1ea8e6e341a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:87a446cc-4bf5-4177-9ebe-655aed3c1828
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:013aee6e-8cfc-47ef-8147-471689b242c1
ModelName:VfwD5368a06F673..base_vfw..module-0
ModelUuid:d673bff0-7793-4390-8d38-fd82d8e5795d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d263826a-f95a-4a45-9e90-8856e8d30f81
ModelInvariantUuid:740e382d-6a2b-4249-b58b-896754908248
ModelName:vFW d5368a06-f673-nodes.vfwCvfc
ModelUuid:4de254c3-46e0-4b7f-9fc2-749718aa102c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3dbb93f1-fb13-4913-bf3a-8937709ddbbe
ModelInvariantUuid:f9051638-b462-4148-85d9-6e97206064e8
ModelName:VfwD5368a06F673.compute.nodes.heat.vfw
ModelUuid:1cf018c1-6bca-4ab5-9bf8-ebe9c726a933
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:89c15d8d-ace7-4305-850b-c89de37e0782
ModelInvariantUuid:d991b676-b6ba-47fd-a484-79eacac6d3e2
ModelName:vFW d5368a06-f673-nodes.vsnCvfc
ModelUuid:8eb93e23-c5c1-4cb8-8365-9f24d06ece19
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a7b542aa-b713-498f-9426-e234de67e1d7
ModelInvariantUuid:56f89ba0-7671-47ff-8d4f-884beb1a47ed
ModelName:VfwD5368a06F673.compute.nodes.heat.vsn
ModelUuid:1cc4492e-f5a5-43da-be3e-ef63e5b207b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:52200acc-989e-422c-aaa3-b55acdd29095
ModelInvariantUuid:0fa6071b-e539-41e4-865a-1b3195a200c1
ModelName:vFW d5368a06-f673-nodes.vpgCvfc
ModelUuid:3a1773d9-ee16-4a7a-92a0-d57be64367a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f5b81c74-85bf-4793-a07c-94f2bc7901d0
ModelInvariantUuid:45ee39b5-4a3b-4aeb-bbc9-a9b6738c97a4
ModelName:VfwD5368a06F673.compute.nodes.heat.vpg
ModelUuid:1eb09372-880a-4e3b-9469-8f38d3b87e0e
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-21T10:41:03.106Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2aac522b-e66f-4729-a0cb-82cc69801e27
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-21T10:41:03.208Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||vFW d5368a06-f673 0
2021-11-21T10:41:03.217Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2aac522b-e66f-4729-a0cb-82cc69801e27
2021-11-21T10:41:03.218Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2f9a5a1a-9cc3-4962-be98-fed217cf8c63 from URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
2021-11-21T10:41:03.218Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-21T10:41:03.218Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
2021-11-21T10:41:03.958Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-21T10:41:03.959Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json 2f9a5a1a-9cc3-4962-be98-fed217cf8c63 785
2021-11-21T10:41:03.960Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json ASDC sendASDCNotification
2021-11-21T10:41:03.960Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
2021-11-21T10:41:03.960Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:41:03.961Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:03.981Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:03.981Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491263960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:41:04.064Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2021-11-21T10:41:04.065Z||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-21T10:41:04.065Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:04.084Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:41:04.085Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:04.996Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD5368a06F673..base_vfw..module-0",
"vfModuleModelInvariantUUID": "013aee6e-8cfc-47ef-8147-471689b242c1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d673bff0-7793-4390-8d38-fd82d8e5795d",
"vfModuleModelCustomizationUUID": "5bb954e8-16dc-486b-a2fd-4719097ff308",
"isBase": true,
"artifacts": [
"c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac",
"c8f4d5af-0f6c-45a5-82fd-2183065c32e5"
],
"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-21T10:41:05.017Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5368a06F673..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d673bff0-7793-4390-8d38-fd82d8e5795d
VfModuleModelInvariantUUID:013aee6e-8cfc-47ef-8147-471689b242c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac
,
c8f4d5af-0f6c-45a5-82fd-2183065c32e5
}
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-21T10:41:05.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD5368a06F673..base_vfw..module-0",
"vfModuleModelInvariantUUID": "013aee6e-8cfc-47ef-8147-471689b242c1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d673bff0-7793-4390-8d38-fd82d8e5795d",
"vfModuleModelCustomizationUUID": "5bb954e8-16dc-486b-a2fd-4719097ff308",
"isBase": true,
"artifacts": [
"c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac",
"c8f4d5af-0f6c-45a5-82fd-2183065c32e5"
],
"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-21T10:41:05.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5368a06F673..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d673bff0-7793-4390-8d38-fd82d8e5795d
VfModuleModelInvariantUUID:013aee6e-8cfc-47ef-8147-471689b242c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac
,
c8f4d5af-0f6c-45a5-82fd-2183065c32e5
}
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-21T10:41:05.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac from URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
2021-11-21T10:41:05.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-21T10:41:05.021Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
2021-11-21T10:41:05.250Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-21T10:41:05.251Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml c1bc713d-f2c5-4e72-887e-c79c6d0cc2ac 20368
2021-11-21T10:41:05.251Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-21T10:41:05.251Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
2021-11-21T10:41:05.251Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:41:05.252Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:05.254Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:05.254Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491265251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:41:05.354Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:05.356Z||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-21T10:41:05.356Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:05.366Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:41:05.367Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:06.255Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c8f4d5af-0f6c-45a5-82fd-2183065c32e5 from URL: /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
2021-11-21T10:41:06.255Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-21T10:41:06.256Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
2021-11-21T10:41:06.653Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-21T10:41:06.654Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env c8f4d5af-0f6c-45a5-82fd-2183065c32e5 2098
2021-11-21T10:41:06.654Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-21T10:41:06.655Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
2021-11-21T10:41:06.655Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:41:06.655Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:06.658Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:06.658Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491266654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:41:06.758Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:06.760Z||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-21T10:41:06.760Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:06.780Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:41:06.780Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:07.659Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e0f057ff-0691-4b42-80a4-79471bef2ae6
2021-11-21T10:41:07.660Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5368a06-f673 0 2aac522b-e66f-4729-a0cb-82cc69801e27 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-21T10:41:07.701Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17673549, org.onap.sdc.toscaparser.api.parameters.Input@31999f0c, org.onap.sdc.toscaparser.api.parameters.Input@41601f14, org.onap.sdc.toscaparser.api.parameters.Input@450375fc, org.onap.sdc.toscaparser.api.parameters.Input@6be0dd68]
2021-11-21T10:41:07.705Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.706Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.706Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-11-21T10:41:07.706Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 87a446cc-4bf5-4177-9ebe-655aed3c1828
2021-11-21T10:41:07.706Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87a446cc-4bf5-4177-9ebe-655aed3c1828 matches Tosca VF Customization UUID: 87a446cc-4bf5-4177-9ebe-655aed3c1828
2021-11-21T10:41:07.707Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 87a446cc-4bf5-4177-9ebe-655aed3c1828 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-21T10:41:07.714Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.714Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.715Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 87a446cc-4bf5-4177-9ebe-655aed3c1828: {\"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-21T10:41:07.715Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bf27a9f
2021-11-21T10:41:07.716Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.716Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:41:07.717Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5bb954e8-16dc-486b-a2fd-4719097ff308
2021-11-21T10:41:07.718Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5bb954e8-16dc-486b-a2fd-4719097ff308
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-21T10:41:07.724Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.724Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.724Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.725Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.725Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.726Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.726Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.726Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:07.727Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:07.727Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-21T10:41:07.727Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:07.727Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:07.728Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.729Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:07.729Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.729Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d263826a-f95a-4a45-9e90-8856e8d30f81
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-21T10:41:07.735Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.735Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.735Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.736Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.736Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:07.736Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:07.737Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:07.737Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.737Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.737Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:41:07.738Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.739Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:41:07.739Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.739Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=89c15d8d-ace7-4305-850b-c89de37e0782
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-21T10:41:07.741Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.741Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.741Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.744Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.744Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is not matching search criteria
2021-11-21T10:41:07.744Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:41:07.744Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:41:07.745Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.745Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.745Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:41:07.745Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:41:07.746Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:41:07.747Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-21T10:41:07.747Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52200acc-989e-422c-aaa3-b55acdd29095
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-21T10:41:07.749Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.749Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.749Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:41:07.749Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.750Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Node template vFW d5368a06-f673 0 is matching search criteria
2021-11-21T10:41:07.750Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d5368a06-f673 0] matching following query criteria: sdcType=VF, customizationUUID=87a446cc-4bf5-4177-9ebe-655aed3c1828
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-21T10:41:07.752Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.752Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.753Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e0f057ff-0691-4b42-80a4-79471bef2ae6: vFW d5368a06-f673
2021-11-21T10:41:07.753Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.753Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.754Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.754Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.754Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.754Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.755Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.755Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.755Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:41:07.755Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-21 10-37-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:41:07.756Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-11-21 10-37-57
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-21T10:41:08.011Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5368a06-f673 2aac522b-e66f-4729-a0cb-82cc69801e27 1 ASDC deployResourceStructure
2021-11-21T10:41:08.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json ASDC sendASDCNotification
2021-11-21T10:41:08.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json
2021-11-21T10:41:08.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:41:08.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:08.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:08.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491268011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "DEPLOY_OK"
}
2021-11-21T10:41:08.122Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-11-21T10:41:08.124Z||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-21T10:41:08.124Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:08.137Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:41:08.138Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:41:09.014Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-21T10:41:09.015Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml
2021-11-21T10:41:09.016Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:41:09.016Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:09.018Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:09.018Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491269014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-21T10:41:09.118Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:09.119Z||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-21T10:41:09.120Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:09.131Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:41:09.132Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:10.019Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-21T10:41:10.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env
2021-11-21T10:41:10.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:41:10.020Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:10.022Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:10.023Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491270019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-21T10:41:10.122Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T10:41:10.123Z||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-21T10:41:10.123Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:10.133Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:41:10.134Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:41:11.024Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar ASDC sendASDCNotification
2021-11-21T10:41:11.024Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar
2021-11-21T10:41:11.024Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:41:11.024Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:11.026Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:11.026Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491271024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:41:11.127Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:11.128Z||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-21T10:41:11.128Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:11.139Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:41:11.140Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:41:12.027Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15235a02-4422-4043-9723-fe93c3e14516
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-21T10:41:12.054Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15235a02-4422-4043-9723-fe93c3e14516
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-21T10:41:12.060Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:41:12.060Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:41:12.061Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:41:12.062Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:41:12.062Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:41:12.062Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-21T10:41:12.069Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T10:41:42.070Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:41:42.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15235a02-4422-4043-9723-fe93c3e14516 and serviceModelVersionId: e0f057ff-0691-4b42-80a4-79471bef2ae6
2021-11-21T10:41:42.081Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 404ec254-df99-4717-9d8f-aaed377a3211
2021-11-21T10:41:49.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:41:49.463Z||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-21T10:41:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:49.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:41:49.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-21T10:41:49.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:41:49.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-21T10:41:57.655Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0
2021-11-21T10:41:57.772Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T10:41:58.281Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|INFO|500||Invoke
2021-11-21T10:41:58.289Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15235a02-4422-4043-9723-fe93c3e14516], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ffcb8f5-c00a-4b30-9314-d58d67860ede], X-ECOMP-RequestID=[15235a02-4422-4043-9723-fe93c3e14516], X-TransactionId=[], X-ONAP-RequestID=[15235a02-4422-4043-9723-fe93c3e14516], Content-Type=[application/merge-patch+json]}
2021-11-21T10:41:58.410Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-21T10:41:58.949Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211121-10:41:58:425-66611], vertex-id=[237744], Content-Length=[0], Date=[Sun, 21 Nov 2021 10:41:58 GMT], Content-Type=[application/json]}
2021-11-21T10:41:58.951Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-21T10:41:58.952Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/404ec254-df99-4717-9d8f-aaed377a3211/model-vers/model-ver/e0f057ff-0691-4b42-80a4-79471bef2ae6?depth=0|INFO|500||InvokeReturn
2021-11-21T10:41:58.957Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T10:41:58.958Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-21T10:41:58.963Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||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-21T10:41:58.964Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15235a02-4422-4043-9723-fe93c3e14516 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T10:41:58.965Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T10:41:58.966Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:41:58.968Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:41:58.968Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491318965,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:41:59.068Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:41:59.069Z||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-21T10:41:59.069Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:41:59.080Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:41:59.080Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-21T10:41:59.984Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:41:59.985Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T10:41:59.985Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:42:09.519Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:42:49.459Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:42:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:42:49.462Z||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-21T10:42:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T10:42:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:42:49.462Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:42:49.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:42:49.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491250383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:42:49.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "clamp",
"timestamp": 1637491251388,
"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-21T10:42:49.514Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15235a02-4422-4043-9723-fe93c3e14516
2021-11-21T10:42:49.514Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15235a02-4422-4043-9723-fe93c3e14516 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-21T10:42:49.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:42:49.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:42:49.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:42:49.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491249459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491257701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491263960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491265251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491266654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491268011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/vfwd5368a06f6730_modules.json",
"status": "DEPLOY_OK"
}
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491269014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491270019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/resourceInstances/vfwd5368a06f6730/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:42:49.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491271024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121103757/1.0/artifacts/service-Vfw20211121103757-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:42:49.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:42:59.013Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:43:49.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:43:49.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:43:49.462Z||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-21T10:43:49.462Z||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-21T10:43:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:43:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:43:49.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:43:49.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-21T10:43:49.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15235a02-4422-4043-9723-fe93c3e14516",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491318965,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:43:49.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:43:59.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:44:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:44:49.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:44:49.461Z||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-21T10:44:49.461Z||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-21T10:44:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:44:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:44:59.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:44:59.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:49.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:45:49.460Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:45:49.462Z||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-21T10:45:49.462Z||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-21T10:45:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:50.087Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:50.090Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:50.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491536063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"91673ef1-0f89-46d3-be0a-679694879572","serviceName":"basic_onboard_PxZHgn","serviceVersion":"1.0","serviceUUID":"05f27d98-6cde-4b06-9fe4-157d195e46d1","serviceDescription":"service","serviceInvariantUUID":"39cbaac0-ddd3-4f98-bed4-7182597b6eb4","resources":[{"resourceInstanceName":"basic_onboard_PxZHgn 0","resourceName":"basic_onboard_PxZHgn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0ebebff-7847-4a78-8173-154efdf1699a","resourceInvariantUUID":"7375a719-d4e3-4a04-8b9c-8f6d94220a6b","resourceCustomizationUUID":"fb4bfc63-7ece-4d9e-8f23-cccd46a82c14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml","artifactChecksum":"NmI1NzM5Y2UxNDZkYmU3ZTNlZGQ1ODAxYmVjYjk1MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73af951d-15c5-4f88-8758-20120a881451","artifactVersion":"1"},{"artifactName":"basic_onboard_pxzhgn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json","artifactChecksum":"NWRkOTk4OTk0ZjRmMDcwZGYwMjI1NjExY2VhZmVhMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"21f51e84-3ca5-442b-9ea0-f177198231ce","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"27f73e14-74e0-4fc9-ac10-53df6fc4fbf4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee816373-cee0-482f-bdd3-4c4f8426a5a0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"59de714f-ecdb-48ba-b2cb-2392a1fab838","artifactVersion":"2","generatedFromUUID":"27f73e14-74e0-4fc9-ac10-53df6fc4fbf4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPxzhgn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml","artifactChecksum":"ODlhMjhmN2E2YzNhYTY5Mjg3NTBiMjhiY2NiNDM1M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05e2a92e-d41c-492a-afca-86e0317db7b4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPxzhgn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar","artifactChecksum":"MGY4ZTVmYjJiMzg0M2QwMTc1N2RiMWM5ZmUzMzJiZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22bbade7-f83f-4123-ae01-8c1ab2d73379","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T10:45:50.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "dcae-sch",
"timestamp": 1637491538079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491533573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "cds",
"timestamp": 1637491539366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491531856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491533573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:45:50.097Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:50.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.098Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:50.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491536063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:45:50.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "dcae-sch",
"timestamp": 1637491538079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "cds",
"timestamp": 1637491539366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491531856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491536063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491533573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "dcae-sch",
"timestamp": 1637491538079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "cds",
"timestamp": 1637491539366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.103Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.103Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491531856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:45:50.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491533573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491536063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "dcae-sch",
"timestamp": 1637491538079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "cds",
"timestamp": 1637491539366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491531856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491533573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491536063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-21T10:45:50.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "cds",
"timestamp": 1637491539366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "dcae-sch",
"timestamp": 1637491538079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491531856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491533573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491536063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "cds",
"timestamp": 1637491539366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "dcae-sch",
"timestamp": 1637491538079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491531856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491536063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:45:50.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491533573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:45:50.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "dcae-sch",
"timestamp": 1637491538079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "cds",
"timestamp": 1637491539366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491531856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491545584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491545584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "cds",
"timestamp": 1637491547670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491547918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491547924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491545584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "cds",
"timestamp": 1637491548679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-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-21T10:45:50.145Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:45:50.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:45:50.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491548928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:45:50.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491548381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491549151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:45:50.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:45:50.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:45:50.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491545584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:50.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:45:50.203Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:50.204Z||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-21T10:45:50.204Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:50.214Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:50.214Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:45:51.104Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:51.105Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:51.107Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:51.107Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:45:51.207Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:51.208Z||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-21T10:45:51.208Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:51.218Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:51.219Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:52.108Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:52.109Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:52.111Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:52.111Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:45:52.211Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:52.212Z||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-21T10:45:52.212Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:52.222Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:52.222Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:53.111Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:53.113Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:53.115Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:53.116Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:53.216Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:53.217Z||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-21T10:45:53.217Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:53.229Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:53.229Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:54.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:54.117Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:54.120Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:54.121Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-21T10:45:54.223Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-21T10:45:54.224Z||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-21T10:45:54.225Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:54.236Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:54.237Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:45:55.122Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:55.123Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:55.126Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:55.126Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:45:55.226Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:55.227Z||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-21T10:45:55.227Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:55.238Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:55.239Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:45:56.127Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:45:56.129Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:56.131Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:56.132Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:45:56.232Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:56.233Z||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-21T10:45:56.233Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:56.244Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:56.245Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:57.133Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"serviceName": "basic_onboard_PxZHgn",
"serviceVersion": "1.0",
"serviceUUID": "05f27d98-6cde-4b06-9fe4-157d195e46d1",
"serviceDescription": "service",
"serviceInvariantUUID": "39cbaac0-ddd3-4f98-bed4-7182597b6eb4",
"resources": [
{
"resourceInstanceName": "basic_onboard_PxZHgn 0",
"resourceCustomizationUUID": "fb4bfc63-7ece-4d9e-8f23-cccd46a82c14",
"resourceName": "basic_onboard_PxZHgn",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e0ebebff-7847-4a78-8173-154efdf1699a",
"resourceInvariantUUID": "7375a719-d4e3-4a04-8b9c-8f6d94220a6b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pxzhgn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"artifactChecksum": "NWRkOTk4OTk0ZjRmMDcwZGYwMjI1NjExY2VhZmVhMDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "21f51e84-3ca5-442b-9ea0-f177198231ce",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "27f73e14-74e0-4fc9-ac10-53df6fc4fbf4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "59de714f-ecdb-48ba-b2cb-2392a1fab838",
"generatedFromUUID": "27f73e14-74e0-4fc9-ac10-53df6fc4fbf4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "59de714f-ecdb-48ba-b2cb-2392a1fab838",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPxzhgn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"artifactChecksum": "MGY4ZTVmYjJiMzg0M2QwMTc1N2RiMWM5ZmUzMzJiZDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "22bbade7-f83f-4123-ae01-8c1ab2d73379"
}
],
"workloadContext": "Production"
}
2021-11-21T10:45:57.134Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T10:45:57.134Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 05f27d98-6cde-4b06-9fe4-157d195e46d1 ASDC
2021-11-21T10:45:57.135Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:91673ef1-0f89-46d3-be0a-679694879572
ServiceName:basic_onboard_PxZHgn
ServiceVersion:1.0
ServiceUUID:05f27d98-6cde-4b06-9fe4-157d195e46d1
ServiceInvariantUUID:39cbaac0-ddd3-4f98-bed4-7182597b6eb4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPxzhgn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
ArtifactUUID:22bbade7-f83f-4123-ae01-8c1ab2d73379
ArtifactChecksum:MGY4ZTVmYjJiMzg0M2QwMTc1N2RiMWM5ZmUzMzJiZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PxZHgn 0
ResourceCustomizationUUID:fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
ResourceInvariantUUID:7375a719-d4e3-4a04-8b9c-8f6d94220a6b
ResourceName:basic_onboard_PxZHgn
ResourceType:VF
ResourceUUID:e0ebebff-7847-4a78-8173-154efdf1699a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pxzhgn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
ArtifactUUID:21f51e84-3ca5-442b-9ea0-f177198231ce
ArtifactChecksum:NWRkOTk4OTk0ZjRmMDcwZGYwMjI1NjExY2VhZmVhMDA=
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/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:27f73e14-74e0-4fc9-ac10-53df6fc4fbf4
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/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
ArtifactUUID:59de714f-ecdb-48ba-b2cb-2392a1fab838
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/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
ArtifactUUID:59de714f-ecdb-48ba-b2cb-2392a1fab838
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-21T10:45:57.136Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05f27d98-6cde-4b06-9fe4-157d195e46d1 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-21T10:45:57.170Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:45:57.172Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-21T10:45:57.172Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-21T10:45:57.172Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 22bbade7-f83f-4123-ae01-8c1ab2d73379 from URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:57.172Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-21T10:45:57.173Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:57.299Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-21T10:45:57.303Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar 22bbade7-f83f-4123-ae01-8c1ab2d73379 71557
2021-11-21T10:45:57.303Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar ASDC sendASDCNotification
2021-11-21T10:45:57.303Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:57.303Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:45:57.304Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:45:57.306Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:45:57.306Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491557303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:45:57.406Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:45:57.407Z||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-21T10:45:57.407Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:45:57.421Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:45:57.421Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:45:58.307Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:45:58.308Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-21T10:45:58.309Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 22bbade7-f83f-4123-ae01-8c1ab2d73379, URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar to file: /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:58.309Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:58.309Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:58.310Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:58.646Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14738021634202144924/Definitions/service-BasicOnboardPxzhgn-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-21T10:45:59.905Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PxZHgn 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-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.906Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||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-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-21T10:45:59.907Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.908Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.908Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.908Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-21T10:45:59.908Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:45:59.909Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is not matching search criteria
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-21T10:45:59.910Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.911Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.912Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is not matching search criteria
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-21T10:45:59.913Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7627113-cf45-4fe4-96c3-247f7ecf5960
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.914Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:45:59.915Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:45:59.915Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PxZHgn
Description:service
Model UUID:05f27d98-6cde-4b06-9fe4-157d195e46d1
Model Version:NULL
Model InvariantUuid:39cbaac0-ddd3-4f98-bed4-7182597b6eb4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PxZHgn
Model UUID:22bac715-e650-456f-97da-114ef8237088
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7375a719-d4e3-4a04-8b9c-8f6d94220a6b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c9758905-66c4-4172-8a21-57114d68d329
ModelName:BasicOnboardPxzhgn..base_ubuntu18..module-0
ModelUuid:c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c7627113-cf45-4fe4-96c3-247f7ecf5960
ModelInvariantUuid:53cdbfe3-a7df-4d80-b045-b2f03d563533
ModelName:basic_onboard_PxZHgn-nodes.ubuntu18Cvfc
ModelUuid:d17f3c1e-1a82-4803-a83e-72cf93a99df6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:537ee9a3-4ca9-4111-9ec8-0e82794ace61
ModelInvariantUuid:8fbadb92-a601-4003-91fe-9599d68490fc
ModelName:BasicOnboardPxzhgn.compute.nodes.heat.ubuntu18
ModelUuid:d0bacb17-2ed9-44c5-bdd0-a4f165800664
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-21T10:45:59.921Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e0ebebff-7847-4a78-8173-154efdf1699a
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-21T10:45:59.926Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||basic_onboard_PxZHgn 0
2021-11-21T10:45:59.926Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0ebebff-7847-4a78-8173-154efdf1699a
2021-11-21T10:45:59.926Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 21f51e84-3ca5-442b-9ea0-f177198231ce from URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
2021-11-21T10:45:59.926Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-21T10:45:59.927Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
2021-11-21T10:46:00.166Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-21T10:46:00.167Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json 21f51e84-3ca5-442b-9ea0-f177198231ce 798
2021-11-21T10:46:00.167Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json ASDC sendASDCNotification
2021-11-21T10:46:00.167Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
2021-11-21T10:46:00.168Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:46:00.168Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:00.170Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:00.170Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491560167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:46:00.270Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:00.271Z||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-21T10:46:00.271Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:00.282Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:46:00.283Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:46:01.171Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPxzhgn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c9758905-66c4-4172-8a21-57114d68d329",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8",
"vfModuleModelCustomizationUUID": "ee59f412-a66d-4fc0-9a44-af7bf04a6927",
"isBase": true,
"artifacts": [
"27f73e14-74e0-4fc9-ac10-53df6fc4fbf4",
"59de714f-ecdb-48ba-b2cb-2392a1fab838"
],
"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-21T10:46:01.177Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPxzhgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8
VfModuleModelInvariantUUID:c9758905-66c4-4172-8a21-57114d68d329
VfModuleModelDescription:NULL
Artifacts UUID List:{
27f73e14-74e0-4fc9-ac10-53df6fc4fbf4
,
59de714f-ecdb-48ba-b2cb-2392a1fab838
}
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-21T10:46:01.179Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPxzhgn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c9758905-66c4-4172-8a21-57114d68d329",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8",
"vfModuleModelCustomizationUUID": "ee59f412-a66d-4fc0-9a44-af7bf04a6927",
"isBase": true,
"artifacts": [
"27f73e14-74e0-4fc9-ac10-53df6fc4fbf4",
"59de714f-ecdb-48ba-b2cb-2392a1fab838"
],
"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-21T10:46:01.179Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPxzhgn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c35a2ac4-55ea-4ca8-9c44-fca73e1f3bd8
VfModuleModelInvariantUUID:c9758905-66c4-4172-8a21-57114d68d329
VfModuleModelDescription:NULL
Artifacts UUID List:{
27f73e14-74e0-4fc9-ac10-53df6fc4fbf4
,
59de714f-ecdb-48ba-b2cb-2392a1fab838
}
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-21T10:46:01.179Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 27f73e14-74e0-4fc9-ac10-53df6fc4fbf4 from URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
2021-11-21T10:46:01.179Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-21T10:46:01.180Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
2021-11-21T10:46:01.479Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-21T10:46:01.480Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml 27f73e14-74e0-4fc9-ac10-53df6fc4fbf4 5033
2021-11-21T10:46:01.480Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-21T10:46:01.480Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
2021-11-21T10:46:01.481Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:46:01.481Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:01.483Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:01.483Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491561480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:46:01.583Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:01.584Z||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-21T10:46:01.584Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:01.595Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:46:01.595Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:46:02.484Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 59de714f-ecdb-48ba-b2cb-2392a1fab838 from URL: /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
2021-11-21T10:46:02.484Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-21T10:46:02.484Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
2021-11-21T10:46:02.869Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-21T10:46:02.870Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env 59de714f-ecdb-48ba-b2cb-2392a1fab838 909
2021-11-21T10:46:02.870Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-21T10:46:02.870Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
2021-11-21T10:46:02.871Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:46:02.871Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:02.873Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:02.874Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491562870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:46:02.973Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T10:46:02.974Z||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-21T10:46:02.974Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:02.985Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:46:02.986Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:46:03.874Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 05f27d98-6cde-4b06-9fe4-157d195e46d1
2021-11-21T10:46:03.874Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PxZHgn 0 e0ebebff-7847-4a78-8173-154efdf1699a 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-21T10:46:03.887Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e3594b4, org.onap.sdc.toscaparser.api.parameters.Input@3873212e, org.onap.sdc.toscaparser.api.parameters.Input@119e72c5, org.onap.sdc.toscaparser.api.parameters.Input@19164597, org.onap.sdc.toscaparser.api.parameters.Input@6bf4e235]
2021-11-21T10:46:03.888Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb4bfc63-7ece-4d9e-8f23-cccd46a82c14 matches Tosca VF Customization UUID: fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
2021-11-21T10:46:03.889Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: fb4bfc63-7ece-4d9e-8f23-cccd46a82c14 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-21T10:46:03.891Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.892Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.892Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id fb4bfc63-7ece-4d9e-8f23-cccd46a82c14: {\"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-21T10:46:03.892Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d44d9c
2021-11-21T10:46:03.892Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.893Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:46:03.893Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee59f412-a66d-4fc0-9a44-af7bf04a6927
2021-11-21T10:46:03.893Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee59f412-a66d-4fc0-9a44-af7bf04a6927
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-21T10:46:03.895Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.895Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:46:03.895Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is not matching search criteria
2021-11-21T10:46:03.896Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-21T10:46:03.897Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-21T10:46:03.897Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7627113-cf45-4fe4-96c3-247f7ecf5960
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-21T10:46:03.899Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.899Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:46:03.899Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:46:03.899Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.900Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_PxZHgn 0 is matching search criteria
2021-11-21T10:46:03.900Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_PxZHgn 0] matching following query criteria: sdcType=VF, customizationUUID=fb4bfc63-7ece-4d9e-8f23-cccd46a82c14
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-21T10:46:03.901Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.901Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 05f27d98-6cde-4b06-9fe4-157d195e46d1: basic_onboard_PxZHgn
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.902Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_PxZHgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:46:03.903Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_PxZHgn
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-21T10:46:03.990Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PxZHgn e0ebebff-7847-4a78-8173-154efdf1699a 1 ASDC deployResourceStructure
2021-11-21T10:46:03.990Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json ASDC sendASDCNotification
2021-11-21T10:46:03.990Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json
2021-11-21T10:46:03.990Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:46:03.991Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:03.993Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:03.994Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491563990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-21T10:46:04.095Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T10:46:04.096Z||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-21T10:46:04.097Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:04.108Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:46:04.108Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:46:04.999Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-21T10:46:05.001Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml
2021-11-21T10:46:05.001Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:46:05.001Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:05.006Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:05.006Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491564999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-21T10:46:05.106Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:05.108Z||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-21T10:46:05.108Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:05.123Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:46:05.124Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:46:06.007Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-21T10:46:06.008Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env
2021-11-21T10:46:06.008Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:46:06.009Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:06.011Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:06.011Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491566007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-21T10:46:06.111Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:06.112Z||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-21T10:46:06.112Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:06.123Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:46:06.123Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:46:07.012Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar ASDC sendASDCNotification
2021-11-21T10:46:07.012Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar
2021-11-21T10:46:07.013Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-21T10:46:07.013Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:46:07.015Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:46:07.015Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491567012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:46:07.115Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:46:07.116Z||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-21T10:46:07.116Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:07.126Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:46:07.127Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:46:08.016Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:46:08.029Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:46:08.031Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:46:08.031Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:46:08.031Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:46:38.032Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:46:38.044Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:46:38.046Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:46:38.046Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:46:38.047Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:46:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:46:49.463Z||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-21T10:46:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:46:49.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:46:49.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:46:49.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "policy-id",
"timestamp": 1637491549931,
"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-21T10:46:49.496Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:46:49.496Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:47:08.047Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:47:08.070Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:47:08.073Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:47:08.073Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:47:08.073Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:47:38.074Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:47:38.092Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:47:38.095Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:47:38.096Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:47:38.096Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:47:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:47:49.462Z||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-21T10:47:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:47:49.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:47:49.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:47:49.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491548381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:47:49.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:08.096Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:48:08.108Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:48:08.113Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:48:08.113Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:48:08.113Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:48:38.114Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:48:38.127Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:48:38.130Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:48:38.130Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-21T10:48:38.131Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-21T10:48:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:48:49.462Z||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-21T10:48:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:48:49.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:48:49.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491545584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491550610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491548381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:49.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:49.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491545584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:49.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491551633,
"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-21T10:48:50.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:48:50.003Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:48:50.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491548381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "ves-openapi-manager",
"timestamp": 1637491545584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637491552638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491548381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491548381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491548381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491555420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491549459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491556188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491556366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491557303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491557430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491556366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "clamp",
"timestamp": 1637491558434,
"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-21T10:48:50.025Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:48:50.025Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491556366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491556366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491560167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491556366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491561480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491556366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491562870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491556366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-21T10:48:50.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491563990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/basic_onboard_pxzhgn0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491564465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491564999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491565957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491566007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/resourceInstances/basic_onboard_pxzhgn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491566945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "aai-ml",
"timestamp": 1637491566961,
"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-21T10:48:50.044Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:48:50.044Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:48:50.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491567012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxzhgn/1.0/artifacts/service-BasicOnboardPxzhgn-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:48:50.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:48:50.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:48:50.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637491567950,
"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-21T10:48:50.055Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91673ef1-0f89-46d3-be0a-679694879572
2021-11-21T10:48:50.055Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:49:08.132Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:49:08.149Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572
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-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-21T10:49:08.154Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-21T10:49:08.155Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-21T10:49:08.160Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-21T10:49:38.161Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91673ef1-0f89-46d3-be0a-679694879572 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-21T10:49:38.170Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91673ef1-0f89-46d3-be0a-679694879572 and serviceModelVersionId: 05f27d98-6cde-4b06-9fe4-157d195e46d1
2021-11-21T10:49:38.171Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39cbaac0-ddd3-4f98-bed4-7182597b6eb4
2021-11-21T10:49:38.173Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0
2021-11-21T10:49:38.182Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-21T10:49:38.250Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|INFO|500||Invoke
2021-11-21T10:49:38.250Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91673ef1-0f89-46d3-be0a-679694879572], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0773190-b8ea-4b02-bfb6-fd2d03d36109], X-ECOMP-RequestID=[91673ef1-0f89-46d3-be0a-679694879572], X-TransactionId=[], X-ONAP-RequestID=[91673ef1-0f89-46d3-be0a-679694879572], Content-Type=[application/merge-patch+json]}
2021-11-21T10:49:38.292Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-21T10:49:38.520Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211121-10:49:38:301-45372], vertex-id=[196816], Content-Length=[0], Date=[Sun, 21 Nov 2021 10:49:38 GMT], Content-Type=[application/json]}
2021-11-21T10:49:38.521Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-21T10:49:38.521Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39cbaac0-ddd3-4f98-bed4-7182597b6eb4/model-vers/model-ver/05f27d98-6cde-4b06-9fe4-157d195e46d1?depth=0|INFO|500||InvokeReturn
2021-11-21T10:49:38.523Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-21T10:49:38.523Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-21T10:49:38.528Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-21T10:49:38.528Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91673ef1-0f89-46d3-be0a-679694879572 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-21T10:49:38.529Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-21T10:49:38.529Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:49:38.532Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:49:38.532Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491778528,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:49:38.632Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:49:38.634Z||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-21T10:49:38.634Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:49:38.657Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:49:38.658Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 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-21T10:49:39.545Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:49:39.546Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:49:39.546Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:49:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:49:49.463Z||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-21T10:49:49.463Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:49:50.094Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:49:50.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-21T10:49:50.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91673ef1-0f89-46d3-be0a-679694879572",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637491778528,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-21T10:49:50.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:49:50.778Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:49:50.779Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:49:50.779Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:49:50.779Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:00.326Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:50:00.327Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:50:00.328Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:50:00.328Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:09.868Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:50:09.870Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:50:09.872Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:50:09.872Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:19.409Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:50:49.458Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:50:49.460Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:50:49.460Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:49.460Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:50:49.461Z|15235a02-4422-4043-9723-fe93c3e14516|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-21T10:50:49.465Z|15235a02-4422-4043-9723-fe93c3e14516|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:50:59.007Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:50:59.012Z|15235a02-4422-4043-9723-fe93c3e14516|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:51:49.459Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:51:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:51:49.461Z||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-21T10:51:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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-21T10:51:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:51:49.461Z|91673ef1-0f89-46d3-be0a-679694879572|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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:51:59.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:51:59.005Z|91673ef1-0f89-46d3-be0a-679694879572|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:52:49.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:52:49.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:52:49.461Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-21T10:52:49.461Z||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-21T10:52:49.461Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:52:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:52:59.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:52:59.001Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:53:49.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:53:49.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:53:49.461Z||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-21T10:53:49.461Z||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-21T10:53:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:53:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:53:59.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:53:59.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:54:49.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:54:49.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:54:49.461Z||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-21T10:54:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:54:49.461Z||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-21T10:54:49.462Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:54:59.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:54:59.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:49.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:55:49.461Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-21T10:55:49.461Z||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-21T10:55:49.461Z||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-21T10:55:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:49.461Z||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 IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:50.090Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:50.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.092Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:50.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac","serviceName":"vFW 2021-11-21 10-53-14","serviceVersion":"1.0","serviceUUID":"88dee6c3-1d27-4b0f-89d7-85aa2eb66630","serviceDescription":"catalog service description","serviceInvariantUUID":"3b54f7bb-cafa-4f98-a926-267182eb0ce3","resources":[{"resourceInstanceName":"vFW 5d2cd66d-7435 0","resourceName":"vFW 5d2cd66d-7435","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d108998a-1803-4d74-8d6d-902fbc54ba8e","resourceInvariantUUID":"9e90a381-a328-4b3b-bec2-739b9ec68454","resourceCustomizationUUID":"0ba8cdae-0d20-4f64-89c0-e5995d6bdade","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml","artifactChecksum":"ZjZlMWQ2MTg1NWQyYTI1OTY5ZTRmMjk4YmI2YTMwN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8891035c-47d5-49f3-a6ad-835fae35665d","artifactVersion":"1"},{"artifactName":"vfw5d2cd66d74350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json","artifactChecksum":"NjQ1N2ZiM2YwOGQyMWI3YjUyNTk4MjM0YzUzMjczODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2b0a41c-1700-49d4-bddf-3dd211c20179","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"27696920-5b58-407e-9ad8-b24c58587d54","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml","artifactChecksum":"MzNkZGFiNGIyYWJkMWYwYzhlZDhhYTE4NzRmNTQ3OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55c9f4bc-a410-4ff8-8437-d768cc91cc7b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0268166a-17bb-4146-8772-657475ee42f3","artifactVersion":"2","generatedFromUUID":"27696920-5b58-407e-9ad8-b24c58587d54"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211121105314-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml","artifactChecksum":"ZGI1ZDBjMDgyM2FlYWJkMWQxNmZiNTZlMmQ2NTExNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb95c32c-4dec-4062-b3f6-4b767082f1b0","artifactVersion":"1"},{"artifactName":"service-Vfw20211121105314-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar","artifactChecksum":"ZDMwODI5YjlhM2VlOWJjY2YwOGYzZGFjYjc5OWM0MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b0c2ac5-9ff2-4c7c-a162-57d57782dab0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-21T10:55:50.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "ves-openapi-manager",
"timestamp": 1637492105590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492103573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "cds",
"timestamp": 1637492109366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492111856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "ves-openapi-manager",
"timestamp": 1637492105590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "cds",
"timestamp": 1637492109366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492103573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492111856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "ves-openapi-manager",
"timestamp": 1637492105590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.101Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "cds",
"timestamp": 1637492109366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.101Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492103573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492111856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "ves-openapi-manager",
"timestamp": 1637492105590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "cds",
"timestamp": 1637492109366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492103573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492111856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "ves-openapi-manager",
"timestamp": 1637492105590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.105Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:50.105Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492149458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "cds",
"timestamp": 1637492109366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492103573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492111856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492116062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "ves-openapi-manager",
"timestamp": 1637492105590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492103573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "cds",
"timestamp": 1637492109366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492111856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492116062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "ves-openapi-manager",
"timestamp": 1637492105590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492103573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "cds",
"timestamp": 1637492109366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492111856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492116062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "dcae-sch",
"timestamp": 1637492118077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492118380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "cds",
"timestamp": 1637492119534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492116062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "dcae-sch",
"timestamp": 1637492118077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492119725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492118380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "cds",
"timestamp": 1637492120541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-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-21T10:55:50.134Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:50.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492116062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "dcae-sch",
"timestamp": 1637492118077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492120729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:55:50.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492118380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492116062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "dcae-sch",
"timestamp": 1637492118077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "policy-id",
"timestamp": 1637492121732,
"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-21T10:55:50.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:50.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492118380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "dcae-sch",
"timestamp": 1637492118077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492116062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492118380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "dcae-sch",
"timestamp": 1637492118077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492118380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492124255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492124531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "dcae-sch",
"timestamp": 1637492118077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492118380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492125550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492126309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492126858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492126365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492127535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:55:50.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492127877,
"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-21T10:55:50.198Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.198Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:50.205Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:55:50.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492126365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.207Z||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-21T10:55:50.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.207Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:50.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "clamp",
"timestamp": 1637492128539,
"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-21T10:55:50.212Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.212Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637492128881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "DEPLOY_OK"
}
2021-11-21T10:55:50.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492126365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492126365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492126365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492126365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:50.223Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492126365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:55:50.224Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492134155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492137474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492137587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-21T10:55:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "aai-ml",
"timestamp": 1637492138478,
"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-21T10:55:50.230Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-21T10:55:50.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637492138592,
"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-21T10:55:50.242Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
2021-11-21T10:55:50.242Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac 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-21T10:55:51.105Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:51.106Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:51.109Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:51.109Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492149458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "NOTIFIED"
}
2021-11-21T10:55:51.210Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-21T10:55:51.211Z||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-21T10:55:51.211Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:51.222Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:51.222Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:52.110Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:52.111Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:52.113Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:52.113Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492149458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-21T10:55:52.213Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:55:52.214Z||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-21T10:55:52.215Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:52.224Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:52.225Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:53.114Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:53.115Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:53.117Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:53.117Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492149458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:53.217Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:55:53.218Z||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-21T10:55:53.218Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:53.229Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:53.229Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:55:54.117Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:54.118Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:54.138Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:54.139Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492149458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-21T10:55:54.220Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2021-11-21T10:55:54.221Z||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-21T10:55:54.221Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:54.232Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:54.234Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:55.139Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:55.141Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:55.143Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:55.143Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492149458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-21T10:55:55.243Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-21T10:55:55.245Z||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-21T10:55:55.245Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:55.256Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:55.256Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:56.144Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-21T10:55:56.146Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:56.148Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:56.148Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492149458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "NOTIFIED"
}
2021-11-21T10:55:56.249Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:55:56.250Z||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-21T10:55:56.250Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:56.259Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:56.260Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-21T10:55:57.150Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"serviceName": "vFW 2021-11-21 10-53-14",
"serviceVersion": "1.0",
"serviceUUID": "88dee6c3-1d27-4b0f-89d7-85aa2eb66630",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3b54f7bb-cafa-4f98-a926-267182eb0ce3",
"resources": [
{
"resourceInstanceName": "vFW 5d2cd66d-7435 0",
"resourceCustomizationUUID": "0ba8cdae-0d20-4f64-89c0-e5995d6bdade",
"resourceName": "vFW 5d2cd66d-7435",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d108998a-1803-4d74-8d6d-902fbc54ba8e",
"resourceInvariantUUID": "9e90a381-a328-4b3b-bec2-739b9ec68454",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5d2cd66d74350_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"artifactChecksum": "NjQ1N2ZiM2YwOGQyMWI3YjUyNTk4MjM0YzUzMjczODc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2b0a41c-1700-49d4-bddf-3dd211c20179",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "27696920-5b58-407e-9ad8-b24c58587d54",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0268166a-17bb-4146-8772-657475ee42f3",
"generatedFromUUID": "27696920-5b58-407e-9ad8-b24c58587d54"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0268166a-17bb-4146-8772-657475ee42f3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211121105314-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"artifactChecksum": "ZDMwODI5YjlhM2VlOWJjY2YwOGYzZGFjYjc5OWM0MTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9b0c2ac5-9ff2-4c7c-a162-57d57782dab0"
}
],
"workloadContext": "Production"
}
2021-11-21T10:55:57.150Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-21T10:55:57.151Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 88dee6c3-1d27-4b0f-89d7-85aa2eb66630 ASDC
2021-11-21T10:55:57.151Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac
ServiceName:vFW 2021-11-21 10-53-14
ServiceVersion:1.0
ServiceUUID:88dee6c3-1d27-4b0f-89d7-85aa2eb66630
ServiceInvariantUUID:3b54f7bb-cafa-4f98-a926-267182eb0ce3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211121105314-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar
ArtifactUUID:9b0c2ac5-9ff2-4c7c-a162-57d57782dab0
ArtifactChecksum:ZDMwODI5YjlhM2VlOWJjY2YwOGYzZGFjYjc5OWM0MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5d2cd66d-7435 0
ResourceCustomizationUUID:0ba8cdae-0d20-4f64-89c0-e5995d6bdade
ResourceInvariantUUID:9e90a381-a328-4b3b-bec2-739b9ec68454
ResourceName:vFW 5d2cd66d-7435
ResourceType:VF
ResourceUUID:d108998a-1803-4d74-8d6d-902fbc54ba8e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5d2cd66d74350_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json
ArtifactUUID:c2b0a41c-1700-49d4-bddf-3dd211c20179
ArtifactChecksum:NjQ1N2ZiM2YwOGQyMWI3YjUyNTk4MjM0YzUzMjczODc=
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/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml
ArtifactUUID:27696920-5b58-407e-9ad8-b24c58587d54
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/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
ArtifactUUID:0268166a-17bb-4146-8772-657475ee42f3
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/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
ArtifactUUID:0268166a-17bb-4146-8772-657475ee42f3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-21T10:55:57.151Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88dee6c3-1d27-4b0f-89d7-85aa2eb66630 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-21T10:55:57.184Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:55:57.185Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-21T10:55:57.185Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-21T10:55:57.186Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9b0c2ac5-9ff2-4c7c-a162-57d57782dab0 from URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:57.186Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-21T10:55:57.186Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:57.309Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-21T10:55:57.314Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar 9b0c2ac5-9ff2-4c7c-a162-57d57782dab0 98931
2021-11-21T10:55:57.315Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar ASDC sendASDCNotification
2021-11-21T10:55:57.315Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:57.315Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:55:57.316Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:55:57.318Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:55:57.318Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492157315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:55:57.425Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-11-21T10:55:57.425Z||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-21T10:55:57.426Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:55:57.437Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:55:57.437Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:55:58.319Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-21T10:55:58.321Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-21T10:55:58.321Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9b0c2ac5-9ff2-4c7c-a162-57d57782dab0, URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/artifacts/service-Vfw20211121105314-csar.csar to file: /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:58.322Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211121105314-csar.csar
2021-11-21T10:55:58.323Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:58.323Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:55:58.677Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9077978926948391508/Definitions/service-Vfw20211121105314-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_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
2021-11-21T10:56:00.748Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-21T10:56:00.749Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-21T10:56:00.749Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.749Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-21T10:56:00.749Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.750Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5d2cd66d-7435 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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||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-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.751Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211121105314-csar.csar
2021-11-21T10:56:00.752Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-21T10:56:00.752Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.752Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.753Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.753Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-21T10:56:00.753Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:56:00.753Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.754Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.754Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.754Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-21T10:56:00.754Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-21T10:56:00.755Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.755Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.755Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.755Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.756Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:56:00.757Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.757Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:00.757Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:56:00.757Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.758Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:56:00.759Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.759Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-21T10:56:00.759Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.759Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:56:00.760Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.760Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.760Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:00.760Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:00.761Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-21T10:56:00.762Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.763Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:56:00.764Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.764Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:56:00.764Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.764Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57066dd7-4cf2-4a37-892f-cda702397ed9
2021-11-21T10:56:00.765Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.765Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:00.771Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:00.771Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:56:00.771Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-21T10:56:00.772Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:56:00.773Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.773Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:56:00.773Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.773Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d43a7c14-6c69-454f-8e0a-c2728c1b7734
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.774Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:00.775Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b372c283-a9e7-4413-8de0-8da673d614b9
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.776Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.777Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.777Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:00.777Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:00.777Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-21 10-53-14
Description:catalog service description
Model UUID:88dee6c3-1d27-4b0f-89d7-85aa2eb66630
Model Version:NULL
Model InvariantUuid:3b54f7bb-cafa-4f98-a926-267182eb0ce3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5d2cd66d-7435
Model UUID:a19cbc60-8ece-4025-8bc2-39b6c4327f19
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e90a381-a328-4b3b-bec2-739b9ec68454
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0ba8cdae-0d20-4f64-89c0-e5995d6bdade
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c86a2b9f-d36a-4676-b625-7629719c1fff
ModelName:Vfw5d2cd66d7435..base_vfw..module-0
ModelUuid:1d443e6d-0b49-4760-951b-dd8b08bb7cda
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:57066dd7-4cf2-4a37-892f-cda702397ed9
ModelInvariantUuid:d5ae8e9d-67a3-4db1-a737-ffc88cc82115
ModelName:vFW 5d2cd66d-7435-nodes.vfwCvfc
ModelUuid:2e01fd77-4a6b-4d1e-88cf-10088bef7ca1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6fd125e2-8cb8-4373-9a11-22e39e19cc8e
ModelInvariantUuid:62d9d40d-feab-40fc-927b-5cf98c8b2363
ModelName:Vfw5d2cd66d7435.compute.nodes.heat.vfw
ModelUuid:6c1913a6-1304-42e7-8998-f73906825c41
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d43a7c14-6c69-454f-8e0a-c2728c1b7734
ModelInvariantUuid:7c41dadb-e01c-4bb4-a903-8a947a0a8811
ModelName:vFW 5d2cd66d-7435-nodes.vsnCvfc
ModelUuid:7a5fb474-ad00-4b49-b39b-ba1895b48b1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1e032386-5b53-47ca-991c-00bc61364bfa
ModelInvariantUuid:fc3c1c5b-b07a-4144-9f9a-b7e37d624dc1
ModelName:Vfw5d2cd66d7435.compute.nodes.heat.vsn
ModelUuid:99adfa82-b2f5-48cd-9ce5-30b995e19460
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b372c283-a9e7-4413-8de0-8da673d614b9
ModelInvariantUuid:99bb1ac0-4b6e-41b7-aea7-4d3fc96173aa
ModelName:vFW 5d2cd66d-7435-nodes.vpgCvfc
ModelUuid:66ec7052-06e6-400b-be5b-7fd5a4a9de62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:15784b09-a973-4ef6-be33-f4f604c27deb
ModelInvariantUuid:da0a058b-9197-4b9c-8065-0b28e8662edc
ModelName:Vfw5d2cd66d7435.compute.nodes.heat.vpg
ModelUuid:02a60926-6fc8-4701-af53-04d133c0208a
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-21T10:56:00.784Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d108998a-1803-4d74-8d6d-902fbc54ba8e
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-21T10:56:00.788Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||vFW 5d2cd66d-7435 0
2021-11-21T10:56:00.789Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d108998a-1803-4d74-8d6d-902fbc54ba8e
2021-11-21T10:56:00.789Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c2b0a41c-1700-49d4-bddf-3dd211c20179 from URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json
2021-11-21T10:56:00.789Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-21T10:56:00.789Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json
2021-11-21T10:56:01.129Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-21T10:56:01.130Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json c2b0a41c-1700-49d4-bddf-3dd211c20179 785
2021-11-21T10:56:01.130Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json ASDC sendASDCNotification
2021-11-21T10:56:01.130Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json
2021-11-21T10:56:01.131Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:56:01.131Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:01.134Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:01.134Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492161130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/vfw5d2cd66d74350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:56:01.234Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:56:01.235Z||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-21T10:56:01.235Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:01.247Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:56:01.247Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:02.135Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5d2cd66d7435..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c86a2b9f-d36a-4676-b625-7629719c1fff",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d443e6d-0b49-4760-951b-dd8b08bb7cda",
"vfModuleModelCustomizationUUID": "ae8650b7-f99f-495d-a0a4-7d3afe5cd216",
"isBase": true,
"artifacts": [
"27696920-5b58-407e-9ad8-b24c58587d54",
"0268166a-17bb-4146-8772-657475ee42f3"
],
"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-21T10:56:02.141Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5d2cd66d7435..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d443e6d-0b49-4760-951b-dd8b08bb7cda
VfModuleModelInvariantUUID:c86a2b9f-d36a-4676-b625-7629719c1fff
VfModuleModelDescription:NULL
Artifacts UUID List:{
27696920-5b58-407e-9ad8-b24c58587d54
,
0268166a-17bb-4146-8772-657475ee42f3
}
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-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5d2cd66d7435..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c86a2b9f-d36a-4676-b625-7629719c1fff",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d443e6d-0b49-4760-951b-dd8b08bb7cda",
"vfModuleModelCustomizationUUID": "ae8650b7-f99f-495d-a0a4-7d3afe5cd216",
"isBase": true,
"artifacts": [
"27696920-5b58-407e-9ad8-b24c58587d54",
"0268166a-17bb-4146-8772-657475ee42f3"
],
"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-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5d2cd66d7435..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d443e6d-0b49-4760-951b-dd8b08bb7cda
VfModuleModelInvariantUUID:c86a2b9f-d36a-4676-b625-7629719c1fff
VfModuleModelDescription:NULL
Artifacts UUID List:{
27696920-5b58-407e-9ad8-b24c58587d54
,
0268166a-17bb-4146-8772-657475ee42f3
}
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-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 27696920-5b58-407e-9ad8-b24c58587d54 from URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml
2021-11-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-21T10:56:02.143Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml
2021-11-21T10:56:02.849Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-21T10:56:02.850Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml 27696920-5b58-407e-9ad8-b24c58587d54 20368
2021-11-21T10:56:02.850Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-21T10:56:02.850Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml
2021-11-21T10:56:02.851Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:56:02.851Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:02.853Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:02.853Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492162850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:56:02.953Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:56:02.954Z||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-21T10:56:02.954Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:02.970Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:56:02.971Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:03.854Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0268166a-17bb-4146-8772-657475ee42f3 from URL: /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
2021-11-21T10:56:03.855Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-21T10:56:03.855Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
2021-11-21T10:56:04.256Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-21T10:56:04.256Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env 0268166a-17bb-4146-8772-657475ee42f3 2098
2021-11-21T10:56:04.256Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-21T10:56:04.257Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env
2021-11-21T10:56:04.257Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-21T10:56:04.257Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-21T10:56:04.259Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-21T10:56:04.259Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637492164256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211121105314/1.0/resourceInstances/vfw5d2cd66d74350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-21T10:56:04.359Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-21T10:56:04.360Z||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-21T10:56:04.360Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IcJJhaVON5hWFJYB) ...
2021-11-21T10:56:04.378Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-21T10:56:04.378Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-21T10:56:05.261Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 88dee6c3-1d27-4b0f-89d7-85aa2eb66630
2021-11-21T10:56:05.262Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5d2cd66d-7435 0 d108998a-1803-4d74-8d6d-902fbc54ba8e 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-21T10:56:05.288Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6099739a, org.onap.sdc.toscaparser.api.parameters.Input@2cb782cb, org.onap.sdc.toscaparser.api.parameters.Input@1b25b5ed, org.onap.sdc.toscaparser.api.parameters.Input@458f6a17, org.onap.sdc.toscaparser.api.parameters.Input@6e21d49f]
2021-11-21T10:56:05.292Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:05.292Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.293Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-11-21T10:56:05.293Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0ba8cdae-0d20-4f64-89c0-e5995d6bdade
2021-11-21T10:56:05.293Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ba8cdae-0d20-4f64-89c0-e5995d6bdade matches Tosca VF Customization UUID: 0ba8cdae-0d20-4f64-89c0-e5995d6bdade
2021-11-21T10:56:05.293Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0ba8cdae-0d20-4f64-89c0-e5995d6bdade 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-21T10:56:05.295Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:05.296Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-21T10:56:05.297Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0ba8cdae-0d20-4f64-89c0-e5995d6bdade: {\"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-21T10:56:05.297Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@764dee78
2021-11-21T10:56:05.297Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:05.297Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-21 10-53-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-21T10:56:05.298Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ae8650b7-f99f-495d-a0a4-7d3afe5cd216
2021-11-21T10:56:05.298Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ae8650b7-f99f-495d-a0a4-7d3afe5cd216
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-21T10:56:05.300Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:05.300Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:05.300Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:05.301Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:05.301Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:05.301Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is not matching search criteria
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-21T10:56:05.302Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-21T10:56:05.303Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-21T10:56:05.303Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-21T10:56:05.303Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.304Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:05.304Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-21T10:56:05.304Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-21T10:56:05.304Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-21T10:56:05.305Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-21T10:56:05.305Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57066dd7-4cf2-4a37-892f-cda702397ed9
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-21T10:56:05.307Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-21T10:56:05.307Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Node template vFW 5d2cd66d-7435 0 is matching search criteria
2021-11-21T10:56:05.308Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5d2cd66d-7435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-21T10:56:05.308Z|8b066ff0-1bc5-4bf6-8af5-0af6ca77ceac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery