By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-07T05:16:23.696Z||main|||||INFO|500||The following profiles are active: basic
2022-03-07T05:16:39.704Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-07T05:16:39.706Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-07T05:16:39.892Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-07T05:16:44.813Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-07T05:16:45.319Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-07T05:16:45.850Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-07T05:16:45.858Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-07T05:16:45.974Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-07T05:16:46.228Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-07T05:16:46.846Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-07T05:16:48.961Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-07T05:16:52.128Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-07T05:16:52.203Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-07T05:16:52.907Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-07T05:16:53.105Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-07T05:16:54.795Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-07T05:16:56.109Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-07T05:16:56.133Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-07T05:16:56.134Z||main|||||WARN|500||The sdc end point is not alive
2022-03-07T05:17:00.487Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-07T05:17:04.521Z||main|||||WARN|500||---
2022-03-07T05:17:04.522Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-07T05:17:04.523Z||main|||||WARN|500||---
2022-03-07T05:17:05.102Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-07T05:17:11.959Z||main|||||INFO|500||Started Application in 52.178 seconds (JVM running for 54.782)
2022-03-07T05:17:12.020Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-07T05:17:12.045Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-07T05:17:12.076Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-07T05:17:12.120Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-07T05:17:12.187Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2edbbf0e-9faa-4c31-8b26-1caf5a8e839c url= /sdc/v1/artifactTypes
2022-03-07T05:17:12.187Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-07T05:17:12.575Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-07T05:17:12.663Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-07T05:17:12.694Z||scheduling-1|||||DEBUG|500||create keys
2022-03-07T05:17:12.704Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-07T05:17:12.986Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:17:13.024Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e5e04336-e055-404b-9c1a-963db207369d url= /sdc/v1/registerForDistribution
2022-03-07T05:17:13.822Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e5e04336-e055-404b-9c1a-963db207369d url= /sdc/v1/registerForDistribution
2022-03-07T05:17:13.823Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-07T05:17:13.838Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:17:13.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:17:13.863Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-07T05:17:13.907Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:17:13.908Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:17:13.908Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:17:13.908Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:17:25.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:17:25.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:18:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:18:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:18:13.837Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:18:13.837Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:18:13.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:18:13.845Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:18:23.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:18:23.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:19:13.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:19:13.832Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:19:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:19:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:19:13.834Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:19:13.834Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:19:23.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:19:23.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:20:13.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:20:13.831Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:20:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:20:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:20:13.833Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:20:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:20:23.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:20:23.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:21:13.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:21:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:21:13.832Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:21:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:21:13.832Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:21:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:21:23.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:21:23.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:22:13.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:22:13.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:22:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:22:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:22:13.832Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:22:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:22:23.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:22:23.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:23:13.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:23:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:23:13.833Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:23:13.833Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:23:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:23:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:23:23.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:23:23.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:24:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:24:13.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:24:13.835Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:24:13.835Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:24:13.839Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:24:13.840Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:24:23.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:24:23.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:25:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:25:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:25:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:25:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:25:13.832Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:25:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:25:23.396Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:25:23.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:26:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:26:13.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:26:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:26:13.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:26:13.832Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:26:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:26:23.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:26:23.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:27:03.348Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-07T05:27:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:27:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:27:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:27:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:27:13.833Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:27:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:27:23.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:27:23.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:28:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:28:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:28:13.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:28:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:28:13.832Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:28:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:28:23.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:28:23.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:29:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:29:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:29:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:29:13.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:29:13.833Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:29:13.834Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:29:23.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:29:23.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:30:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:30:13.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:30:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:30:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:30:13.832Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:30:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:30:23.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:30:23.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:31:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:31:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:31:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:31:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:31:13.833Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:31:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:31:23.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:31:23.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:32:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:32:13.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:32:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:32:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:32:13.832Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:32:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:32:23.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:32:23.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:33:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:33:13.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:33:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:33:13.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:33:13.836Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:33:13.836Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:33:23.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:33:23.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:34:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:34:13.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:34:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:34:13.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:34:13.833Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:34:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:34:23.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:34:23.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:35:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:35:13.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:35:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:35:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:35:13.832Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:35:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:35:23.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:35:23.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:36:13.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:36:13.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:36:13.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:36:13.832Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:36:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:36:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:36:23.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:36:23.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:37:13.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:37:13.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:37:13.834Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:37:13.834Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:37:13.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:37:13.834Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:37:23.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:37:23.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:38:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:38:13.832Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:38:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:38:13.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:38:13.832Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:38:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:38:23.415Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:38:23.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:39:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:39:13.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:39:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:39:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:39:13.832Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:39:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:39:23.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:39:23.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:40:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:40:13.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:40:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:40:13.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:40:13.832Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:40:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:40:23.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:40:23.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:41:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:41:13.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:41:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:41:13.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:41:13.832Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:41:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:41:23.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:41:23.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:42:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:42:13.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:42:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:42:13.832Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:42:13.832Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:42:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:42:23.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:42:23.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:43:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:43:13.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:43:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:43:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:43:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:43:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:43:23.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:43:23.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:44:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:44:13.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:44:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:44:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:44:13.832Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:44:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:44:23.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:44:23.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:45:13.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:45:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:45:13.832Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:45:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:45:13.832Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:45:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:45:23.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:45:23.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:46:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:46:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:46:13.832Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:46:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:46:13.832Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:46:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:46:23.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:46:23.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:47:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:47:13.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:47:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:47:13.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:47:13.832Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:47:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:47:23.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:47:23.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:48:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:48:13.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:48:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:48:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:48:13.833Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:48:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:48:23.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:48:23.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:49:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:49:13.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:49:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:49:13.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:49:13.832Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:49:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:49:23.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:49:23.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:50:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:50:13.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:50:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:50:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:50:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:50:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:50:23.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:50:23.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:51:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:51:13.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:51:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:51:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:51:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:51:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:51:23.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:51:23.416Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:52:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:52:13.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:52:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:52:13.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:52:13.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:52:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:52:23.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:52:23.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:53:13.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:53:13.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:53:13.835Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:53:13.835Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:53:13.835Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:53:13.835Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:53:23.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:53:23.398Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:54:13.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:54:13.831Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:54:13.832Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:54:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:54:13.832Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:54:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:54:23.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:54:23.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:13.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:55:13.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:55:13.831Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:55:13.834Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:55:13.834Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:14.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:14.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "cds",
"timestamp": 1646632492128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632497037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "cds",
"timestamp": 1646632492128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632497037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632499416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "cds",
"timestamp": 1646632492128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632497037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632499416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T05:55:14.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "cds",
"timestamp": 1646632492128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632497037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632499416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-07T05:55:14.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632501671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "cds",
"timestamp": 1646632492128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632497037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632499416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632501671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "cds",
"timestamp": 1646632492128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632497037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632499416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-07T05:55:14.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632501671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-07T05:55:14.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "cds",
"timestamp": 1646632492128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:55:14.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632504136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632497037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632499416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632501671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632504136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632499416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:55:14.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632501671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "cds",
"timestamp": 1646632507038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:14.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:55:14.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632504136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632501671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632507561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:14.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:55:14.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "cds",
"timestamp": 1646632508071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:55:14.392Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742
2022-03-07T05:55:14.414Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:55:14.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632504136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632501671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:55:14.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632508918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:14.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:55:14.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632504136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632509765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:14.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:55:14.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632504136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632510129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:14.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:55:14.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632510786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:55:14.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:55:14.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632504136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:55:14.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:55:14.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632511417,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:55:14.470Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742
2022-03-07T05:55:14.471Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:55:14.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "policy-id",
"timestamp": 1646632511794,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:55:14.487Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742
2022-03-07T05:55:14.488Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-07T05:55:14.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632512489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T05:55:14.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:55:14.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632512638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:14.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:55:14.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:14.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-07T05:55:14.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d4b3a26-848a-4403-936f-fa7e48a7d742","serviceName":"basic_onboard_uUkdNV","serviceVersion":"1.0","serviceUUID":"e81df428-1765-48d2-96f3-4c15d53debc1","serviceDescription":"service","serviceInvariantUUID":"22cfa2fb-dceb-45a0-963c-481a50dcbf1d","resources":[{"resourceInstanceName":"basic_onboard_uUkdNV 0","resourceName":"basic_onboard_uUkdNV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b09fa8a2-5667-419a-923a-52b55d47c14a","resourceInvariantUUID":"f6de2eaf-ae4c-4771-a4c1-af39e04d069b","resourceCustomizationUUID":"8265f366-cf50-4c7d-963f-d3132d6e1b7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml","artifactChecksum":"Mjc1YmNiODQxMjM3MGQ1ZmVhMTliYmZjNzU1NzVkNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d21dd17-85e1-4759-aedb-fe3fc8042dad","artifactVersion":"1"},{"artifactName":"basic_onboard_uukdnv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json","artifactChecksum":"YWJhYTNjMDRmY2Y0MTY0NTE5OTkzYTBlMmZkODFiZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78ba8b20-18bd-48c2-bd13-6b74cfccb1ec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b4491d3-926a-4d15-978b-f9cf9e483be4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2ea71d44-8329-45c9-9d77-ca47d3a370db","artifactVersion":"2","generatedFromUUID":"5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUukdnv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml","artifactChecksum":"NGFjNGYzNDUxZTNhYmRkYjhlZDgzNDFmOGM1MzY4YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec625bf1-bb80-40b6-a11b-824ffbd373a5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUukdnv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar","artifactChecksum":"YTllMmUxYTAxYTVjOWZmOGFhYzYwMTNhOThlMjc3NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fe63c34-e10b-4882-abe9-97a6e93a4288","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T05:55:14.654Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:55:14.660Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:14.671Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:14.671Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:14.771Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-07T05:55:14.777Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:14.777Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:14.823Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:14.825Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:15.680Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:55:15.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:15.683Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:15.683Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T05:55:15.783Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:15.785Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:15.785Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:15.806Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:15.807Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:16.684Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:55:16.685Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:16.687Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:16.687Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-07T05:55:16.788Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T05:55:16.789Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:16.789Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:16.841Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:16.842Z||pool-5-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:17.688Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:55:17.689Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:17.692Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:17.692Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:17.793Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T05:55:17.794Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:17.795Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:17.832Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:17.833Z||pool-6-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:18.693Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:55:18.695Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:18.697Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:18.697Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-07T05:55:18.797Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:18.800Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:18.800Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:18.904Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:18.905Z||pool-7-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:19.698Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:55:19.699Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:19.701Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:19.702Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:55:19.802Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:19.803Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:19.803Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:19.833Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:19.834Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:20.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:55:20.703Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:20.706Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:20.706Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:55:20.806Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:20.807Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:20.807Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:20.839Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:20.840Z||pool-9-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:21.709Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"serviceName": "basic_onboard_uUkdNV",
"serviceVersion": "1.0",
"serviceUUID": "e81df428-1765-48d2-96f3-4c15d53debc1",
"serviceDescription": "service",
"serviceInvariantUUID": "22cfa2fb-dceb-45a0-963c-481a50dcbf1d",
"resources": [
{
"resourceInstanceName": "basic_onboard_uUkdNV 0",
"resourceCustomizationUUID": "8265f366-cf50-4c7d-963f-d3132d6e1b7a",
"resourceName": "basic_onboard_uUkdNV",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b09fa8a2-5667-419a-923a-52b55d47c14a",
"resourceInvariantUUID": "f6de2eaf-ae4c-4771-a4c1-af39e04d069b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_uukdnv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"artifactChecksum": "YWJhYTNjMDRmY2Y0MTY0NTE5OTkzYTBlMmZkODFiZjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "78ba8b20-18bd-48c2-bd13-6b74cfccb1ec",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2ea71d44-8329-45c9-9d77-ca47d3a370db",
"generatedFromUUID": "5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2ea71d44-8329-45c9-9d77-ca47d3a370db",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUukdnv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"artifactChecksum": "YTllMmUxYTAxYTVjOWZmOGFhYzYwMTNhOThlMjc3NjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3fe63c34-e10b-4882-abe9-97a6e93a4288"
}
],
"workloadContext": "Production"
}
2022-03-07T05:55:21.711Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T05:55:21.711Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e81df428-1765-48d2-96f3-4c15d53debc1 ASDC
2022-03-07T05:55:21.848Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1d4b3a26-848a-4403-936f-fa7e48a7d742
ServiceName:basic_onboard_uUkdNV
ServiceVersion:1.0
ServiceUUID:e81df428-1765-48d2-96f3-4c15d53debc1
ServiceInvariantUUID:22cfa2fb-dceb-45a0-963c-481a50dcbf1d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUukdnv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar
ArtifactUUID:3fe63c34-e10b-4882-abe9-97a6e93a4288
ArtifactChecksum:YTllMmUxYTAxYTVjOWZmOGFhYzYwMTNhOThlMjc3NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_uUkdNV 0
ResourceCustomizationUUID:8265f366-cf50-4c7d-963f-d3132d6e1b7a
ResourceInvariantUUID:f6de2eaf-ae4c-4771-a4c1-af39e04d069b
ResourceName:basic_onboard_uUkdNV
ResourceType:VF
ResourceUUID:b09fa8a2-5667-419a-923a-52b55d47c14a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_uukdnv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json
ArtifactUUID:78ba8b20-18bd-48c2-bd13-6b74cfccb1ec
ArtifactChecksum:YWJhYTNjMDRmY2Y0MTY0NTE5OTkzYTBlMmZkODFiZjc=
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/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb
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/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env
ArtifactUUID:2ea71d44-8329-45c9-9d77-ca47d3a370db
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/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env
ArtifactUUID:2ea71d44-8329-45c9-9d77-ca47d3a370db
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-07T05:55:21.849Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e81df428-1765-48d2-96f3-4c15d53debc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-07T05:55:21.908Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T05:55:21.910Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-07T05:55:21.911Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-07T05:55:21.912Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3fe63c34-e10b-4882-abe9-97a6e93a4288 from URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:21.912Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-07T05:55:21.914Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:22.267Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-07T05:55:22.286Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar 3fe63c34-e10b-4882-abe9-97a6e93a4288 71567
2022-03-07T05:55:22.289Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar ASDC sendASDCNotification
2022-03-07T05:55:22.289Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:22.291Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:55:22.292Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:22.295Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:22.297Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632522287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:22.396Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-07T05:55:22.397Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:22.397Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:22.425Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:22.426Z||pool-10-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-07T05:55:23.298Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T05:55:23.300Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-07T05:55:23.300Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3fe63c34-e10b-4882-abe9-97a6e93a4288, URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar to file: /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:23.301Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:23.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:23.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:24.150Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2073381140936537752/Definitions/service-BasicOnboardUukdnv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-07T05:55:26.333Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T05:55:26.339Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-07T05:55:26.339Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.339Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uUkdNV 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-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:26.340Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-07T05:55:26.379Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.381Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:26.387Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria
2022-03-07T05:55:26.387Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-07T05:55:26.391Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T05:55:26.394Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.394Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:26.394Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria
2022-03-07T05:55:26.394Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-07T05:55:26.395Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T05:55:26.395Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.395Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:26.399Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.399Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is not matching search criteria
2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T05:55:26.400Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T05:55:26.401Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.401Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T05:55:26.402Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria
2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria
2022-03-07T05:55:26.403Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:55:26.404Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.404Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria
2022-03-07T05:55:26.404Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:55:26.404Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.405Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is not matching search criteria
2022-03-07T05:55:26.405Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-07T05:55:26.405Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T05:55:26.405Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=629cbb1f-4865-4790-927c-e93bda0ba77a
2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.406Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:26.407Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:26.407Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:26.407Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_uUkdNV
Description:service
Model UUID:e81df428-1765-48d2-96f3-4c15d53debc1
Model Version:NULL
Model InvariantUuid:22cfa2fb-dceb-45a0-963c-481a50dcbf1d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_uUkdNV
Model UUID:a9c73dd2-7415-40e6-b0cb-267840a566f4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f6de2eaf-ae4c-4771-a4c1-af39e04d069b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8265f366-cf50-4c7d-963f-d3132d6e1b7a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c00812c5-ee00-4c19-a985-c8a91a3239cf
ModelName:BasicOnboardUukdnv..base_ubuntu18..module-0
ModelUuid:453c9984-2883-4ccf-b862-bd09c576a0dc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:629cbb1f-4865-4790-927c-e93bda0ba77a
ModelInvariantUuid:c1c7e502-18a7-430a-9cef-49fa221d4884
ModelName:basic_onboard_uUkdNV-nodes.ubuntu18Cvfc
ModelUuid:7add28ed-60cf-467f-a6a9-8ff6698c01f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5218b188-ccfd-4183-8e9e-ead00d6a446b
ModelInvariantUuid:9310e126-47a5-4adb-9516-13903ffdd7e2
ModelName:BasicOnboardUukdnv.compute.nodes.heat.ubuntu18
ModelUuid:5516cf84-9c8a-4e10-8e36-a04b94ec4c8a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-07T05:55:26.418Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b09fa8a2-5667-419a-923a-52b55d47c14a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T05:55:26.516Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||basic_onboard_uUkdNV 0
2022-03-07T05:55:26.525Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b09fa8a2-5667-419a-923a-52b55d47c14a
2022-03-07T05:55:26.525Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 78ba8b20-18bd-48c2-bd13-6b74cfccb1ec from URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json
2022-03-07T05:55:26.525Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-07T05:55:26.525Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json
2022-03-07T05:55:26.675Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-07T05:55:26.676Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json 78ba8b20-18bd-48c2-bd13-6b74cfccb1ec 798
2022-03-07T05:55:26.676Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json ASDC sendASDCNotification
2022-03-07T05:55:26.677Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json
2022-03-07T05:55:26.677Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:55:26.677Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:26.680Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:26.680Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632526676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:26.780Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:26.781Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:26.782Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:26.807Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:26.808Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-07T05:55:27.682Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUukdnv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c00812c5-ee00-4c19-a985-c8a91a3239cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "453c9984-2883-4ccf-b862-bd09c576a0dc",
"vfModuleModelCustomizationUUID": "dd4860e2-4e8e-40ae-a6cd-33e8acafbda8",
"isBase": true,
"artifacts": [
"5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb",
"2ea71d44-8329-45c9-9d77-ca47d3a370db"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-07T05:55:27.705Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUukdnv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:453c9984-2883-4ccf-b862-bd09c576a0dc
VfModuleModelInvariantUUID:c00812c5-ee00-4c19-a985-c8a91a3239cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb
,
2ea71d44-8329-45c9-9d77-ca47d3a370db
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-07T05:55:27.710Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUukdnv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c00812c5-ee00-4c19-a985-c8a91a3239cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "453c9984-2883-4ccf-b862-bd09c576a0dc",
"vfModuleModelCustomizationUUID": "dd4860e2-4e8e-40ae-a6cd-33e8acafbda8",
"isBase": true,
"artifacts": [
"5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb",
"2ea71d44-8329-45c9-9d77-ca47d3a370db"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-07T05:55:27.711Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUukdnv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:453c9984-2883-4ccf-b862-bd09c576a0dc
VfModuleModelInvariantUUID:c00812c5-ee00-4c19-a985-c8a91a3239cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb
,
2ea71d44-8329-45c9-9d77-ca47d3a370db
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-07T05:55:27.711Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb from URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml
2022-03-07T05:55:27.711Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-07T05:55:27.711Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml
2022-03-07T05:55:28.121Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-07T05:55:28.122Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml 5ff8ccd7-82d9-49ca-a4e7-4f477aaebfeb 5033
2022-03-07T05:55:28.122Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-07T05:55:28.122Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml
2022-03-07T05:55:28.123Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:55:28.123Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:28.126Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:28.126Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632528122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:28.226Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:28.227Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:28.228Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:28.263Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:28.264Z||pool-12-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-03-07T05:55:29.127Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2ea71d44-8329-45c9-9d77-ca47d3a370db from URL: /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env
2022-03-07T05:55:29.127Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-07T05:55:29.128Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env
2022-03-07T05:55:29.561Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-07T05:55:29.562Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env 2ea71d44-8329-45c9-9d77-ca47d3a370db 909
2022-03-07T05:55:29.562Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-07T05:55:29.562Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env
2022-03-07T05:55:29.562Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:55:29.563Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:29.566Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:29.566Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632529562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:55:29.666Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:29.669Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:29.670Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:29.728Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:29.729Z||pool-13-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:30.567Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e81df428-1765-48d2-96f3-4c15d53debc1
2022-03-07T05:55:30.568Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_uUkdNV 0 b09fa8a2-5667-419a-923a-52b55d47c14a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T05:55:30.606Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6607a0ed, org.onap.sdc.toscaparser.api.parameters.Input@265d8ef0, org.onap.sdc.toscaparser.api.parameters.Input@372f823f, org.onap.sdc.toscaparser.api.parameters.Input@239fae51, org.onap.sdc.toscaparser.api.parameters.Input@78c47207]
2022-03-07T05:55:30.610Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.611Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:30.611Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-07T05:55:30.611Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8265f366-cf50-4c7d-963f-d3132d6e1b7a
2022-03-07T05:55:30.611Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8265f366-cf50-4c7d-963f-d3132d6e1b7a matches Tosca VF Customization UUID: 8265f366-cf50-4c7d-963f-d3132d6e1b7a
2022-03-07T05:55:30.612Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8265f366-cf50-4c7d-963f-d3132d6e1b7a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-07T05:55:30.620Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.621Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:30.623Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8265f366-cf50-4c7d-963f-d3132d6e1b7a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-07T05:55:30.623Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ef2501b
2022-03-07T05:55:30.624Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.624Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T05:55:30.624Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd4860e2-4e8e-40ae-a6cd-33e8acafbda8
2022-03-07T05:55:30.626Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd4860e2-4e8e-40ae-a6cd-33e8acafbda8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-07T05:55:30.634Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.635Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria
2022-03-07T05:55:30.635Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:55:30.636Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.636Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria
2022-03-07T05:55:30.636Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:55:30.637Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.637Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is not matching search criteria
2022-03-07T05:55:30.637Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-07T05:55:30.637Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T05:55:30.638Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=629cbb1f-4865-4790-927c-e93bda0ba77a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-07T05:55:30.653Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.653Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria
2022-03-07T05:55:30.654Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:55:30.654Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.655Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_uUkdNV 0 is matching search criteria
2022-03-07T05:55:30.655Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_uUkdNV 0] matching following query criteria: sdcType=VF, customizationUUID=8265f366-cf50-4c7d-963f-d3132d6e1b7a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T05:55:30.660Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.660Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:30.661Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e81df428-1765-48d2-96f3-4c15d53debc1: basic_onboard_uUkdNV
2022-03-07T05:55:30.662Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.663Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:30.663Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.664Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:30.664Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.664Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:30.665Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.665Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:30.665Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:55:30.666Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_uUkdNV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:55:30.666Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_uUkdNV
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:55:30.840Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_uUkdNV b09fa8a2-5667-419a-923a-52b55d47c14a 1 ASDC deployResourceStructure
2022-03-07T05:55:30.841Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json ASDC sendASDCNotification
2022-03-07T05:55:30.841Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json
2022-03-07T05:55:30.842Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T05:55:30.842Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:30.844Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:30.844Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632530841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T05:55:30.944Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T05:55:30.946Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:30.946Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:31.042Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:31.043Z||pool-14-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:31.846Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-07T05:55:31.846Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml
2022-03-07T05:55:31.847Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T05:55:31.847Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:31.850Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:31.850Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632531846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-07T05:55:31.950Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:31.952Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:31.952Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:31.986Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:31.987Z||pool-15-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:55:32.851Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-07T05:55:32.852Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env
2022-03-07T05:55:32.852Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T05:55:32.853Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:32.855Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:32.855Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632532851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-07T05:55:32.955Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:32.957Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:32.957Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:32.998Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:32.999Z||pool-16-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-03-07T05:55:33.857Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar ASDC sendASDCNotification
2022-03-07T05:55:33.857Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar
2022-03-07T05:55:33.862Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T05:55:33.863Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:55:33.866Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:55:33.866Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632533857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:55:33.966Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:55:33.967Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:55:33.967Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:55:33.987Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:55:33.987Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-07T05:55:34.867Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:55:34.886Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:55:34.890Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T05:55:34.890Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T05:55:34.890Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T05:56:04.891Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:56:04.901Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:56:04.906Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T05:56:04.906Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T05:56:04.906Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T05:56:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:56:13.833Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:56:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:56:13.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:56:13.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:56:13.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632513599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:56:13.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:56:34.906Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:56:34.921Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:56:34.924Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T05:56:34.925Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T05:56:34.925Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T05:57:04.925Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:57:04.937Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:57:04.942Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T05:57:04.942Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T05:57:04.942Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T05:57:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:57:13.833Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:57:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:57:14.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:57:14.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632513599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T05:57:14.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632513599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-07T05:57:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632513599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632513599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-07T05:57:14.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632513599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632518346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632513599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:57:14.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632518346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T05:57:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632513830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:57:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632518346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632521859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:57:14.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632518346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632522287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:57:14.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632518346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632518346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:57:14.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632518346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:57:14.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:57:14.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632526676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:57:14.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632527896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:57:14.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632528122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:57:14.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632528903,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:57:14.411Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742
2022-03-07T05:57:14.411Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:57:14.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632529562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:57:14.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632530841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/basic_onboard_uukdnv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T05:57:14.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632531846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-07T05:57:14.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632532046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:57:14.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632532725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:57:14.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632532851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/resourceInstances/basic_onboard_uukdnv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-07T05:57:14.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "aai-ml",
"timestamp": 1646632533062,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:57:14.437Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742
2022-03-07T05:57:14.437Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:57:14.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632533857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:57:14.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632534739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUukdnv/1.0/artifacts/service-BasicOnboardUukdnv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:57:14.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:57:14.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:57:14.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "clamp",
"timestamp": 1646632535745,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:57:14.459Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d4b3a26-848a-4403-936f-fa7e48a7d742
2022-03-07T05:57:14.459Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d4b3a26-848a-4403-936f-fa7e48a7d742 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:57:34.943Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:57:34.954Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:57:34.958Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:57:34.959Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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=?
2022-03-07T05:57:34.964Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T05:58:04.965Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-07T05:58:04.975Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d4b3a26-848a-4403-936f-fa7e48a7d742 and serviceModelVersionId: e81df428-1765-48d2-96f3-4c15d53debc1
2022-03-07T05:58:04.976Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22cfa2fb-dceb-45a0-963c-481a50dcbf1d
2022-03-07T05:58:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:58:13.833Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:58:13.834Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:14.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:14.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632654136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632654136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632654136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "cds",
"timestamp": 1646632657128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632657038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632654136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "cds",
"timestamp": 1646632657128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632657038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632654136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "cds",
"timestamp": 1646632657128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632657038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632659419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632654136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "cds",
"timestamp": 1646632657128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632657038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632659419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632654136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "cds",
"timestamp": 1646632657128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632657038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632659419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632661675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "cds",
"timestamp": 1646632657128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632662709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:14.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632657038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632659419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632661675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "cds",
"timestamp": 1646632657128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1646632657038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632663599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632659419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632661675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632663599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "cds",
"timestamp": 1646632665273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:14.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632659419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632661675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632663599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "cds",
"timestamp": 1646632666283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:58:14.563Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec
2022-03-07T05:58:14.564Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:58:14.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632659419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632661675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632663599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632667384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:14.578Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632661675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632663599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632661675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632668679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:14.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632668344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632663599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632668344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632663599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632669912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:14.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632670106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:14.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632668344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632670922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:58:14.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632671154,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:58:14.592Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec
2022-03-07T05:58:14.592Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:58:14.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632671844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:14.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632668344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "policy-id",
"timestamp": 1646632671947,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:58:14.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec
2022-03-07T05:58:14.617Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-07T05:58:14.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646632672164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T05:58:14.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632668344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632668344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632668344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:58:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:58:14.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632676495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:58:14.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646632677525,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:58:14.633Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec
2022-03-07T05:58:14.634Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:58:14.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632678791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:58:14.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "aai-ml",
"timestamp": 1646632679818,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:58:14.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec
2022-03-07T05:58:14.655Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:58:14.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632687746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:14.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632690747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:58:14.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:58:14.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:58:14.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "clamp",
"timestamp": 1646632691750,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T05:58:14.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae903e4d-1e90-4fc2-bd69-2e0bffc253ec
2022-03-07T05:58:14.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:58:21.147Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0
2022-03-07T05:58:21.271Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T05:58:21.865Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-07T05:58:21.870Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0|INFO|500||Invoke
2022-03-07T05:58:22.012Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-07T05:58:22.696Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0|INFO|500||InvokeReturn
2022-03-07T05:58:22.697Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22cfa2fb-dceb-45a0-963c-481a50dcbf1d/model-vers/model-ver/e81df428-1765-48d2-96f3-4c15d53debc1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220307-05:58:22:583-46120], vertex-id=[368728], Content-Length=[0], Date=[Mon, 07 Mar 2022 05:58:22 GMT], Content-Type=[application/json]}
2022-03-07T05:58:22.698Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-07T05:58:22.703Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T05:58:22.704Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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=?
2022-03-07T05:58:22.710Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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)
2022-03-07T05:58:22.714Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d4b3a26-848a-4403-936f-fa7e48a7d742 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T05:58:22.718Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T05:58:22.719Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:22.723Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:22.723Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632702715,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T05:58:22.823Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:22.824Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:22.824Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:22.841Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:22.842Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-07T05:58:23.739Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:58:23.740Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:58:23.740Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:28.245Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:28.247Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-07T05:58:28.247Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae903e4d-1e90-4fc2-bd69-2e0bffc253ec","serviceName":"vFW 2022-03-07 05-55-03","serviceVersion":"1.0","serviceUUID":"a3912e92-0814-4ea4-9dfd-b6c44934ad56","serviceDescription":"catalog service description","serviceInvariantUUID":"24bfba0d-028e-427f-ba95-c6c6e6da4354","resources":[{"resourceInstanceName":"vFW 9d0bb58f-ca4c 0","resourceName":"vFW 9d0bb58f-ca4c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd78b544-48e6-407c-afa6-d616f501c5bc","resourceInvariantUUID":"58a36b79-85a3-481f-9664-ea1d90d44ffd","resourceCustomizationUUID":"b6e28b51-1d95-43bd-b3fb-6e59420881f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml","artifactChecksum":"YjAzMmI1MzE1MTY5YmE1NTNhMThlMzJhOWI2NzQ5ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f84c88f-7477-4e89-b054-c3558226ec2a","artifactVersion":"1"},{"artifactName":"vfw9d0bb58fca4c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json","artifactChecksum":"MmJhNTYxMmE2M2I5YWEwYTEyNmVmZGQxZDE5MjJjNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42fec9c2-04f3-4b5a-b8ed-89c2edd37521","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bef20b4d-6199-4ef7-83ed-4c98cdd8ad55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml","artifactChecksum":"YWI3MzNkZWQ4ZGZhYjBiZDRhNzcwMjE0OTc5MTBmZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d3a0c11-0611-4e39-89b5-1e6e16c86b72","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"62d2e038-c782-4b40-8f55-dec41f23b93e","artifactVersion":"2","generatedFromUUID":"bef20b4d-6199-4ef7-83ed-4c98cdd8ad55"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220307055503-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml","artifactChecksum":"MmEyZWMwZTVjYjhhNDUyNWVhMTczZGY3YmFlZGQwMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"826b4a30-21da-41a1-8c69-5d7b640b0f35","artifactVersion":"1"},{"artifactName":"service-Vfw20220307055503-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar","artifactChecksum":"NTEzMGZlMTk3MDA4YTM0YzY5YjQ0MDgxNGUyNjBkNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f991f5b2-75c3-4096-8bd0-36a9225beb50","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T05:58:28.250Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:58:28.251Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:28.257Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:28.257Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:28.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:28.358Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:28.358Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:28.382Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:28.382Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:29.258Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:58:29.259Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:29.261Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:29.261Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T05:58:29.361Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:29.363Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:29.363Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:29.382Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:29.383Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:30.262Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:58:30.263Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:30.266Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:30.266Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-07T05:58:30.366Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:30.367Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:30.368Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:30.404Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:30.405Z||pool-21-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:31.267Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:58:31.268Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:31.272Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:31.272Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:31.372Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:31.374Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:31.374Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:31.405Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:31.406Z||pool-22-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-07T05:58:32.273Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:58:32.274Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:32.279Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:32.280Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-07T05:58:32.379Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T05:58:32.380Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:32.380Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:32.421Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:32.422Z||pool-23-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:33.281Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:58:33.282Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:33.285Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:33.286Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:58:33.386Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:33.387Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:33.387Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:33.405Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:33.406Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-07T05:58:34.287Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:58:34.288Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:34.290Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:34.291Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:58:34.391Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:34.392Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:34.392Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:34.419Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:34.420Z||pool-25-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:35.293Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"serviceName": "vFW 2022-03-07 05-55-03",
"serviceVersion": "1.0",
"serviceUUID": "a3912e92-0814-4ea4-9dfd-b6c44934ad56",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "24bfba0d-028e-427f-ba95-c6c6e6da4354",
"resources": [
{
"resourceInstanceName": "vFW 9d0bb58f-ca4c 0",
"resourceCustomizationUUID": "b6e28b51-1d95-43bd-b3fb-6e59420881f8",
"resourceName": "vFW 9d0bb58f-ca4c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dd78b544-48e6-407c-afa6-d616f501c5bc",
"resourceInvariantUUID": "58a36b79-85a3-481f-9664-ea1d90d44ffd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9d0bb58fca4c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"artifactChecksum": "MmJhNTYxMmE2M2I5YWEwYTEyNmVmZGQxZDE5MjJjNmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "42fec9c2-04f3-4b5a-b8ed-89c2edd37521",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bef20b4d-6199-4ef7-83ed-4c98cdd8ad55",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "62d2e038-c782-4b40-8f55-dec41f23b93e",
"generatedFromUUID": "bef20b4d-6199-4ef7-83ed-4c98cdd8ad55"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "62d2e038-c782-4b40-8f55-dec41f23b93e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220307055503-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"artifactChecksum": "NTEzMGZlMTk3MDA4YTM0YzY5YjQ0MDgxNGUyNjBkNGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f991f5b2-75c3-4096-8bd0-36a9225beb50"
}
],
"workloadContext": "Production"
}
2022-03-07T05:58:35.294Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T05:58:35.295Z|1d4b3a26-848a-4403-936f-fa7e48a7d742|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a3912e92-0814-4ea4-9dfd-b6c44934ad56 ASDC
2022-03-07T05:58:35.295Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ae903e4d-1e90-4fc2-bd69-2e0bffc253ec
ServiceName:vFW 2022-03-07 05-55-03
ServiceVersion:1.0
ServiceUUID:a3912e92-0814-4ea4-9dfd-b6c44934ad56
ServiceInvariantUUID:24bfba0d-028e-427f-ba95-c6c6e6da4354
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220307055503-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar
ArtifactUUID:f991f5b2-75c3-4096-8bd0-36a9225beb50
ArtifactChecksum:NTEzMGZlMTk3MDA4YTM0YzY5YjQ0MDgxNGUyNjBkNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9d0bb58f-ca4c 0
ResourceCustomizationUUID:b6e28b51-1d95-43bd-b3fb-6e59420881f8
ResourceInvariantUUID:58a36b79-85a3-481f-9664-ea1d90d44ffd
ResourceName:vFW 9d0bb58f-ca4c
ResourceType:VF
ResourceUUID:dd78b544-48e6-407c-afa6-d616f501c5bc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9d0bb58fca4c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json
ArtifactUUID:42fec9c2-04f3-4b5a-b8ed-89c2edd37521
ArtifactChecksum:MmJhNTYxMmE2M2I5YWEwYTEyNmVmZGQxZDE5MjJjNmU=
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/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml
ArtifactUUID:bef20b4d-6199-4ef7-83ed-4c98cdd8ad55
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/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env
ArtifactUUID:62d2e038-c782-4b40-8f55-dec41f23b93e
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/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env
ArtifactUUID:62d2e038-c782-4b40-8f55-dec41f23b93e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-07T05:58:35.296Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3912e92-0814-4ea4-9dfd-b6c44934ad56 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-07T05:58:35.335Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f991f5b2-75c3-4096-8bd0-36a9225beb50 from URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-07T05:58:35.336Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:35.513Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-07T05:58:35.520Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar f991f5b2-75c3-4096-8bd0-36a9225beb50 98984
2022-03-07T05:58:35.520Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar ASDC sendASDCNotification
2022-03-07T05:58:35.520Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:35.521Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:58:35.521Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:35.523Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:35.523Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632715520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:35.624Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:35.625Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:35.625Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:35.653Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:35.654Z||pool-26-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:36.524Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T05:58:36.526Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-07T05:58:36.526Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f991f5b2-75c3-4096-8bd0-36a9225beb50, URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar to file: /app/ASDC/1/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:36.527Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220307055503-csar.csar
2022-03-07T05:58:36.528Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:36.528Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:36.733Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3787892772911500405/Definitions/service-Vfw20220307055503-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
2022-03-07T05:58:39.078Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T05:58:39.079Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-07T05:58:39.079Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.079Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||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-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||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-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.080Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||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-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9d0bb58f-ca4c 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-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.081Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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-Vfw20220307055503-csar.csar
2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-07T05:58:39.082Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.083Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:39.083Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:39.083Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-07T05:58:39.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T05:58:39.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:39.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:39.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-07T05:58:39.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T05:58:39.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.086Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:39.086Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.086Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria
2022-03-07T05:58:39.087Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:58:39.087Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:58:39.087Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T05:58:39.088Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T05:58:39.089Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T05:58:39.089Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.089Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:39.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T05:58:39.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:39.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T05:58:39.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.091Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T05:58:39.091Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.091Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T05:58:39.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:39.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:58:39.093Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.093Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:39.094Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:58:39.094Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.094Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:39.094Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:58:39.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria
2022-03-07T05:58:39.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:58:39.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:58:39.096Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-07T05:58:39.096Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T05:58:39.096Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T05:58:39.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:39.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T05:58:39.098Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:39.098Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T05:58:39.098Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.099Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e91a99a7-ff7c-4159-8a15-24e0d749a9d9
2022-03-07T05:58:39.099Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.099Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria
2022-03-07T05:58:39.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:58:39.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:58:39.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T05:58:39.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:39.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T05:58:39.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-07T05:58:39.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T05:58:39.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:39.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T05:58:39.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.103Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=597f4bf5-92b3-4831-ba0b-f727807bac0c
2022-03-07T05:58:39.103Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.103Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria
2022-03-07T05:58:39.104Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:58:39.104Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:58:39.104Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T05:58:39.105Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.105Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:39.105Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.105Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T05:58:39.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T05:58:39.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T05:58:39.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:39.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:39.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-07T05:58:39.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f92c77f-505a-439e-9690-75b75eafe1c4
2022-03-07T05:58:39.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:39.108Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.108Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:39.108Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.109Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:39.109Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:39.109Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:39.109Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-07 05-55-03
Description:catalog service description
Model UUID:a3912e92-0814-4ea4-9dfd-b6c44934ad56
Model Version:NULL
Model InvariantUuid:24bfba0d-028e-427f-ba95-c6c6e6da4354
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9d0bb58f-ca4c
Model UUID:e9afcf18-0515-4b77-8f60-8b068850ca04
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58a36b79-85a3-481f-9664-ea1d90d44ffd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b6e28b51-1d95-43bd-b3fb-6e59420881f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f00ef033-2c8f-4a23-8217-cd10965cfcfd
ModelName:Vfw9d0bb58fCa4c..base_vfw..module-0
ModelUuid:eee171b3-de05-48e0-86f9-9b79bb25f18b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e91a99a7-ff7c-4159-8a15-24e0d749a9d9
ModelInvariantUuid:8b245e43-5740-43db-9b17-fb3fbf117644
ModelName:vFW 9d0bb58f-ca4c-nodes.vfwCvfc
ModelUuid:45fe4c2d-90a1-42c4-941d-eccc163fb834
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:863abbd2-ac5d-4163-beb1-5aaa11e94672
ModelInvariantUuid:b920a006-9462-4575-9d5e-5592d4f1bb2a
ModelName:Vfw9d0bb58fCa4c.compute.nodes.heat.vfw
ModelUuid:eed31c84-f522-44d4-984e-7f87520c121a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:597f4bf5-92b3-4831-ba0b-f727807bac0c
ModelInvariantUuid:34f266d4-241e-4f6a-802a-f527f33017c8
ModelName:vFW 9d0bb58f-ca4c-nodes.vsnCvfc
ModelUuid:eaf54b6d-cc98-4443-9bbb-b79a9800342b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:76959536-d5de-463e-864d-f9a5d5032f5b
ModelInvariantUuid:6c81b988-a9aa-4478-bfa9-d6d97872c5eb
ModelName:Vfw9d0bb58fCa4c.compute.nodes.heat.vsn
ModelUuid:180d5b31-2264-430d-9c63-459cd2daf373
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0f92c77f-505a-439e-9690-75b75eafe1c4
ModelInvariantUuid:e5b30eb2-f81c-4aef-9eb9-4467d5cbd84f
ModelName:vFW 9d0bb58f-ca4c-nodes.vpgCvfc
ModelUuid:c66e057d-9d07-4bad-bcaf-80d979628d57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e1849f98-4556-49ab-93d6-e75ec7a196cc
ModelInvariantUuid:23c6d52c-b5e3-4df7-9645-b9214e3eeff6
ModelName:Vfw9d0bb58fCa4c.compute.nodes.heat.vpg
ModelUuid:455c0b20-93f6-4eef-a7ce-7a3890cbf36d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-07T05:58:39.116Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dd78b544-48e6-407c-afa6-d616f501c5bc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T05:58:39.119Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||vFW 9d0bb58f-ca4c 0
2022-03-07T05:58:39.120Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd78b544-48e6-407c-afa6-d616f501c5bc
2022-03-07T05:58:39.120Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42fec9c2-04f3-4b5a-b8ed-89c2edd37521 from URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json
2022-03-07T05:58:39.120Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-07T05:58:39.120Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json
2022-03-07T05:58:39.413Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-07T05:58:39.414Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json 42fec9c2-04f3-4b5a-b8ed-89c2edd37521 785
2022-03-07T05:58:39.415Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json ASDC sendASDCNotification
2022-03-07T05:58:39.416Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json
2022-03-07T05:58:39.416Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:58:39.417Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:39.419Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:39.419Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632719415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:39.519Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:39.521Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:39.521Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:39.562Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:39.563Z||pool-27-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:40.420Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9d0bb58fCa4c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f00ef033-2c8f-4a23-8217-cd10965cfcfd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "eee171b3-de05-48e0-86f9-9b79bb25f18b",
"vfModuleModelCustomizationUUID": "a0def063-8138-4c2e-bafb-1b1dc81d70db",
"isBase": true,
"artifacts": [
"bef20b4d-6199-4ef7-83ed-4c98cdd8ad55",
"62d2e038-c782-4b40-8f55-dec41f23b93e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-07T05:58:40.425Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d0bb58fCa4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eee171b3-de05-48e0-86f9-9b79bb25f18b
VfModuleModelInvariantUUID:f00ef033-2c8f-4a23-8217-cd10965cfcfd
VfModuleModelDescription:NULL
Artifacts UUID List:{
bef20b4d-6199-4ef7-83ed-4c98cdd8ad55
,
62d2e038-c782-4b40-8f55-dec41f23b93e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-07T05:58:40.427Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9d0bb58fCa4c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f00ef033-2c8f-4a23-8217-cd10965cfcfd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "eee171b3-de05-48e0-86f9-9b79bb25f18b",
"vfModuleModelCustomizationUUID": "a0def063-8138-4c2e-bafb-1b1dc81d70db",
"isBase": true,
"artifacts": [
"bef20b4d-6199-4ef7-83ed-4c98cdd8ad55",
"62d2e038-c782-4b40-8f55-dec41f23b93e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-07T05:58:40.428Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d0bb58fCa4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eee171b3-de05-48e0-86f9-9b79bb25f18b
VfModuleModelInvariantUUID:f00ef033-2c8f-4a23-8217-cd10965cfcfd
VfModuleModelDescription:NULL
Artifacts UUID List:{
bef20b4d-6199-4ef7-83ed-4c98cdd8ad55
,
62d2e038-c782-4b40-8f55-dec41f23b93e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-07T05:58:40.428Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bef20b4d-6199-4ef7-83ed-4c98cdd8ad55 from URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml
2022-03-07T05:58:40.428Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-07T05:58:40.429Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml
2022-03-07T05:58:40.609Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-07T05:58:40.611Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml bef20b4d-6199-4ef7-83ed-4c98cdd8ad55 20368
2022-03-07T05:58:40.611Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-07T05:58:40.611Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml
2022-03-07T05:58:40.611Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:58:40.612Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:40.614Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:40.614Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632720611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:40.715Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:40.716Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:40.716Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:40.743Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:40.744Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:41.615Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 62d2e038-c782-4b40-8f55-dec41f23b93e from URL: /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env
2022-03-07T05:58:41.617Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-07T05:58:41.617Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env
2022-03-07T05:58:41.783Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-07T05:58:41.784Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env 62d2e038-c782-4b40-8f55-dec41f23b93e 2098
2022-03-07T05:58:41.785Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-07T05:58:41.785Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env
2022-03-07T05:58:41.785Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:58:41.786Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:41.788Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:41.788Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632721785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:58:41.888Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T05:58:41.890Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:41.890Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:41.930Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:41.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:42.789Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a3912e92-0814-4ea4-9dfd-b6c44934ad56
2022-03-07T05:58:42.790Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9d0bb58f-ca4c 0 dd78b544-48e6-407c-afa6-d616f501c5bc ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T05:58:42.814Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@403bfcd, org.onap.sdc.toscaparser.api.parameters.Input@39684bca, org.onap.sdc.toscaparser.api.parameters.Input@f6fc755, org.onap.sdc.toscaparser.api.parameters.Input@73b9ae69, org.onap.sdc.toscaparser.api.parameters.Input@6a5d8a04]
2022-03-07T05:58:42.817Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.818Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:42.819Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-07T05:58:42.819Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b6e28b51-1d95-43bd-b3fb-6e59420881f8
2022-03-07T05:58:42.820Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6e28b51-1d95-43bd-b3fb-6e59420881f8 matches Tosca VF Customization UUID: b6e28b51-1d95-43bd-b3fb-6e59420881f8
2022-03-07T05:58:42.820Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b6e28b51-1d95-43bd-b3fb-6e59420881f8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-07T05:58:42.824Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.825Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:42.826Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b6e28b51-1d95-43bd-b3fb-6e59420881f8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-07T05:58:42.827Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e40a21f
2022-03-07T05:58:42.827Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.828Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T05:58:42.829Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a0def063-8138-4c2e-bafb-1b1dc81d70db
2022-03-07T05:58:42.829Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a0def063-8138-4c2e-bafb-1b1dc81d70db
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-07T05:58:42.833Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.833Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:42.834Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:58:42.835Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.835Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:42.836Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:58:42.836Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.837Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria
2022-03-07T05:58:42.837Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:58:42.838Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:58:42.839Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-07T05:58:42.839Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T05:58:42.839Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T05:58:42.840Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:42.841Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:42.841Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T05:58:42.842Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:42.842Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T05:58:42.843Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:42.843Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e91a99a7-ff7c-4159-8a15-24e0d749a9d9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-07T05:58:42.848Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.848Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:42.849Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:58:42.850Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.850Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria
2022-03-07T05:58:42.851Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:58:42.851Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:58:42.852Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T05:58:42.852Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:42.853Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:42.854Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:42.854Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T05:58:42.854Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-07T05:58:42.855Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T05:58:42.855Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:42.856Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T05:58:42.856Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:42.857Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=597f4bf5-92b3-4831-ba0b-f727807bac0c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-07T05:58:42.861Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.862Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:42.862Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:58:42.866Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.867Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is not matching search criteria
2022-03-07T05:58:42.867Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:58:42.868Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:58:42.868Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T05:58:42.869Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:42.869Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:42.869Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:58:42.870Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T05:58:42.870Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T05:58:42.871Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T05:58:42.871Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:58:42.871Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T05:58:42.872Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-07T05:58:42.872Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f92c77f-505a-439e-9690-75b75eafe1c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-07T05:58:42.877Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.877Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:42.878Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:58:42.878Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.879Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d0bb58f-ca4c 0 is matching search criteria
2022-03-07T05:58:42.879Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d0bb58f-ca4c 0] matching following query criteria: sdcType=VF, customizationUUID=b6e28b51-1d95-43bd-b3fb-6e59420881f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T05:58:42.882Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.883Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:42.883Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a3912e92-0814-4ea4-9dfd-b6c44934ad56: vFW 9d0bb58f-ca4c
2022-03-07T05:58:42.884Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.884Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:42.885Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.885Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:42.886Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.886Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:42.887Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.887Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:42.888Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:58:42.888Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-07 05-55-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:58:42.889Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-07 05-55-03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:58:43.083Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9d0bb58f-ca4c dd78b544-48e6-407c-afa6-d616f501c5bc 1 ASDC deployResourceStructure
2022-03-07T05:58:43.084Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json ASDC sendASDCNotification
2022-03-07T05:58:43.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json
2022-03-07T05:58:43.085Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T05:58:43.086Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:43.089Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:43.090Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632723084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T05:58:43.190Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:43.191Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:43.191Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:43.207Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:43.208Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:44.091Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-07T05:58:44.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml
2022-03-07T05:58:44.092Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T05:58:44.093Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:44.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:44.095Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632724091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-07T05:58:44.195Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:44.196Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:44.197Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:44.252Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:44.253Z||pool-31-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-03-07T05:58:45.096Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-07T05:58:45.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env
2022-03-07T05:58:45.097Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T05:58:45.098Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:45.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:45.100Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632725096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-07T05:58:45.200Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:45.201Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:45.202Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:45.219Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:45.220Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:46.101Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar ASDC sendASDCNotification
2022-03-07T05:58:46.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar
2022-03-07T05:58:46.102Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T05:58:46.103Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:58:46.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:58:46.106Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632726101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:58:46.206Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:58:46.209Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:58:46.209Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:58:46.250Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:58:46.251Z||pool-33-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:58:47.107Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae903e4d-1e90-4fc2-bd69-2e0bffc253ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:58:47.121Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae903e4d-1e90-4fc2-bd69-2e0bffc253ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T05:58:47.127Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T05:58:47.127Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T05:58:47.127Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T05:58:47.128Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T05:58:47.128Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:58:47.128Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:58:47.129Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:58:47.129Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:58:47.129Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:58:47.130Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-07T05:58:47.130Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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=?
2022-03-07T05:58:47.137Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T05:59:13.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:59:13.833Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:59:13.833Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:14.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:14.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d4b3a26-848a-4403-936f-fa7e48a7d742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632702715,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T05:59:14.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:59:14.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:59:14.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:59:14.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "NOTIFIED"
}
2022-03-07T05:59:14.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:59:14.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-07T05:59:14.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:59:14.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:59:14.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:59:14.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-07T05:59:14.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:59:14.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632703739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:59:14.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-07T05:59:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632715520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:59:14.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:59:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632719415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:59:14.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:59:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632720611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:59:14.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:59:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632721785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:59:14.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:59:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632723084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/vfw9d0bb58fca4c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-07T05:59:14.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:59:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632724091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-07T05:59:14.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:59:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632725096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/resourceInstances/vfw9d0bb58fca4c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-07T05:59:14.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:59:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T05:59:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632726101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055503/1.0/artifacts/service-Vfw20220307055503-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-07T05:59:14.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T05:59:17.138Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-07T05:59:17.147Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and serviceModelVersionId: a3912e92-0814-4ea4-9dfd-b6c44934ad56
2022-03-07T05:59:17.148Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24bfba0d-028e-427f-ba95-c6c6e6da4354
2022-03-07T05:59:17.149Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0
2022-03-07T05:59:17.153Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T05:59:17.212Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-07T05:59:17.214Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0|INFO|500||Invoke
2022-03-07T05:59:17.257Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-07T05:59:17.667Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0|INFO|500||InvokeReturn
2022-03-07T05:59:17.668Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24bfba0d-028e-427f-ba95-c6c6e6da4354/model-vers/model-ver/a3912e92-0814-4ea4-9dfd-b6c44934ad56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220307-05:59:17:826-80723], vertex-id=[372952], Content-Length=[0], Date=[Mon, 07 Mar 2022 05:59:17 GMT], Content-Type=[application/json]}
2022-03-07T05:59:17.669Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-07T05:59:17.669Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T05:59:17.669Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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=?
2022-03-07T05:59:17.676Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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)
2022-03-07T05:59:17.677Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae903e4d-1e90-4fc2-bd69-2e0bffc253ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T05:59:17.677Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T05:59:17.677Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:17.680Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:17.681Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ae903e4d-1e90-4fc2-bd69-2e0bffc253ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632757677,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T05:59:17.781Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:17.783Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:17.783Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:17.806Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:17.807Z||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=?
2022-03-07T05:59:18.693Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:59:18.694Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:59:18.694Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:28.335Z|ae903e4d-1e90-4fc2-bd69-2e0bffc253ec|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:28.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:59:28.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T05:59:28.336Z||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 tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:35.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:35.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-07T05:59:35.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1a18303b-af10-4c53-844e-4b06525bc882","serviceName":"vFW 2022-03-07 05-57-18","serviceVersion":"1.0","serviceUUID":"54bf92c1-f9df-4210-80f7-29bdd19ccd9b","serviceDescription":"catalog service description","serviceInvariantUUID":"e5af3c20-46da-4634-9e75-4f7fc73d5d47","resources":[{"resourceInstanceName":"vFW eed413d6-8496 0","resourceName":"vFW eed413d6-8496","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77191206-2e87-4b74-967e-00cf29ae5f2e","resourceInvariantUUID":"0eeeed03-ae6c-476f-897f-a552da42760f","resourceCustomizationUUID":"f79aed85-f075-49b7-805d-f01cff24486f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml","artifactChecksum":"MDJhYjU1ZjUzYWEwODNhMTg5NGJjZGYwMTViZTIwY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ab05b26-a4f5-429b-a13c-3a8a84a8d280","artifactVersion":"1"},{"artifactName":"vfweed413d684960_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json","artifactChecksum":"Y2FhNzM0ZjNmNGFjYzRmMWQzNzZjZjZkZjIzMGE4Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac8be71b-4c17-48cb-9787-88fd7843072c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"babf3dc8-439a-4467-96d8-7d11570859db","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml","artifactChecksum":"ZTM0NjFkNmY2ZDNhZGZiNzdiOTZmNTA4YjI3ODA5NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54382d2e-38d1-49c9-be25-3310b62f9521","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cc563040-4fb5-4469-9d3c-ef0e969d796b","artifactVersion":"2","generatedFromUUID":"babf3dc8-439a-4467-96d8-7d11570859db"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220307055718-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml","artifactChecksum":"NTdjMTk1OWI1NWQ0NzNmYjZmMTlkYzliZjUzNDhiYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da46a36b-9d15-4e7c-831f-e05810de035b","artifactVersion":"1"},{"artifactName":"service-Vfw20220307055718-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar","artifactChecksum":"N2M0YzMxZGZiYjVkY2I1YmEyY2QzMzExM2FjMzE4MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ad15e05-496f-42c3-aaa3-1d3376a52232","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T05:59:35.642Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:59:35.642Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:35.644Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:35.644Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632768336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:59:35.744Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:35.746Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:35.746Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:35.780Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:35.781Z||pool-35-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:36.645Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:59:36.646Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:36.648Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:36.649Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632768336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json",
"status": "NOTIFIED"
}
2022-03-07T05:59:36.749Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:36.750Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:36.750Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:36.769Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:36.770Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:37.649Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:59:37.651Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:37.655Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:37.655Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632768336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-07T05:59:37.758Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-07T05:59:37.759Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:37.759Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:37.798Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:37.799Z||pool-37-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:38.656Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:59:38.657Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:38.659Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:38.659Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632768336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:59:38.759Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:38.761Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:38.761Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:38.803Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:38.803Z||pool-38-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-03-07T05:59:39.661Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:59:39.662Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:39.665Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:39.665Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632768336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-07T05:59:39.765Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:39.766Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:39.766Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:39.800Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:39.801Z||pool-39-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:40.666Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:59:40.667Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:40.669Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:40.669Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632768336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-07T05:59:40.769Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:40.770Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:40.771Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:40.857Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:40.858Z||pool-40-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:41.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T05:59:41.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:41.672Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:41.673Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632768336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar",
"status": "NOTIFIED"
}
2022-03-07T05:59:41.773Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:41.777Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:41.777Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:41.799Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:41.800Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:42.674Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"serviceName": "vFW 2022-03-07 05-57-18",
"serviceVersion": "1.0",
"serviceUUID": "54bf92c1-f9df-4210-80f7-29bdd19ccd9b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e5af3c20-46da-4634-9e75-4f7fc73d5d47",
"resources": [
{
"resourceInstanceName": "vFW eed413d6-8496 0",
"resourceCustomizationUUID": "f79aed85-f075-49b7-805d-f01cff24486f",
"resourceName": "vFW eed413d6-8496",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "77191206-2e87-4b74-967e-00cf29ae5f2e",
"resourceInvariantUUID": "0eeeed03-ae6c-476f-897f-a552da42760f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfweed413d684960_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json",
"artifactChecksum": "Y2FhNzM0ZjNmNGFjYzRmMWQzNzZjZjZkZjIzMGE4Yjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac8be71b-4c17-48cb-9787-88fd7843072c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "babf3dc8-439a-4467-96d8-7d11570859db",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cc563040-4fb5-4469-9d3c-ef0e969d796b",
"generatedFromUUID": "babf3dc8-439a-4467-96d8-7d11570859db"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cc563040-4fb5-4469-9d3c-ef0e969d796b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220307055718-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar",
"artifactChecksum": "N2M0YzMxZGZiYjVkY2I1YmEyY2QzMzExM2FjMzE4MjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4ad15e05-496f-42c3-aaa3-1d3376a52232"
}
],
"workloadContext": "Production"
}
2022-03-07T05:59:42.675Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T05:59:42.675Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 54bf92c1-f9df-4210-80f7-29bdd19ccd9b ASDC
2022-03-07T05:59:42.676Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1a18303b-af10-4c53-844e-4b06525bc882
ServiceName:vFW 2022-03-07 05-57-18
ServiceVersion:1.0
ServiceUUID:54bf92c1-f9df-4210-80f7-29bdd19ccd9b
ServiceInvariantUUID:e5af3c20-46da-4634-9e75-4f7fc73d5d47
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220307055718-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar
ArtifactUUID:4ad15e05-496f-42c3-aaa3-1d3376a52232
ArtifactChecksum:N2M0YzMxZGZiYjVkY2I1YmEyY2QzMzExM2FjMzE4MjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eed413d6-8496 0
ResourceCustomizationUUID:f79aed85-f075-49b7-805d-f01cff24486f
ResourceInvariantUUID:0eeeed03-ae6c-476f-897f-a552da42760f
ResourceName:vFW eed413d6-8496
ResourceType:VF
ResourceUUID:77191206-2e87-4b74-967e-00cf29ae5f2e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweed413d684960_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json
ArtifactUUID:ac8be71b-4c17-48cb-9787-88fd7843072c
ArtifactChecksum:Y2FhNzM0ZjNmNGFjYzRmMWQzNzZjZjZkZjIzMGE4Yjk=
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/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml
ArtifactUUID:babf3dc8-439a-4467-96d8-7d11570859db
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/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env
ArtifactUUID:cc563040-4fb5-4469-9d3c-ef0e969d796b
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/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env
ArtifactUUID:cc563040-4fb5-4469-9d3c-ef0e969d796b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-07T05:59:42.676Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bf92c1-f9df-4210-80f7-29bdd19ccd9b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T05:59:42.718Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T05:59:42.719Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-07T05:59:42.719Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-07T05:59:42.719Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4ad15e05-496f-42c3-aaa3-1d3376a52232 from URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:42.719Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-07T05:59:42.720Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:42.977Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-07T05:59:42.981Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar 4ad15e05-496f-42c3-aaa3-1d3376a52232 98999
2022-03-07T05:59:42.982Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar ASDC sendASDCNotification
2022-03-07T05:59:42.982Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:42.982Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:59:42.982Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:42.985Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:42.985Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632782982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:59:43.086Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T05:59:43.087Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:43.087Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:43.107Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:43.108Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:43.985Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T05:59:43.987Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-07T05:59:43.987Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4ad15e05-496f-42c3-aaa3-1d3376a52232, URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/artifacts/service-Vfw20220307055718-csar.csar to file: /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:43.988Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220307055718-csar.csar
2022-03-07T05:59:43.988Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:43.988Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:44.169Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12373222851377629160/Definitions/service-Vfw20220307055718-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-07T05:59:46.304Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T05:59:46.305Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-07T05:59:46.305Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.306Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-07T05:59:46.306Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.306Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.307Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eed413d6-8496 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-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.308Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220307055718-csar.csar
2022-03-07T05:59:46.309Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-07T05:59:46.309Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.309Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:59:46.309Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria
2022-03-07T05:59:46.310Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-07T05:59:46.310Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T05:59:46.310Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.311Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:59:46.311Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria
2022-03-07T05:59:46.311Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-07T05:59:46.311Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria
2022-03-07T05:59:46.312Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:59:46.313Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T05:59:46.313Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.313Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:46.313Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T05:59:46.314Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T05:59:46.315Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.316Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T05:59:46.316Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.316Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T05:59:46.316Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria
2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria
2022-03-07T05:59:46.317Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:59:46.318Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.318Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria
2022-03-07T05:59:46.318Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:59:46.318Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria
2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:59:46.319Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T05:59:46.320Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:46.321Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T05:59:46.321Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.321Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82893deb-be15-4aa7-a61b-93ff891d5938
2022-03-07T05:59:46.321Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria
2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:46.322Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T05:59:46.323Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.323Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:59:46.323Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-07T05:59:46.323Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T05:59:46.324Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:46.324Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T05:59:46.324Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.324Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=11341bf4-859c-447c-823e-a059232dbc84
2022-03-07T05:59:46.325Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.325Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria
2022-03-07T05:59:46.325Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T05:59:46.326Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.327Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:59:46.327Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T05:59:46.327Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T05:59:46.327Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:59:46.328Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:46.328Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-07T05:59:46.328Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bbcfd2b9-556b-40f7-a6ce-602b9d6fecce
2022-03-07T05:59:46.328Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.329Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:59:46.330Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:46.330Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:59:46.330Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-07 05-57-18
Description:catalog service description
Model UUID:54bf92c1-f9df-4210-80f7-29bdd19ccd9b
Model Version:NULL
Model InvariantUuid:e5af3c20-46da-4634-9e75-4f7fc73d5d47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW eed413d6-8496
Model UUID:207bf87c-70fd-43b8-94fa-9ce84351ae6a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0eeeed03-ae6c-476f-897f-a552da42760f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f79aed85-f075-49b7-805d-f01cff24486f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7a3baf8c-940d-4130-a24f-9d3fdb6e9e75
ModelName:VfwEed413d68496..base_vfw..module-0
ModelUuid:7391142a-6eb9-49f0-9238-b58be5662a7e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:82893deb-be15-4aa7-a61b-93ff891d5938
ModelInvariantUuid:15c60588-82ed-4ce1-8d22-949037f8e4a1
ModelName:vFW eed413d6-8496-nodes.vfwCvfc
ModelUuid:02dad382-fd81-4f6f-b9d2-210cdf5948dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a8b59d78-1163-42a0-9819-4cfc6c8ef7a9
ModelInvariantUuid:94df8443-d6eb-4a80-a694-91fa085632a7
ModelName:VfwEed413d68496.compute.nodes.heat.vfw
ModelUuid:a1ae4de0-cf9e-455f-8131-86e08added77
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:11341bf4-859c-447c-823e-a059232dbc84
ModelInvariantUuid:e67dbbc2-b039-452b-8859-922ef1cb5ffa
ModelName:vFW eed413d6-8496-nodes.vsnCvfc
ModelUuid:d3cdde76-f09c-4321-ae55-653fe2d1bc59
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4ea6b14f-2fd8-47b3-873b-ead64f2f5655
ModelInvariantUuid:fb683e21-e9df-4251-92af-73b0a79d11b4
ModelName:VfwEed413d68496.compute.nodes.heat.vsn
ModelUuid:06673611-b1ec-491b-94bf-f4e56b8b7d01
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bbcfd2b9-556b-40f7-a6ce-602b9d6fecce
ModelInvariantUuid:f0c2e71c-27f1-4b76-81df-27ba7a327f30
ModelName:vFW eed413d6-8496-nodes.vpgCvfc
ModelUuid:1c84e4ce-988f-4d01-8832-ad43f1dc09e8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:8de81cf3-89d0-45ff-b246-d5f937adc687
ModelInvariantUuid:0a045dc0-26ca-45f2-adf1-a4b94169e8a6
ModelName:VfwEed413d68496.compute.nodes.heat.vpg
ModelUuid:ebe8803c-34d4-4e7b-92d6-033d334d3790
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-07T05:59:46.337Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 77191206-2e87-4b74-967e-00cf29ae5f2e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T05:59:46.341Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||vFW eed413d6-8496 0
2022-03-07T05:59:46.341Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77191206-2e87-4b74-967e-00cf29ae5f2e
2022-03-07T05:59:46.341Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ac8be71b-4c17-48cb-9787-88fd7843072c from URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json
2022-03-07T05:59:46.342Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-07T05:59:46.342Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json
2022-03-07T05:59:46.573Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-07T05:59:46.573Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json ac8be71b-4c17-48cb-9787-88fd7843072c 785
2022-03-07T05:59:46.574Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json ASDC sendASDCNotification
2022-03-07T05:59:46.574Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json
2022-03-07T05:59:46.574Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:59:46.574Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:46.576Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:46.576Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632786574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/vfweed413d684960_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:59:46.677Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:46.678Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:46.678Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:46.807Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:46.807Z||pool-43-thread-1|||||INFO|500||cambria reply ok (130 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:47.577Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEed413d68496..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7a3baf8c-940d-4130-a24f-9d3fdb6e9e75",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7391142a-6eb9-49f0-9238-b58be5662a7e",
"vfModuleModelCustomizationUUID": "16bd0cff-07c4-4f2a-b2ab-113813851c42",
"isBase": true,
"artifacts": [
"babf3dc8-439a-4467-96d8-7d11570859db",
"cc563040-4fb5-4469-9d3c-ef0e969d796b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-07T05:59:47.581Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEed413d68496..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7391142a-6eb9-49f0-9238-b58be5662a7e
VfModuleModelInvariantUUID:7a3baf8c-940d-4130-a24f-9d3fdb6e9e75
VfModuleModelDescription:NULL
Artifacts UUID List:{
babf3dc8-439a-4467-96d8-7d11570859db
,
cc563040-4fb5-4469-9d3c-ef0e969d796b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEed413d68496..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7a3baf8c-940d-4130-a24f-9d3fdb6e9e75",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7391142a-6eb9-49f0-9238-b58be5662a7e",
"vfModuleModelCustomizationUUID": "16bd0cff-07c4-4f2a-b2ab-113813851c42",
"isBase": true,
"artifacts": [
"babf3dc8-439a-4467-96d8-7d11570859db",
"cc563040-4fb5-4469-9d3c-ef0e969d796b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEed413d68496..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7391142a-6eb9-49f0-9238-b58be5662a7e
VfModuleModelInvariantUUID:7a3baf8c-940d-4130-a24f-9d3fdb6e9e75
VfModuleModelDescription:NULL
Artifacts UUID List:{
babf3dc8-439a-4467-96d8-7d11570859db
,
cc563040-4fb5-4469-9d3c-ef0e969d796b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: babf3dc8-439a-4467-96d8-7d11570859db from URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml
2022-03-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-07T05:59:47.584Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml
2022-03-07T05:59:47.865Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-07T05:59:47.866Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml babf3dc8-439a-4467-96d8-7d11570859db 20368
2022-03-07T05:59:47.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-07T05:59:47.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml
2022-03-07T05:59:47.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:59:47.867Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:47.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:47.870Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632787867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:59:47.970Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:47.971Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:47.971Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:48.034Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:48.036Z||pool-44-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:48.872Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cc563040-4fb5-4469-9d3c-ef0e969d796b from URL: /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env
2022-03-07T05:59:48.873Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-07T05:59:48.873Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env
2022-03-07T05:59:49.182Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-07T05:59:49.182Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env cc563040-4fb5-4469-9d3c-ef0e969d796b 2098
2022-03-07T05:59:49.183Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-07T05:59:49.183Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env
2022-03-07T05:59:49.183Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T05:59:49.183Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-07T05:59:49.185Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T05:59:49.186Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1a18303b-af10-4c53-844e-4b06525bc882",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646632789183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220307055718/1.0/resourceInstances/vfweed413d684960/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-07T05:59:49.286Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T05:59:49.287Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T05:59:49.287Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tiiNXxgLxRJGChnK) ...
2022-03-07T05:59:49.332Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-07T05:59:49.333Z||pool-45-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-03-07T05:59:50.186Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 54bf92c1-f9df-4210-80f7-29bdd19ccd9b
2022-03-07T05:59:50.187Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eed413d6-8496 0 77191206-2e87-4b74-967e-00cf29ae5f2e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-07T05:59:50.205Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fb54eab, org.onap.sdc.toscaparser.api.parameters.Input@6f0ce38d, org.onap.sdc.toscaparser.api.parameters.Input@75583fe0, org.onap.sdc.toscaparser.api.parameters.Input@15484752, org.onap.sdc.toscaparser.api.parameters.Input@1d8346]
2022-03-07T05:59:50.207Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:50.207Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:59:50.208Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-07T05:59:50.208Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f79aed85-f075-49b7-805d-f01cff24486f
2022-03-07T05:59:50.208Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f79aed85-f075-49b7-805d-f01cff24486f matches Tosca VF Customization UUID: f79aed85-f075-49b7-805d-f01cff24486f
2022-03-07T05:59:50.208Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f79aed85-f075-49b7-805d-f01cff24486f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-07T05:59:50.211Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:50.211Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T05:59:50.212Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f79aed85-f075-49b7-805d-f01cff24486f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-07T05:59:50.212Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b33339b
2022-03-07T05:59:50.212Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:50.213Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-07 05-57-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T05:59:50.213Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 16bd0cff-07c4-4f2a-b2ab-113813851c42
2022-03-07T05:59:50.213Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 16bd0cff-07c4-4f2a-b2ab-113813851c42
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-07T05:59:50.216Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:50.216Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria
2022-03-07T05:59:50.216Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria
2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is not matching search criteria
2022-03-07T05:59:50.217Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T05:59:50.218Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T05:59:50.219Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T05:59:50.220Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82893deb-be15-4aa7-a61b-93ff891d5938
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-07T05:59:50.222Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-07T05:59:50.223Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Node template vFW eed413d6-8496 0 is matching search criteria
2022-03-07T05:59:50.223Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW eed413d6-8496 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T05:59:50.223Z|1a18303b-af10-4c53-844e-4b06525bc882|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery